Squidge
Certified Guru
Then we'll slap the people responsibleLaurent said:This was only an example I know it works fine
But what about kernel threading? If CONFIG_HAS_TLS_REG is changed in the kernel config, I guess some applications will fail (e.g. those compiled with CSL gcc).
I know the current kernel config has this flag set, so it should be no problem. But what if in the future a new kernel config option appears that impacts user land apps?
But seriously, do you think we need to stay cutting edge with the Linux kernel? I'm thinking of the GP2X kernel, and how many times people have complained about kernel version shipped with it that has never changed, and how long its going to take for a version of the kernel to change in such a way that it breaks compat with binaries. 3 years and the Pandora will be pretty much obsolete anyway.
Also, I could understand it more if the entire application was statically linked and having problems with the C library and the kernel, but we are talking about things such as the standard C library, SDL, etc (common libraries that will be shipped with the OS) being dynamically linked, and only statically linking libraries which are not provided by default to save having to put copies of (possibly various versions of) them on sd cards.
Last edited by a moderator: