Re: [fpc-pascal] Creating windows cross arm-linux ppcarm compiler.

2011-04-06 Thread Felipe Monteiro de Carvalho
For Android the good value is -meabi=5 which supports all devices in the market. And don't forget to build the cross-compiler with software floating point. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http:/

Re: [fpc-pascal] Creating windows cross arm-linux ppcarm compiler.

2011-04-06 Thread Marco van de Voort
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/

Re: [fpc-pascal] Creating windows cross arm-linux ppcarm compiler.

2011-04-06 Thread Henry Vermaak
On 06/04/11 17:04, Felipe Monteiro de Carvalho wrote: The first step would be obtaining the correct binutils. In Linux I just install via urpmi. There are some instructions to build from source in the wiki. Maybe there are precompiled ones, but I dont know where. I think Marco made these: ftp:

Re: [fpc-pascal] Creating windows cross arm-linux ppcarm compiler.

2011-04-06 Thread Felipe Monteiro de Carvalho
The first step would be obtaining the correct binutils. In Linux I just install via urpmi. There are some instructions to build from source in the wiki. Maybe there are precompiled ones, but I dont know where. After that you need a working install of FPC 2.4.2, download FPC 2.5.2 trunk from svn an

[fpc-pascal] Creating windows cross arm-linux ppcarm compiler.

2011-04-06 Thread Amit Bueno
How do I build windows ppcarm cross arm-linux fpc? Regards, Amit ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal