I am trying to compile the linux 1.2.13 kernel using gcc 2.7.0
and ld version cygnus/linux-2.5.21.17.
I was able to make all the kernel .o files but have a problem
while trying to link. I get numerous error messages saying
'undefined reference to xxxxx'.
After some reading up, I could gather these may be due to
ld not recognising the .o formats. However, I could not find
the options to be supplied to ld to overcome this problem.
Could anyone please let me know how to correct this problem
or direct me to some material for the same?
Thanks in advance.
Sanjiv Shet.