Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-06-04 Thread Giuliano Colla
Il 04/06/2017 08:02, Bo Berglund ha scritto: But I also have other systems where a real time system would be handy. Do you have more info on this? Yes. There was a bug in the way the FIQ was handled in a multicore ARM CPU (i.e. RPi2 and RPi3) , which was causing random freezes, not much

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-06-04 Thread Paul Breneman
On 06/04/2017 07:10 AM, Paul Breneman wrote: On 06/04/2017 02:02 AM, Bo Berglund wrote: On Tue, 30 May 2017 17:49:03 +0200, Giuliano Colla wrote: Il 29/05/2017 23:28, Bo Berglund ha scritto: I have bought and initialized a new RPi3 today. It runs Raspbian

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-06-04 Thread Paul Breneman
On 06/04/2017 02:02 AM, Bo Berglund wrote: On Tue, 30 May 2017 17:49:03 +0200, Giuliano Colla wrote: Il 29/05/2017 23:28, Bo Berglund ha scritto: I have bought and initialized a new RPi3 today. It runs Raspbian Jessie PIXEL latest version. I don't know what

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-06-04 Thread Bo Berglund
On Tue, 30 May 2017 17:49:03 +0200, Giuliano Colla wrote: >Il 29/05/2017 23:28, Bo Berglund ha scritto: > >> I have bought and initialized a new RPi3 today. It runs Raspbian >> Jessie PIXEL latest version. >I don't know what you're going to use your RPi3 for, but

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-05-30 Thread Giuliano Colla
Il 29/05/2017 23:28, Bo Berglund ha scritto: I have bought and initialized a new RPi3 today. It runs Raspbian Jessie PIXEL latest version. I don't know what you're going to use your RPi3 for, but just in case, are you aware that now you can install an RT_PREEMPT kernel, and enjoy the

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-05-29 Thread Bo Berglund
On Mon, 29 May 2017 23:28:47 +0200, Bo Berglund wrote: >make install OPT=-dFPC_ARMHF PREFIX=/home/pi I noticed the "command not found" error and realized that the command did not specify the ppcarm location. Since this is a barebones RPi3 there is no path to ppcarm yet.

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-05-29 Thread Tomas Hajny
On Mon, May 29, 2017 23:28, Bo Berglund wrote: > I have bought and initialized a new RPi3 today. It runs Raspbian > Jessie PIXEL latest version. > To install FPC I use a script file which sets up the Pi for FPC > development with FPC3.0.2 and Lazarus 1.6.4. > It automatically downloads all needed

Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-05-29 Thread leledumbo via fpc-pascal
> I do not understand what -iVSPTPSOTO is... That's what happened when the compiler cannot be called by make. Watch: > make: -iVSPTPSOTO: Command not found it's a parameter list for fpc to get (from fpc -h): -i Information ... -iSO Return compiler OS -iSP Return

[fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-05-29 Thread Bo Berglund
I have bought and initialized a new RPi3 today. It runs Raspbian Jessie PIXEL latest version. To install FPC I use a script file which sets up the Pi for FPC development with FPC3.0.2 and Lazarus 1.6.4. It automatically downloads all needed fpc and lazarus files using svn and it also updates the