Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error recompiling kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Atamido
n00b
n00b


Joined: 16 Jul 2004
Posts: 31
Location: Austin, Tx, USA

PostPosted: Tue Aug 10, 2004 6:03 am    Post subject: Error recompiling kernel Reply with quote

I was getting an error when trying to recompile the r11 kernel, so I downloaded the later linux-2.6.7-gentoo-r13 kernel sources made a new linux link to the new sources and ran:
Code:
make clean
make mrproper
make menuconfig
make dep && make clean bzImage modules modules_install
But I still get the same error after a while of compiling.
Code:
  INSTALL drivers/media/video/videodev.ko
  INSTALL fs/xfs/xfs.ko
  INSTALL drivers/md/xor.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.7-gentoo-r13; fi
I am at a loss at what to do. I'm not sure if its important, but when I ran the menuconfig it seemed to hold the settings that I had used before although I am curious where it would have taken the settings from.
Back to top
View user's profile Send private message
yuppienetworking
Tux's lil' helper
Tux's lil' helper


Joined: 23 Feb 2004
Posts: 110
Location: Caracas - Venezuela

PostPosted: Tue Aug 10, 2004 6:16 am    Post subject: Reply with quote

Post the error, we can't help you if we don't know anything about it.
BTW
with 2.6.x kernels, you only need to do
Code:
make && make modules_install

Try that. If it doesn't work post the error
Back to top
View user's profile Send private message
Atamido
n00b
n00b


Joined: 16 Jul 2004
Posts: 31
Location: Austin, Tx, USA

PostPosted: Wed Aug 11, 2004 4:17 am    Post subject: Reply with quote

Even if I only to make && make modules_install, the error is the same. It is the last line of what I posted above.
Code:
  INSTALL drivers/media/video/videodev.ko
  INSTALL fs/xfs/xfs.ko
  INSTALL drivers/md/xor.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.7-gentoo-r13; fi
I don't know if it really qualifies as an 'error message' per se, but it is the last thing that is displayed before just dropping back to the bash prompt.
Back to top
View user's profile Send private message
John-Boy
Guru
Guru


Joined: 23 Jun 2004
Posts: 446
Location: Desperately seeking moksha in all the wrong places

PostPosted: Wed Aug 11, 2004 4:41 am    Post subject: Reply with quote

I don't think that's an error. I recomplied with r-13 last night and I think (again) that you will get that line at the end of modules_install.

I just copied the System.map and bzImage over.

However, I am a noob here :D it was a late night and it's pretty early in the morning. Just try copying those two files over as normal (system.map and bzImage) see if it boots up.
Back to top
View user's profile Send private message
Atamido
n00b
n00b


Joined: 16 Jul 2004
Posts: 31
Location: Austin, Tx, USA

PostPosted: Wed Aug 11, 2004 7:15 pm    Post subject: Reply with quote

Will do. I love advice that ends with "see if it boots".
Back to top
View user's profile Send private message
Atamido
n00b
n00b


Joined: 16 Jul 2004
Posts: 31
Location: Austin, Tx, USA

PostPosted: Wed Aug 11, 2004 7:18 pm    Post subject: Reply with quote

Actually, there is no bzImage in linux/arch/i386.

Any other ideas?
Back to top
View user's profile Send private message
Atamido
n00b
n00b


Joined: 16 Jul 2004
Posts: 31
Location: Austin, Tx, USA

PostPosted: Wed Aug 11, 2004 7:21 pm    Post subject: Reply with quote

There is a file though in one directory deeper.

/usr/src/linux-2.6.7-gentoo-r13/arch/i386/boot/bzImage

Should I use that one?

Edit: Nevermind, I'm an idiot.
Back to top
View user's profile Send private message
John-Boy
Guru
Guru


Joined: 23 Jun 2004
Posts: 446
Location: Desperately seeking moksha in all the wrong places

PostPosted: Wed Aug 11, 2004 9:22 pm    Post subject: Reply with quote

Is everything ok with your kernel now ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum