[fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

Henry Vermaak henry.vermaak at gmail.com
Wed May 2 20:11:34 CEST 2007


On 02/05/07, Helmut Hartl <helmut.hartl at firmos.at> wrote:
> Hello,
>
>  > > there might be a problem with your binutils.  are you sure you're
>  > > using the right binutils for your device?  what device are
>  > you using,
>  > > exactly?
>
> What binutils for crosscompiling are you using for the NSLU2?
> Where do you obtain them?

i used the "mastermakefile" to build the tool chain:

http://www.nslu2-linux.org/wiki/Development/MasterMakefile

this makefile builds the firmware for the slug, so it builds the
toolchain first.  if you hit any problems with interworking, grep your
gcc sources for "interwork" and read the documentation on this.
there's a couple of options that you can pass to the linker regarding
thumb interworking that might come in handy for you.

this is the _only_ toolchain that worked for me, since i had to link
against external libs.  if you're writing a stand-alone fpc app, you
might get away by using any old binutils.

>
> Thank you,
>
> helmut

henry



More information about the fpc-pascal mailing list