GCC >= 4.0 is not supported by kernel 2.4

| | Comments (0)

一年前用 Mandriva 2006 時, 就覺得很奇怪, make kernel 2.4.x 都會有問題.
一直到 kernel 2.4.33 出了(2006-08-11 released), 才知道原因:
in init/main.c
/*
* gcc >= 4 is not supported by kernel 2.4
*/
#if __GNUC__ > 3
#error Sorry, your GCC is too recent for kernel 2.4
#endif

Leave a comment

March 2009

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

About this Entry

This page contains a single entry by Pank published on October 4, 2006 9:09 AM.

[Linux] QM_MODULES: Function not implemented was the previous entry in this blog.

Unix Utilities Collection for Win32 1.3 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.