This installation of arm-linux Free Pascal compiler version 3.0.0 was generated using: - The arm-linux 3.0.0rc1 installation - fpcbuild 3.0.0 source - go to fpcsrc/compiler - make cycle to generate ppcarm used as a bootstrap binary. On the RaspBerry v1 with Raspbian Wheezy newly installed, downloaded gdb-7.8.2 source package (I tried first 7.9.1, but this one did not work correctly!) compiled gdb sources, used fpcsrc/packages/gdbint/gen-libgdb-inc.sh script (Note: I had to add '#include "defs.h"' as a first line to gdb_get_stdin.c to get successful compilation of gdb_get_stdin.o object file) After using ./copy-libs.sh generated script to copy all needed libraries to fpcsrc/libgdb/linux/arm/ directory, I was able to generate a native arm-linux gnueabihf installation on the Raspberry and finally I used ./install/makepack to generate arm-linux-fpc-3.0.0.arm-linux-raspberry1.tar file I tested the IDE for debugging, but it crashes :-( so be careful if you use it. Uploaded December 6. 2015 Please test and report problems, Pierre Muller