hi: I am compiling linux 2.6.0 kernel with gcc 4.4.5 and link with ld 2.20 version. when linking , an error occured : /usr/bin/ld: arch/i386/kernel/vsyscall-int80.so: Not enough room for program headers, try linking with -N what does this error mean? this program headers is generated by gcc or ld ? I suspect that gcc version is not compitable with ld version is there some suggestion ? thanks!