RE: [fpc-devel] Crosscompiling problem on Win7 64bit

2012-08-17 Thread Gennadiy Poryev
Try that make install CROSSINSTALL=1 CPU_TARGET=x86_64 OS_TARGET=win64 SNAPSHOT=1 also make sure win64 binutils are available in the PATH. worked for me in the same scenario. -Original Message- From: fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel-

Re: [fpc-devel] Crosscompiling problem on Win7 64bit

2012-08-17 Thread ABorka
The error comes during the make all OS_TARGET=win64 CPU_TARGET=x86_64 === error comes here not in the following make install... command No change after executing the fpc-2.6.0.x86_64-win64.exe installation to the original fpc-2.6.0.i386-win32.exe On 8/16/2012 23:37, Gennadiy Poryev wrote:

Re: [fpc-devel] Crosscompiling problem on Win7 64bit

2012-08-17 Thread Thomas Schatzl
Hi, On Fri, 2012-08-17 at 00:37 -0700, ABorka wrote: The error comes during the make all OS_TARGET=win64 CPU_TARGET=x86_64 === error comes here [..] Can you please update to latest or make sure you're on the latest revision? There has been a change that broke cross-compilation that has

Re: [fpc-devel] Crosscompiling problem on Win7 64bit

2012-08-17 Thread ABorka
SVN 22101 works Thx On 8/17/2012 00:45, Thomas Schatzl wrote: Hi, On Fri, 2012-08-17 at 00:37 -0700, ABorka wrote: The error comes during the make all OS_TARGET=win64 CPU_TARGET=x86_64 === error comes here [..] Can you please update to latest or make sure you're on the latest revision?