Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build julia on archlinuxarm almost success but ... #4556

Closed
armgong opened this issue Oct 17, 2013 · 2 comments
Closed

build julia on archlinuxarm almost success but ... #4556

armgong opened this issue Oct 17, 2013 · 2 comments

Comments

@armgong
Copy link
Contributor

armgong commented Oct 17, 2013

build julia on archlinuxarm running on a rk3066 stick,
uname -a
Linux alarm 3.0.8+ #10 SMP PREEMPT Sun Aug 25 12:09:22 HKT 2013 armv7l GNU/Linux

julia binary compiled success,but when run julia-readline it crash said

'-bmi2' is not a recognized feature for this target (ignoring feature)
'-avx2' is not a recognized feature for this target (ignoring feature)
'-bmi2' is not a recognized feature for this target (ignoring feature)
'-avx2' is not a recognized feature for this target (ignoring feature)
Stack dump:
0. Running pass 'ARM Machine Code Emitter' on function '@julia_Nothing'
/bin/sh: line 1: 22345 Segmentation fault /data/julia/usr/bin/julia-readline -bf sysimg.jl
make[1]: *** [/data/julia/usr/lib/julia/sys0.ji] Error 139
make: *** [release] Error 2

a

@ihnorton
Copy link
Member

Dupe of #3134 and #2058. See also #3922, which is a prerequisite for all practical purposes. The codegen from LLVM legacy-JIT is known to be broken on ARM.

@pao
Copy link
Member

pao commented Oct 17, 2013

The warnings on -bmi2 and -avx2 are probably due to 8f0a637, but I'm pretty sure they are just warnings. But also everything @ihnorton said.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants