Hi,
I'm running Redhat 7.1 and I wanted to recompile my kernel. I'm using
the stock 2.4.2 kernel with XFS support installed by the XFS iso image
and the redhat 7.1 iso images. I am getting the following when doing a
make bzImage:
ld -m elf_i386 -Ttext 0x0 -s --oformat binary -e begtext -o bsetup bsetup.o
bsetup.o: In function `start_of_setup':
bsetup.o(.text+0x43e): undefined reference to `SIG1'
bsetup.o(.text+0x446): undefined reference to `SIG2'
bsetup.o: In function `bad_sig':
bsetup.o(.text+0x4c6): undefined reference to `SIG1'
bsetup.o(.text+0x4ce): undefined reference to `SIG2'
bsetup.o: In function `meme820':
bsetup.o(.text+0x528): undefined reference to `E820MAP'
bsetup.o: In function `jmpe820':
bsetup.o(.text+0x532): undefined reference to `SMAP'
bsetup.o(.text+0x544): undefined reference to `SMAP'
bsetup.o: In function `good820':
bsetup.o(.text+0x54e): undefined reference to `E820MAX'
make[1]: *** [bsetup] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.2/arch/i386/boot'
make: *** [bzImage] Error 2
Any ideas? Thanks!
Brian
|