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

Tomas Hajny XHajT03 at hajny.biz
Tue May 30 00:15:34 CEST 2017


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 fpc and lazarus files using svn
> and it also updates the system with the dependencies before starting
> the download.
>
> The script can be found here:
> http://blog.boberglund.com/install_lazfpc_local_pi.sh
>
> Before running the script I have prepared the system as follows:
> 1) Created directory /home/pi/bin
> 2) Logged off, then on again to make the bin dir appear in $PATH
> 3) Edited the script config to reflect the wanted version FPC 3.0.2
> and Lazarus 1.6.4
> 4) Then started the script
>
> The script runs fine for about 19 minutes when it exits with a bunch
> of error messages I don't understand. Last time I installed on a brand
> new RPi3 it sucessfully ran all the way to the end.
>
> The command that fails after a long time is:
>
> make install OPT=-dFPC_ARMHF PREFIX=/home/pi
>
> What can be done about this and what is causing it?
> I do not understand what -iVSPTPSOTO is...

These are FPC command line options used in the Makefile to gather
information about your environment. Apparently, the compiler binary was
not found, which is the reason why it's missing before the parameters.






More information about the fpc-pascal mailing list