[LLVMdev] cross compiling using llvm 1.8

Anton Korobeynikov anton at korobeynikov.info
Sun Nov 2 03:05:20 PST 2008


> After I'm adding to the my path llvm-gcc4-1.8-x86-linux/llvm-bin/ that
> contains llvm-gcc.exe and llvm-g++.exe I still get the same error message:
This is not error message, but a warning. You can safely ignore it in
this configuration - it wasn't supposed to handle all bits, but anyway
will allow you to build stuff for mingw. Later you will need to build
llvm-gcc separately (I don't remember offhand, was it tricky at that
point or already fixed not to be so).

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



More information about the llvm-dev mailing list