View Single Post
Old 05-19-2016, 02:33 PM   #256
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by geekmaster View Post
- - - -
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.

Last edited by knc1; 05-19-2016 at 02:36 PM.
knc1 is offline   Reply With Quote