[LLVMdev] LLVM for ARM target

akramul azim bijoy123_8 at yahoo.com
Tue Dec 28 08:06:06 PST 2010


hi everyone, 
 
     I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.
 
$ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-  
  arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages= c,c++ 
 
$ make
 
However, I get compile errors. So, i cannot execute make install.
 
 
I wonder that is this the right way to configure LLVM for compiling C programs for ARM target from my windows host machine(x86)?  
 
Thanks.
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101228/f4060eea/attachment.html>


More information about the llvm-dev mailing list