[Lazarus] Lazarus on Raspberry Pi 3

Paulo Costa paco.mail.telepac.pt at gmail.com
Wed Mar 1 01:38:47 CET 2017


On 28-Feb-17 22:53, Bo Berglund via Lazarus wrote:

> Hmmm,
> I thought that the previous lines created the new FPC compiler, which
> we want to install. The added FPC="$FPCDIR/ppcarm" will use the seed
> compiler rather than the one created by the previous make as far as I
> understand and that is not what we want.

The error that I've got was something like:
make: -iVSPTPSOTO: Command not found

Searching for that error, I found that it means that fpc is not yet 
installed (of course, the make install command meant to do that)

I figured that, without any compiler in the path, "make install" needed 
to know where the starting compiler was like "make all" also needed...

It seems to work:
fpc -i
gives me the date of when I compiled it: 2017/01/27

while the downloaded ppcarm:
./ppcarm -i
gives 2016/03/05

Paulo Costa


More information about the Lazarus mailing list