Quote:
Originally Posted by NiLuJe
It's set via glibc's --want-kernel configure arg [it does require that the kernel headers you build against be at *least* equal to that, but you can safely build against more recent headers]
|
Just as long as you don't expect to access kernel services newer than those that are defined in your glibc build.
And 2.6.16 did not do dynamic device creation, one of the things we could see in the strace that the application was expecting.
A path to getting this working might be to use the sources from the Amazon source archive (old versions) rather than the "newest and best" versions.
I suppose that you have noticed that JP's terminal emulator (and other projects here) are still being built using pthreads.
NPTL came to ARM EABI very late in the game.