[Lazarus] Lazarus 1.6RC1 make bigide fails on Raspberry Pi2

Bo Berglund bo.berglund at gmail.com
Fri Dec 18 21:30:39 CET 2015


On Thu, 17 Dec 2015 00:52:40 +0100, Mattias Gaertner
<nc-gaertnma at netcologne.de> wrote:

>process.ppu is part of every FPC install.
>It must be in the -Fu search path of your /etc/fpc.cfg.

>From the fpc.cfg file (actually symlinked to fpc-2.6.4.cfg):

# searchpath for units and other system dependent things
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl

So for fpc 3.0.0 there should be a directory:
/usr/lib/fpc/3.0.0/units/arm-linux

But there is not! So here is the mystery:
I installed fpc 3.0.0 but it obviously did not create the needed
directory for the fpc units....

Now looking back using the history command to verify how I actually
installed fpc 3.0 I found this:

cd /home/pi/development/fpc
time svn co http://svn.freepascal.org/svn/fpc/tags/release_3_0_0 3.0.0
cd 3.0.0/
make all OPT=-dFPC_ARMHF                                           
sudo make install OPT=-dFPC_ARMHF PREFIX=/usr/local
sudo make install sourceinstall OPT=-dFPC_ARMHF PREFIX=/usr/local  

Should another command be issued in order to get stuff loaded into
/usr/lib/fpc/3.0.0?


-- 
Bo Berglund
Developer in Sweden





More information about the Lazarus mailing list