View previous topic :: View next topic |
Author |
Message |
Atamido n00b
Joined: 16 Jul 2004 Posts: 31 Location: Austin, Tx, USA
|
Posted: Tue Aug 10, 2004 6:03 am Post subject: Error recompiling kernel |
|
|
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 |
|
|
yuppienetworking Tux's lil' helper
Joined: 23 Feb 2004 Posts: 110 Location: Caracas - Venezuela
|
Posted: Tue Aug 10, 2004 6:16 am Post subject: |
|
|
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 |
|
|
Atamido n00b
Joined: 16 Jul 2004 Posts: 31 Location: Austin, Tx, USA
|
Posted: Wed Aug 11, 2004 4:17 am Post subject: |
|
|
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 |
|
|
John-Boy Guru
Joined: 23 Jun 2004 Posts: 446 Location: Desperately seeking moksha in all the wrong places
|
Posted: Wed Aug 11, 2004 4:41 am Post subject: |
|
|
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 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 |
|
|
Atamido n00b
Joined: 16 Jul 2004 Posts: 31 Location: Austin, Tx, USA
|
Posted: Wed Aug 11, 2004 7:15 pm Post subject: |
|
|
Will do. I love advice that ends with "see if it boots". |
|
Back to top |
|
|
Atamido n00b
Joined: 16 Jul 2004 Posts: 31 Location: Austin, Tx, USA
|
Posted: Wed Aug 11, 2004 7:18 pm Post subject: |
|
|
Actually, there is no bzImage in linux/arch/i386.
Any other ideas? |
|
Back to top |
|
|
Atamido n00b
Joined: 16 Jul 2004 Posts: 31 Location: Austin, Tx, USA
|
Posted: Wed Aug 11, 2004 7:21 pm Post subject: |
|
|
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 |
|
|
John-Boy Guru
Joined: 23 Jun 2004 Posts: 446 Location: Desperately seeking moksha in all the wrong places
|
Posted: Wed Aug 11, 2004 9:22 pm Post subject: |
|
|
Is everything ok with your kernel now ? |
|
Back to top |
|
|
|