FPC is now runing on the Freerunner (was: Re: [fpc-pascal] EABI problems with FPC)
Benedikt Schindler
BeniSchindler at gmx.de
Wed Apr 8 14:37:12 CEST 2009
hi,
i don't know if you still wonna install a full fpc on your freerunner.
but if it is so, you could download a working version from this place :
http://www.my-distribution.org/files/fpc-2.3.x-arm-20090319.tar.gz
(all files in a subdirectory called "fpc-2.3.x-arm" )
http://www.my-distribution.org/files/fpc-2.3.x-arm-20090319-nodir.tar.gz
(all files without subdirectory for installing in /usr/local/)
cu
Beni
---------------------------------------
installattion in /usr/locoal
----------------------------------------
cd /usr/local
wget
http://www.my-distribution.org/files/fpc-2.3.x-arm-20090319-nodir.tar.gz
tar -xvzf fpc-2.3.x-arm-20090319-nodir.tar.gz
ln -s /usr/local/lib/fpc/2.3.1/ppcarm /usr/local/bin/ppcarm
/usr/local/lib/fpc/2.3.1/samplecfg /usr/local/lib/fpc/2.3.1 /etc
---------------------------------------
Installation in subfolder /usr/local/fpc-2.3.x-arm/
----------------------------------------
cd /usr/local
wget http://www.my-distribution.org/files/fpc-2.3.x-arm-20090319.tar.gz
tar -xvzf fpc-2.3.x-arm-20090319.tar.gz
ln -s /usr/local/fpc-2.3.x-arm/lib/fpc/2.3.1/ppcarm /usr/local/bin/ppcarm
/usr/local/fpc-2.3.x-arm/lib/fpc/2.3.1/samplecfg
/usr/local/fpc-2.3.x-arm/lib/fpc/2.3.1 /etc
ik schrieb:
>
> Interesting !
> I'll work on it later.
>
> On 2008.12 I do have /etc/ld.so.conf, it loads the files under
> /etc/ld.so.conf.d/
>
> Ido
>
>
[...]
More information about the fpc-pascal
mailing list