[LLVMdev] mingw build problems

Jay Foad jay.foad at gmail.com
Fri Apr 17 11:12:06 PDT 2009


>> The first problem I hit was when I configured with CC, CXX, AR and
>> RANLIB set to mingw cross-tools, but forgot to specify NM as well.
>> This resulted in a load of warnings that scrolled off the screen:
> Why don't just set normal --host/--build/--target options? It will
> pick the proper tools for you.

Good point - thanks! I was using --host=mingw32, and I didn't know
that it would find the cross-tools automatically if I used
--host=i586-mingw32msvc.

Thanks,
Jay.



More information about the llvm-dev mailing list