[fpc-pascal]Cross Compiling
Peter Vreman
peter at freepascal.org
Thu Sep 5 07:29:35 CEST 2002
> please tell me step by step about cross compiling
> for example : i use DOS for develop my little project (source and compiler),
> but my target OS=Win32(command line box, dos box)...
> how do i ...
> because ASW.EXE and LDW.EXE not running on DOS !!!
> besides units long file names to be what ???
You need a cross assembler (optional) and cross linker. They are not available by default.
More information about the fpc-pascal
mailing list