[fpc-devel] Help on building crosscompiler with fpc 2.3.1
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Sep 28 10:41:36 CEST 2008
On 28 Sep 2008, at 07:46, German Gentile wrote:
> revision 11832
>
> HOST = linux x86_64
>
> want to build a cross compiler to make i386 binaries on linux
>
> make all CPU_TARGET=i386 FPC=fpc
>
> exit with error code:
>
> fpcdefs.inc(136,2) Error: User defined: Cross-compiling from non-i386
> to i386 is not yet supported at this time
>
> Wich im doing wrong?
Trying to cross-compiling from a non-i386 platform to i386, as the
error message says (although on some x86_64 platforms like Linux it
may actually work if the check were relaxed, because they support the
80 bits extended type).
Jonas
More information about the fpc-devel
mailing list