[fpc-devel]-Tx

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Tue Feb 27 00:16:58 CET 2001


On Mon, 26 Feb 2001, Alejandro [iso-8859-1] Néstor Vargas wrote:

> 
> What do I need for compiling win32 or GO32 applications under linux with -Tx 
> option?

1) You need a cross-assembler and cross-linker. This means you should find a
   copy of the binutils and compile them as cross-linker and cross-assembler.
   These should be put in a directory somewhere. This directory should be 
   specified to the compiler with the -FD switch.

2) You must compile the appropriate RTL using the cross-assembler.
   
3) Compile your programs.

Michael.





More information about the fpc-devel mailing list