[fpc-pascal] Re: Cross-compiling with FPC 2.5.1
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Oct 26 16:48:30 CEST 2010
On 26 Oct 2010, at 16:38, patspiper wrote:
> i686-mingw32-as is present in the crossbinutils bin folder. But the
> error concerns i686-cygwin-as...why would it ask for the assembler
> with a i686-cygwin prefix?
Because that's probably the version that the person who added support
for cross-assembling to Win32 used. You can change the prefix by
adding the following to your make command line:
OPT="-XPi686-mingw32-"
If that crossbinutils folder is not in your path, you also have to use
OPT="-XPi686-mingw32- -FD/full/path/to/crossbinutils"
Jonas
More information about the fpc-pascal
mailing list