[cfe-dev] llvm + mingw

Jean-Daniel Dupas devlists at shadowlab.org
Tue Jan 5 09:01:45 PST 2010


Le 5 janv. 2010 à 17:47, Anton Korobeynikov a écrit :

> Hello
> 
>> There are several issues here.  Clang can generate LLVM IR for the GNU
>> runtime (if you are using Objective-C 2 then you will want libobjc2
>> from GNUstep svn), assuming that you have the headers available and
>> LLVM can emit assembly for mingw.  I don't think the Darwin assembler
>> can emit object code that is compatible with mingw, so you'll need to
>> install a different assembler.
> This is not a problem - just build & install cross assembler.


And if you don't want to bother to build it, you can get it in the Cocotron project's tools (which provide a full gcc tool suite to build Windows/mingw exec using Xcode).

http://www.cocotron.org/Tools/InstallCDT


-- Jean-Daniel








More information about the cfe-dev mailing list