[fpc-pascal] windows 32bit cross to 64 ?

Henry Vermaak henry.vermaak at gmail.com
Mon Aug 9 23:54:06 CEST 2010


On 9 August 2010 22:47, Martin <fpc at mfriebe.de> wrote:
>  On 09/08/2010 21:36, Jonas Maebe wrote:
>>
>> On 09 Aug 2010, at 22:32, Martin wrote:
>>
>>> Unfortunately it doesn't work. I get the following error:
>>>  make.exe all  CPU_TARGET=x86_64   FPC=c:\FPC\SVN\ppc386_2_4_0.exe
>>>  makefile:199: *** The Makefile doesn't support target x86_64-win32,
>>> please run fpcmake first.  Stop.
>>
>> Add OS_TARGET=win64
>
> ok thanks, that worked.
>
> Only remainder is, the ppccrossx64 is not "installed". I have to copy it by
> hand to my install dir?
>
> I tried both: "make install" and "make install CPU_TARGET=x86_64
> OS_TARGET=win64"
> I also guess, I need the later, because it installs the ppu (for
> rtl/packages) for 64 bit?

make crossinstall ... should work.

Henry



More information about the fpc-pascal mailing list