Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fpc_eabihf_debug_3_0_3_a.tar.gz | 2017-11-24 | 55.1 MB | |
README.TXT | 2017-11-24 | 1.2 kB | |
fpc_eabihf_3_0_3_a.tar.gz | 2017-11-24 | 34.2 MB | |
fpc_eabihf_3_0_3_debug.tar.gz | 2017-02-14 | 54.1 MB | |
fpc_eabihf_3_0_1a_debug.tar.gz | 2017-02-14 | 54.1 MB | |
fpc_eabihf_3_0_3.tar.gz | 2017-02-14 | 33.6 MB | |
fpc_eabihf_3_0_1a.tar.gz | 2016-06-01 | 33.6 MB | |
fpc_eabihf_3_0_1_debug.tar.gz | 2015-08-29 | 39.4 MB | |
fpc_eabihf_3_0_1.tar.gz | 2015-08-14 | 23.8 MB | |
Totals: 9 Items | 327.9 MB | 0 |
FPC 3.0.3 for ARM eabihf (Raspberry Pi) mse 2017-11-23 *************************************** 1. Install default FPC in order to get the needed utilites by sudo apt-get update sudo apt-get install fpc Copy the configuration file by cp /etc/fpc.cfg /home/rpi/.fpc.cfg 2. Extract fpc_eabihf_3_0_3.tar.gz (RTL without debug info) or fpc_eabihf_3_0_3_debug.tar.gz (RTL with debug info) into a subdirectory of /home/pi (<yourdirectory>). 3. In /home/rpi/.fpc.cfg replace all "/usr/lib/fpc/" instances by "<yourdirectory>/lib/fpc". The compiler command is <yourdirectory>/eabihf/lib/fpc/3.0.3/ppcarm or <yourdirectory>/eabihf_debug/lib/fpc/3.0.3/ppcarm 4. If you like to build FPC on the RPi use make PP=<yourdirectory>/eabihf/lib/fpc/3.0.3/ppcarm OPT=-dFPC_ARMHF OVERRIDEVERSIONCHECK=1 all in the FPC SVN checkout directory. Instead of compiling on the RPi it is also possible to use the FPC cross environment from here: http://sourceforge.net/projects/mseide-msegui/files/fpcrossarm/ favourabely with MSEide and its remote debugging facility: http://mseide-msegui.sourceforge.net/pics/crossarm.png http://sourceforge.net/projects/mseide-msegui/files/mseide-msegui Martin