Quote:
Originally Posted by geekmaster
- - - -
NOT working on K2 (hangs) or on PW3 (hangs). Well, this is new behavior -- no segfault or "Illegal instruction". Just a good old hung app. On earlier PW3 firmware, this armv4l "hello" program segfaulted as I recall. Same build environment, but fresh compile. New behavior. Never tested on the K2 before now. I expected a segfault on K2 and PW3, but just hanging instead.
- - - -
|
Different OS/ABI
K1 uses "ARM"
Everything since then expects: "UNIX - System V"
= = =
The closest you can come to 'one size fits all' is a single code, two builds.
One to match the OS/ABI of the K1, one to match the OS/ABI of everything else.
(The emulation tools must support both and are auto-selecting the correct emulation.)
So just keep on, keeping on - all conditions normal.