Hi,

I've read about cross compiling on the wiki, finaly managed to rebuild
sources and install compiled binaries and units however fpc's target OSes
did not changed and still missing support for Win64.
Sources were built with

make all OS_TARGET=win64 CPU_TARGET=x86_64
make crossinstall OS_TARGET=win64 CPU_TARGET=x86_64
INSTALL_PREFIX=\path\to\my\fpc

I can produce x86_64/win64 binaries manually with 'ppcrossx64'  but the
main fpc.exe still lacks win64 target, so I'm not able switch in Lazarus
between win32 and win64 targets.

The question is about including another target in fpc compiler so I need
not to call separate cross-compiler.

Take care.



On Fri, Dec 30, 2011 at 8:00 PM, leledumbo <leledumbo_c...@yahoo.co.id>wrote:

> > What commands do I have to use to rebuild FPC another target OS/CPU like
> Win32/i386 will be supported ?
>
> http://wiki.lazarus.freepascal.org/Cross_compiling
>
> --
> View this message in context:
> http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Custom-OS-CPU-targets-for-FPC-build-help-tp3621041p3621677.html
> Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to