Quote:
Originally Posted by ericshliao
I just found an open source SDK called "Embedded Linux Development Kit" for arm family. I am wondering if it works for iLiad.
[...]
Both targets comply with ARM Embedded Application Binary Interface (EABI).
|
The iliad doesn't support EABI, as it has a 2.4 kernel (EABI requires kernel 2.6.19 or later). That means that the binaries produced by that toolchain will not work in the iliad. Sorry.