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

Bo Berglund bo.berglund at gmail.com
Tue May 30 00:16:13 CEST 2017


On Mon, 29 May 2017 23:28:47 +0200, Bo Berglund
<bo.berglund at gmail.com> 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. FPC needs to be specified.

It should have read:

make install OPT=-dFPC_ARMHF PREFIX=/home/pi
FPC="/home/pi/dev/fpc/ppcarm"

I have stepped through the remaining lines in the script and manually
entered the commands with proper expansion of the config variables and
it seems like it does work now.


-- 
Bo Berglund
Developer in Sweden




More information about the fpc-pascal mailing list