Re: [fpc-pascal] crosscompiling problem (.a file)

2016-03-20 Thread Jonas Maebe
On 20/03/16 09:05, ulrich wrote: Dne 18.3.2016 v 9:37 Jonas Maebe napsal(a): Try from a plain cmd.exe prompt instead then. Thanks for your answers. But when I added mingw directory to the PATH, I got the following result. Don't add the mingw directory to the PATH. The problem is that the "

Re: [fpc-pascal] crosscompiling problem (.a file)

2016-03-20 Thread ulrich
Dne 18.3.2016 v 9:37 Jonas Maebe napsal(a): ulrich wrote: Dne 16.3.2016 v 15:23 Jonas Maebe napsal(a): ulrich wrote: In Ming32 I ran the following command: $ pwd /c/lazarus16/fpc/3.0.0 $ make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/c/lazarus16/FPC/3.0.0/bin OPT=-dFPC_ARMEL IN

Re: [fpc-pascal] crosscompiling problem (.a file)

2016-03-19 Thread Jonas Maebe
ulrich wrote: Dne 16.3.2016 v 15:23 Jonas Maebe napsal(a): ulrich wrote: In Ming32 I ran the following command: $ pwd /c/lazarus16/fpc/3.0.0 $ make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/c/lazarus16/FPC/3.0.0/bin OPT=-dFPC_ARMEL INSTALL_PREFIX=/c/lazarus16/FPC FPC=/c/lazarus1

Re: [fpc-pascal] crosscompiling problem (.a file)

2016-03-19 Thread Jonas Maebe
ulrich wrote: In Ming32 I ran the following command: $ pwd /c/lazarus16/fpc/3.0.0 $ make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/c/lazarus16/FPC/3.0.0/bin OPT=-dFPC_ARMEL INSTALL_PREFIX=/c/lazarus16/FPC FPC=/c/lazarus16/FPC/3.0.0/bin/X86_ 64-win64/FPC. The result is: system.pp

Re: [fpc-pascal] crosscompiling problem (.a file)

2016-03-19 Thread ulrich
Dne 16.3.2016 v 15:23 Jonas Maebe napsal(a): ulrich wrote: In Ming32 I ran the following command: $ pwd /c/lazarus16/fpc/3.0.0 $ make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/c/lazarus16/FPC/3.0.0/bin OPT=-dFPC_ARMEL INSTALL_PREFIX=/c/lazarus16/FPC FPC=/c/lazarus16/FPC/3.0.0/bin