[fpc-pascal] Target Win32 missing
Karoly Balogh (Charlie/SGR)
charlie at scenergy.dfmk.hu
Mon Dec 7 00:30:09 CET 2015
Hi
On Sun, 6 Dec 2015, Lukas Gradl wrote:
> When calling fpc from linux command line -Twin32 is missing. -TWin64 works as
> expected. Where did -Twin32 go?
Nowhere. Seems you are using a 64bit targeted compiler, which can only
output x86_64 code, so Win64 only. You need an i386 compiler or
crosscompiler, to produce Win32 (therefore x86/i386) code.
There was no single compiler binary ever, which could do Win32 and Win64
in one.
Yes, indeed, have a sleep. :)
Charlie
More information about the fpc-pascal
mailing list