[fpc-pascal] How to crosscompile i386-linux from X86_64-win64

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Mar 29 10:30:33 CEST 2016


On 29/03/16 09:58, ulrich wrote:
> what parameter(s) need to cross-compiling i386-Linux from X86_64-win64 ?

It is not possible, because the needed 80 bits extended type is not 
supported on Win64, and we don't have emulation for this type yet in the 
compiler. You can follow http://bugs.freepascal.org/view.php?id=9262 if 
you wish to be notified in case this ever gets implemented.


Jonas



More information about the fpc-pascal mailing list