I tried to upgrade from 2.4.20 to 2.6.16.1 .
The problem is :
when I run "make bzImage", it prints the following error message:
ld:arch/linux/kernel/vmlinux.lds:xxxx: parse error
I open this file, and find the line xxxx. It is:
OUTPUT_ARCH(1)
I comment this line, then "make bzImage" is Ok.
Why? What is this line for?