-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
ARM build failing during bootstrap on Raspberry Pi 1 #10917
Comments
RPi1 is ARMv6, whereas the current Make.arm targets ARMv7. |
@ihnorton I have modified it for RPi1
|
@vishnusuganth check out the RPI2 thread - I got it working by manually installing llvm 3.6.0. |
@sbromberger Kudos! :) |
@vishnusuganth I went to llvm.org and downloaded the tar.xz archive, unpacked it into a local dev directory, and then went into /usr/local/bin, /usr/local/include, and /usr/local/lib and made symlinks to the files. |
@sbromberger I guess you would have took the |
Stuck with the same issue like what we faced in RPi2 !
LLVM build was successfull and added this to environment variables:
Then I started building julia with the following Make.arm ( as suggested by @sbromberger )
The build broke at:
On commenting those three assert statements in constants.jl , the build went past and was successfull. But, while starting Julia
|
RPi1 needs to use |
@vtjnash @ViralBShah @sbromberger @physicsd00d @tkelman @ihnorton Make.arm:
This is a good start :)
|
Did the tests pass? |
We know they will not all pass. There are several testing related issues open. |
@sbromberger Dint try ! They are known to fail ! |
@tkelman @vtjnash
Just wanted to keep it seperate from #10235 for better tracking!
Kindly check this out! I tried with
gdb
.The text was updated successfully, but these errors were encountered: