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

2016-03-30 Thread Sven Barth
Am 30.03.2016 10:39 schrieb "ulrich" : > > Dne 29.3.2016 v 12:19 Sven Barth napsal(a): >> >> Am 29.03.2016 10:30 schrieb "Jonas Maebe" >> > >: >> >> > >> > On 29/03/16 09:58, ulrich wrote: >> >> >> >> what parameter(s) need to cross-compiling i386-Linux from X8

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

2016-03-30 Thread ulrich
Dne 29.3.2016 v 12:19 Sven Barth napsal(a): Am 29.03.2016 10:30 schrieb "Jonas Maebe" mailto:jonas.ma...@elis.ugent.be>>: > > 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

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

2016-03-29 Thread Sven Barth
Am 29.03.2016 10:30 schrieb "Jonas Maebe" : > > 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

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

2016-03-29 Thread Jonas Maebe
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.freepasca

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

2016-03-29 Thread ulrich
Hi, what parameter(s) need to cross-compiling i386-Linux from X86_64-win64 ? When I am trying to compile from "win32" with win32 compiler: c:\Lazarus16\fpc\3.0.0\bin\x86_64-win64\make.exe CROSSCOMPILE=1 CPU_TARGET=i386 OS_TARGET=linux all CROSSBINUTILS=c:\lazarus16\fpc\3.0.0\bin\i386-linux B