View previous topic :: View next topic |
Author |
Message |
niyogi Apprentice
Joined: 10 Apr 2002 Posts: 199 Location: Austin, TX
|
Posted: Wed Apr 10, 2002 7:58 am Post subject: kernel compile error |
|
|
well, the first time i compiled the kernel (during gentoo installation), things went fine but my network card module wasn't being initialized due to some unresolved symbol errors.
So my speculation was that I needed to turn off SMP support (since I only have one processor). so I went into make menuconfig, turned it off, then tried compiling it using "make dep && ..." but it errors out somewhere in the middle.
is there a command I need to run to "clean up" before I recompile? |
|
Back to top |
|
|
niyogi Apprentice
Joined: 10 Apr 2002 Posts: 199 Location: Austin, TX
|
Posted: Wed Apr 10, 2002 8:50 am Post subject: |
|
|
to answer my own question...
you should do the following:
cd /usr/src/linux
cp .config /tmp/.config
make mrproper
cp /tmp/.config .
make menuconfig (save and exit)
make dep && make bzImage && make modules && make modules_install
In my case, I had to remove smp support for my ethernet card (d-link 530-tx+ using 8139too module) to work |
|
Back to top |
|
|
|
|
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
|
|