[fpc-devel] Cross build fpc to x86_64 error
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Jan 19 13:15:17 CET 2011
On 19 Jan 2011, at 11:53, Dimitrios Chr. Ioannidis wrote:
> trying to cross build fpc (2.4.3-r1:16778 [2011/01/19]) from i386
> to x86_64 on a i386 box using the same i386 version fpc and with the
> following settings i get this error :
>
> "make all crossinstall COPYTREE=echo OS_TARGET=win64
> CPU_TARGET=x86_64 UPXPROG=echo OPT="-gl -gw -Xs -Xg -godwarfsets"
> BINUTILSPREFIX=x86_64-win64- INSTALL_PREFIX=%FPCDIR%\%FPCVERSION%
> FPC=%BINUTILSDIR%\ppc386-Cur.exe"
Add NOGDB=1 (it only means that the text mode ide won't have a built-
in debugger, it does not remove gdb debug information generation
support from the compiler)
Jonas
More information about the fpc-devel
mailing list