On 04/09/15 18:12, Chris Moody wrote:
> Going back to my cross compile to Pi question a while ago. I wounded up
> having to install crosstool-ng to cross compile VLC for the Pi.
>
> Could this tool also be used to to cross compile FPC apps?
crosstool-ng builds a combination of binutils, gcc, gdb,
El 12/09/2015 a las 14:10, Karoly Balogh (Charlie/SGR) escribió:
There are two motivations, the first one is to learn how to do it manually,
take a .pas, get the .s and assemble them (and link) to geta final executable.
IIRC it was arguments:
-a -st
This won't assemble or link the executable, b
Hi,
On Fri, 11 Sep 2015, José Mejuto wrote:
> There are two motivations, the first one is to learn how to do it manually,
> take a .pas, get the .s and assemble them (and link) to geta final executable.
IIRC it was arguments:
-a -st
This won't assemble or link the executable, but generate a scr