[LLVMdev] wxGTK sample app compiled by llvm crashes on arm

Anton Korobeynikov anton at korobeynikov.info
Mon Dec 6 02:47:11 PST 2010


> You said that, You have to configure llvm-gcc as cross-arm compiler.
> I am not clear what does it actually mean ??
> For us , intel is the host machine and arm is the target machine .
For this you need the cross-compiler (same as for normal gcc). So,
basically configure llvm-gcc as a cross-compiler
for your target platform the same way as you're doing this with the
ordinary gcc.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list