From mboxrd@z Thu Jan 1 00:00:00 1970 From: horserivers@gmail.com (horseriver) Date: Thu, 3 Jan 2013 12:43:49 +0800 Subject: compile linux kernel 2.6.0 failed Message-ID: <20130103044349.GC2187@debian.localdomain> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org hi: I am compiling 2.6.0 kernel with gcc 4.4.5 and link with ld 2.20 version. my host os is 2.6.32 kernel . when linking .so , output this error : /usr/bin/ld: arch/i386/kernel/vsyscall-int80.so: Not enough room for program headers, try linking with -N does gcc generate the program headers ? why not enough room for it ? I guess it is because gcc version is not compitable with ld version is there some advice ? thanks!