[fpc-devel] Porting FPC to Support OpenMoko
Henry Vermaak
henry.vermaak at gmail.com
Sun Mar 22 01:28:44 CET 2009
2009/3/21 ik <idokan at 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
henry
More information about the fpc-devel
mailing list