[LLVMdev] LLVM for ARM target

Anton Korobeynikov anton at korobeynikov.info
Wed Jan 5 08:30:28 PST 2011


> Can you please tell me what should I do at this point? How to get the standard C library for ARM around?
The best thing is to grab some description how to build "normal" gcc
for your target and make sure all the steps described there will be
ok.
After this you can substitute normal gcc with llvm-gcc and start the
same scenario from scratch.

I believe this is the best way how the newcomer can proceed with such
a complex procedure.

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



More information about the llvm-dev mailing list