Linux Kernel upgrade

Hi everyone,
I am trying to have a second kernel in my Red hat 2.4.18.
I downloaded the 2.4.9 version and did all the extract and stuff. when I run the command make bzImage I get the following error:

devlist.h:6931: __devices_b1b3 causes a section type conflict
> devlist.h:6934: __devices_c001 causes a section type conflict
> devlist.h:6937: __devices_c0a9 causes a section type conflict
> devlist.h:6940: __devices_c0de causes a section type conflict
> devlist.h:6943: __devices_c0fe causes a section type conflict
> devlist.h:6946: __devices_ca50 causes a section type conflict
> devlist.h:6949: __devices_cafe causes a section type conflict
> devlist.h:6952: __devices_cccc causes a section type conflict
> devlist.h:6955: __devices_d4d4 causes a section type conflict
> devlist.h:6959: __devices_d84d causes a section type conflict
> devlist.h:6962: __devices_e000 causes a section type conflict
> devlist.h:6966: __devices_e159 causes a section type conflict
> devlist.h:6970: __devices_e4bf causes a section type conflict
> devlist.h:6973: __devices_ea01 causes a section type conflict
> devlist.h:6976: __devices_eabb causes a section type conflict
> devlist.h:6979: __devices_ecc0 causes a section type conflict
> devlist.h:6982: __devices_edd8 causes a section type conflict
> devlist.h:6989: __devices_fa57 causes a section type conflict
> devlist.h:6992: __devices_feda causes a section type conflict
> devlist.h:6995: __devices_fffe causes a section type conflict
> devlist.h:6999: __devices_ffff causes a section type conflict
>
> make[3]: *** [names.o] Error 1
> make[3]: Leaving directory `/root/linux/drivers/pci'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/root/linux/drivers/pci'
> make[1]: *** [_subdir_pci] Error 2
> make[1]: Leaving directory `/root/linux/drivers'
> make: *** [_dir_drivers] Error 2
>
Any help will be greatly appreciated.

thanks,

I don't know anything about this, but I found a few similar situations on google. Here's a mailing list that had a few recommendations.