Linux Kernel upgrade


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Linux Kernel upgrade
# 1  
Old 03-21-2003
Data 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,
# 2  
Old 03-21-2003
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.
Quote:
[Tfug] Newbie question
Tue Jan 28 11:21:01 2003

Previous message: [Tfug] Newbie question
Next message: [Tfug] Another question
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

--------------------------------------------------------------------------------

You may want to try an AA patch.

ftp://ftp.kernel.org:/pub/linux/kern....4.18rc4aa1.gz

From /home/scott/junk/linux/linux:
gunzip ../2.4.18rc4aa1.gz && patch -Np1 -i ../2.4.18rc4aa1

AA patch is a pretty comprehensive patch. Includes many of my favorite
patches including PTE and Himem. Even if it doesn't work. It's a
must-have patch.

Aside from that though, looks like you may have conflicts with your
kernel optimizations and the libc you are using. You could do a few
things in this case.

Copy include/linux to /usr/include or find out what your CFLAGS are at
compile time. Is Dev86 installed?

-Leo Przybylski

>Hello all,
>
>I am running Redhat 8.0 on my laptop using a 2.4.18 kernel. In the interest
>of learning more about Linux, I decided to compile my own Kernel. I downloaded
>2.4.20 from Kernel.org and did a "make xconfig" "make clean" "make depend"
>which went fine. When I got to 'make bzImage' I got the following error
>message:
Code:
>/home/scott/junk/linux/linux/include/asm/system.h:148:9: warning: multi-line
>str
>ing literals are deprecated
>timer.c:35: conflicting types for `xtime'
>/home/scott/junk/linux/linux/include/linux/sched.h:537: previous declaration
>of
>`xtime'
>make[2]: *** [timer.o] Error 1
>make[2]: Leaving directory `/home/scott/junk/linux/linux/kernel'
>make[1]: *** [first_rule] Error 2
>make[1]: Leaving directory `/home/scott/junk/linux/linux/kernel'
>make: *** [_dir_kernel] Error 2

>Of course it shut down after that. Could someone explain how I am getting
>a conflicting 'xtime' error.
>
>Also, all the books I am reading state that I need to softlink this to Lilo
>using Liloconfig. The problem is that I am using Grub2 for this computer
>so running liloconfig is not an option. There is no grubconfig that I can
>find but I only used the "whereis" and "which" command to try and find it.
>
>FYI: I am using grub2 not only to load different kernels but also to load
>Win2K if that makes a difference.
>
>Any suggestions??
>
>Scott

Last edited by oombera; 02-16-2004 at 02:33 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Kernel Upgrade

Dear All , I want upgrade my kernel version from kernel-2.6.18-164.el5 to kernel-2.6.18-199.el5. We have RED HAT Linux Server Red Hat Enterprise Linux Server release 5.4 (Tikanga). Kindly let me know where we can download this particular RPM. if we want to download from RHN , pl let... (0 Replies)
Discussion started by: jegaraman
0 Replies

2. Solaris

LU upgrade for kernel

Hi Guys, I am getting into patching activity now a days. I had already done kernel upgrade through LU. My doubt is if i had to install 3 patches to get my system to current available patch level, can i directly patch one by one on an inactive LU and once done i can activate it later on or... (3 Replies)
Discussion started by: Rockyc3400
3 Replies

3. Hardware

kernel upgrade turn amd video graphics experience sluggish

Hi, I would like to ask related to video graphics driver specifically the AMD (radeon HD 7000 series) or had someone with the same experience or problem that im currently experiencing and willing to share some info. I understand that the kernel is self contain it will not affect the installed... (3 Replies)
Discussion started by: jao_madn
3 Replies

4. Red Hat

Kernel can not boot after upgrade on Fedora OS 15.

Hello, everyone. I am using Fedora 15, and want to upgrade to version 16. I follow the official link Upgrading Fedora using yum - FedoraProject to upgrade my OS by the following command: yum update kernel* --releasever=16 yum groupupdate Base --releasever=16 reboot After reboot, OS... (2 Replies)
Discussion started by: 915086731
2 Replies

5. Red Hat

How to upgrade kernel form 2.4 to 2.6

Hello, How to upgrade kernel from 2.4 to 2.6. Currently i am using rhel3 i want to upgrade it to 2.6 Please provide me the steps. Prashant (1 Reply)
Discussion started by: prashant_ohol
1 Replies
Login or Register to Ask a Question