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.

Henry

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to