[fpc-pascal] FPC 3.0.0-rc1 release

Martin Schreiber mse00000 at gmail.com
Mon Aug 31 13:51:11 CEST 2015


On Monday 31 August 2015 13:00:59 Mark Morgan Lloyd wrote:

> Thanks Jonas, that fixes it. To wrap this up and for the benefit of
> anybody getting here via Google: this is for a Raspeberry Pi with
> 2014-era Raspbian.
>
> Binaries from: http://sourceforge.net/projects/mseide-msegui/files/fpcarm/
>
> Corresponding sources from
> http://svn.freepascal.org/svn/fpc/branches/fixes_3_0  using svn co
>
> Build command line: make NO_GDB=1 OPT='-FL/lib/ld-linux.so.3
> -Fl/usr/lib/gcc/arm-linux-gnueabi/4.6.3 -Fl/usr/lib/arm-linux-gnueabi'
> all  with OVERRIDEVERSIONCHECK=1 if necessary, and my preference is to
> also use -O- -gl -Xs- for ease of debugging.
>
> Install command line: sudo OPT='-FL/lib/ld-linux.so.3
> -Fl/usr/lib/gcc/arm-linux-gnueabi/4.6.3 -Fl/usr/lib/arm-linux-gnueabi'
> make install
>
How it worked for me with a Raspbian image from last week from here:
https://www.raspberrypi.org/downloads/raspbian/

In my Raspbian RPi 1 model B rev2 I installed FPC 2.6.0 by
"
sudo apt-get update
sudo apt-get install fpc
"

Then I extracted fpc_eabihf_3_0_1.tar.gz from
http://sourceforge.net/projects/mseide-msegui/files/fpcarm/ to /home/pi/fpc.
cd to the svn fixes_3_0 checkout,
"
make PP=/home/pi/fpc/3_0/eabihf/lib/fpc/3.0.1/ppcarm OVERRIDEVERSIONCHECK=1 all
"

Martin



More information about the fpc-pascal mailing list