[cfe-dev] cross-compiling

Vincent Richomme forumer at smartmobili.com
Mon Feb 15 10:00:33 PST 2010


On Mon, 15 Feb 2010 20:51:30 +0300, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Vincent,
> 
>> ./configure --enable-optimized --build=darwin --host=mingw32
>> --target=mingw32
>>
>> checking build system type... Invalid configuration `darwin': machine
>> `darwin' not recognized
> You need to provide proper target triplets here :)

Also tried :

./configure --enable-optimized --build=i386-apple-darwin10.2.0 \
--host=i386-mingw32msvc \
--target=i386-mingw32msvc

and remove BuildTools:

configure: error: Already configured in /Users/amartin/src/llvm
make[1]: *** No targets specified and no makefile found.  Stop.
make: *** [cross-compile-build-tools] Error 1

Will try on my home system because I have already noticed some issues at
work
but if someone on SnowLeopard could try ...




More information about the cfe-dev mailing list