[fpc-pascal] Steps to achieve i386-wince
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Thu May 17 12:07:58 CEST 2007
If the hardware manufacturer says there is no GNU Binutils available,
then ask for generic Binutils.
Free Pascal should be able to work correctly with Microsoft Assembler
and Microsoft Linker (or whatever is available for your hardware).
Possibly by just creating a batch script to build the target (first
compile the source into assembler, then assemble and then link), and
on the worse case by modifying the compiler sources.
I managed to get FPC working with the CodeWarrior Linker for x86, and
there is no specific support on the compiler for it, and yet it
worked.
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list