Hello. It seems I'm having trouble compiling the
2.1.123 kernel. I've tarred the source into a
completely clean /usr/src, then did a 'make
menuconfig'. After setting up the appropriate
symbolic links in /usr/include, I then did a
'make dep' followed by a 'make clean'.
Upon doing a 'make zImage' it compiles but at
the end gives me at least 30 errors all having
to do with not recognizing a bunch of things in
the vfat.o file. Then it exits with an error code
of (1).
How is this happening if I'm starting from a clean
source tree? Any suggestions.