This installation of arm-linux Free Pascal compiler version 3.0.0rc2 was generated using: - The arm-linux 3.0.0rc1 installation - fpcbuild 3.0.0rc2 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.0rc2.arm-linux-raspberry1.tar file Uploaded October 20. 2015 Please test and report porblems, Pierre Muller