[Lazarus] Lazarus on Raspberry Pi 3

Paulo Costa paco.mail.telepac.pt at gmail.com
Tue Feb 28 17:34:45 CET 2017


I'm using Lazarus on a Raspberry Pi 3.
I have tested a few ways to get it working but the best one seems to be 
Bo Berglund's script and starting compiler. (Thanks)

I had just one problem with it:
an error would occur when the new fpc is being installed and I had to 
change line 150 from

make install OPT="$OPTIONS" PREFIX=/home/pi || error_exit "$LINENO: 
Cannot make install! Aborting"

to

make install FPC="$FPCDIR/ppcarm" OPT="$OPTIONS" PREFIX=/home/pi || 
error_exit "$LINENO: Cannot make install! Aborting"

Apparently, this line still needs FPC="$FPCDIR/ppcarm"

I'm using Raspbian version 8.0
Linux raspberrypi 4.4.38-v7+


Paulo Costa


More information about the Lazarus mailing list