On Fri, 2009-05-15 at 13:50 +0200, muzu...@gmx.net wrote: > Questions: > - Can I run an application compiled with gcc ABI 2.95 on a kernel > compiled with gcc ABI 3.4?
Yes. The kernel ABI never changes in a backward-incompatible fashion. Unless you try switching your kernel to ARM EABI and don't update userspace to match -- don't do that :) Unless you're using C++, you're more likely to have problems with different versions of libraries, and buggy code which doesn't compile correctly with the new compiler, than you are with GCC ABI variations per se. Especially in the kernel<->userspace interface. -- David Woodhouse Open Source Technology Centre david.woodho...@intel.com Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html