[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

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

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