Description of problem: The kernel was compiled with a different version of gcc. Version-Release number of selected component (if applicable): % cat /proc/version Linux version 2.4.22-1.2115.nptl (bhcompile.redhat.com) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:42:51 EST 2003 % gcc --version gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1) This makes it harder to build drivers and stuff.
This was intentional. It's in the release notes.
Ok, well I see this: - gcc32 รข Version 3.2.3 of GCC (used for building the kernel) Good to know there is another version that I can use and that it was intentional. However, there should probably be a bit more explanation than this.