[fpc-pascal] Creating windows cross arm-linux ppcarm compiler.
Marco van de Voort
marcov at stack.nl
Wed Apr 6 18:40:25 CEST 2011
In our previous episode, Henry Vermaak said:
> I think Marco made these:
>
> ftp://ftp.freepascal.org/pub/fpc/contrib/cross/binutils-2.20-arm-linux-elf.zip
>
> Note that it calls the assembler with -meabi=4. You may have to change
> this.
I use this wrapper for that
http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/install/cross/aswrapper.pas?root=fpcbuild&view=co&content-type=text%2Fplain
afaik the binutils are for eabi 0, and the wrapper changes it to 4. But that
is a matter of changing the number and recompiling the wrapper.
More information about the fpc-pascal
mailing list