Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-02 Thread Anthony Walter
A follow up... make all OPT="-dFPC_ARMHF" Works ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-02 Thread Mark Morgan Lloyd
Jonas Maebe wrote: On 01/12/15 22:08, Anthony Walter wrote: Okay, this issue was related to: http://lists.freepascal.org/fpc-devel/2014-October/034592.html The solution was: make all OPT="-dNO_THREADING -Fl/usr/lib/arm-linux-gnueabihf -Fl/usr/lib/gcc/arm-linux-gnueabihf/4.6" 1) you don't ne

Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-01 Thread Anthony Walter
Okay good to know. I'll probably delete my entire fpc tree and rebuild using your notes. Thanks again. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-01 Thread Anthony Walter
Jonas, thanks for the reply. I got fpc 3.0 to compiler ad verified it works (by writing a hello world test program) per the solution in my last reply. I'll keep your response in mind, and others should as well, when I attempt to build Lazarus and compile a few more sophisticated tests.

Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-01 Thread Jonas Maebe
On 01/12/15 22:08, Anthony Walter wrote: Okay, this issue was related to: http://lists.freepascal.org/fpc-devel/2014-October/034592.html The solution was: make all OPT="-dNO_THREADING -Fl/usr/lib/arm-linux-gnueabihf -Fl/usr/lib/gcc/arm-linux-gnueabihf/4.6" 1) you don't need -dNO_THREADING 2)

Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-01 Thread Anthony Walter
Okay, this issue was related to: http://lists.freepascal.org/fpc-devel/2014-October/034592.html The solution was: make all OPT="-dNO_THREADING -Fl/usr/lib/arm-linux-gnueabihf -Fl/usr/lib/gcc/arm-linux-gnueabihf/4.6" ___ fpc-pascal maillist - fpc-pasc

Re: [fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-01 Thread Jonas Maebe
On 01/12/15 21:35, Anthony Walter wrote: I am attempting to configure Free Pascal 3.0 and Lazarus packages for Raspberry Pi and am running into a failure when making fpc. Here are the steps leading to the failure: I am starting with a working copy of fpc 2.6.4 linux arm on my Raspberry Pi. Th

[fpc-pascal] FPC fixes 3 0 fails to build on linux arm

2015-12-01 Thread Anthony Walter
I am attempting to configure Free Pascal 3.0 and Lazarus packages for Raspberry Pi and am running into a failure when making fpc. Here are the steps leading to the failure: I am starting with a working copy of fpc 2.6.4 linux arm on my Raspberry Pi. I check out fpc branch fixes_3_0 from the free