[LLVMdev] llc fails to generate code for arm

Duncan Sands baldrick at free.fr
Mon Feb 4 03:15:23 PST 2008


Hi,

> Now I get the following error  when I try creating the bitcode file:
> 
> llvm-gcc: --emit-llvm is not supported in this configuration.
> 
> The configure options were :
>  /home/arvind/llvm/llvm-gcc4.2-2.1.source/configure
> --prefix=/opt/llvm/ --enable-threads --disable-nls --disable-shared
> --enable-languages=c --enable-sjlj-exceptions --program-prefix=llvm-

you forgot
	--enable-llvm=path_to_llvm_objects

Ciao,

Duncan.



More information about the llvm-dev mailing list