2009/3/21 ik <[email protected]>:
> 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

henry
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to