Notes: October 2006 Archives

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

Pages

March 2008

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 Archive

This page is a archive of entries in the Notes category from October 2006.

Notes: September 2006 is the previous archive.

Notes: November 2006 is the next archive.

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