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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to