Henry Vermaak wrote:
2009/3/21 ik <ido...@gmail.com>:
Hello All,

Sorry for the late response.
I will try the fpc port of Turbo Control soon.

The file command gives me the following information:
/bin/busybox: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically
linked (uses shared libs), stripped

I do not have experience with non x86 architecture. Can anyone tell from
that what is the type of ABI for arm ?

you should be able to tell from the readelf -h output, and if you try
this with your cross compiler:

arm-linux-gcc -dM /dev/null | grep -i arm

for more info, read: http://wiki.debian.org/ArmEabiPort

BTW, see this thread too

http://www.mail-archive.com/laza...@miraclec.com/msg22236.html

Marc

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to