On 27/09/11 12:12, Henry Vermaak wrote:
On 27/09/11 11:25, [email protected] wrote:
Hi Henry,
Thanks for answering.
This is the ELF output running on the actual box...
https://gist.github.com/1244760
There are 2 ELF outputs. The top one is the FreePascal one, while the
bottom one is for mkdir.
We did notice that native exes list their OS as UNIX, while our exe
lists it as ARM.
You'll probably need to pass -meabi=5 to arm-linux-as when you build fpc
and your programs. Easiest way is to write a program called
arm-linux-as.exe that calls the real assembler (that you renamed) with
an added -meabi=5.
Ah, from your original message I see that you're calling the assembler
manually, in which case you only have to pass -meabi=5.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus