This installation of arm-linux Free Pascal compiler version 3.0.0rc1
was generated using:
 - The i386-win32 3.0.0rc1 installation
 - Binutils 2.25.1 sources compiled using --target=arm-linux-gnueabihf
 - fpcbuild 3.0.0rc1 source
 - go to fpcsrc/compiler
 - make cycle OS_TARGET=linux CPU_TARGET=linux OPTLEVEL3="-dFPC_ARMHF -CpARMV6 -OpARMV6"
to generate ppcarm that could be used as a bootstrap binary.

 On the RaspBerry v1 with Raspbian Wheezy newly installed,
downloaded gdb-7.8.2 source pacakge (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 installationon the Raspberry
and finally I used
  ./install/makepack
to generate
  arm-linux-fpc-3.0.0rc1.arm-linux-raspberry1.tar file

Uploaded August 31. 2015

Please test and report porblems,

Pierre Muller