Re: [fpc-pascal] crosstool-ng

2015-09-12 Thread Jonas Maebe
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,

Re: [fpc-pascal] Assembler output

2015-09-12 Thread José Mejuto
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,

Re: [fpc-pascal] Assembler output

2015-09-12 Thread Karoly Balogh (Charlie/SGR)
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