[fpc-pascal] cross compile linux x86_64 bit to i386

Michael Van Canneyt michael at freepascal.org
Sun Apr 13 13:06:35 CEST 2008



On Sun, 13 Apr 2008, ik wrote:

> Hello,
> 
> What do I require to do in order to cross compile code I've written on
> an x86_64 to i386 on Linux ?

Make sure you have the i386 version installed and do a :

ppc386 <yourproject>

That's it. I do it daily.

Michael.



More information about the fpc-pascal mailing list