tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] build-tcc.bat: %PROCESSOR_ARCHITECTURE% environment d


From: Vladimir Vissoultchev
Subject: Re: [Tinycc-devel] build-tcc.bat: %PROCESSOR_ARCHITECTURE% environment detection issue
Date: Thu, 16 Feb 2017 13:59:06 +0200

> My build (msys + mingw32, win10 64bits) fails on 'tiny_impdef libtcc.dll
-o libtcc\libtcc.def' 

Try MinGW-w64 for both 32 and 64 bit targets as gcc form original MinGW
cannot produce x64 binaries, I think.

With MinGW-w64 toolchain both -t 32 and -t 64 should be possible and you get
the "reverse" bitness output in x86_64-win32-tcc.exe or i386-win32-tcc.exe
respectively (staticly linked).

cheers,
</wqw>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]