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
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
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
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.
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)
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
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
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