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
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to