Thanks!

I was finally able to build LLVM, with the setting 
JULIA_CPU_TARGET=cortex-a7, however, the build was still not able to 
complete, because
libgit2 would not build (due to some problem with the openssl library, 
which is installed, but for some reason the cmake doesn't find correctly)
I haven't had time to try to figure that out yet.

I'm not sure why the make files can't detect the that JULIA_CPU_TARGET 
needs to be set, the information (at least for Raspberry Pi 2) is available
in the standard /proc/cpuinfo location.
I'll have to see if I can add that detection someplace before it tries to 
build LLVM.

Scott

On Sunday, January 17, 2016 at 9:46:35 AM UTC-5, Lutfullah Tomak wrote:
>
> I was able to build with 'make MARCH=native' on my phone using 'GNURoot 
> debian' app for arm architecture with all dependencies. Maybe just 
> cross-compile instead since LLVM takes long hours to build in some 
> distributions.

Reply via email to