LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Look the output of: make dep && make clean bzImage modules modules_install (https://www.linuxquestions.org/questions/linux-general-1/look-the-output-of-make-dep-and-and-make-clean-bzimage-modules-modules_install-189928/)

Hell-Shooter 06-05-2004 04:26 AM

Look the output of: make dep && make clean bzImage modules modules_install
 
I'm updating my kernel to 2.6.6
I did this commands until now:
1. cp /usr/src/linux/.config /usr/src/linux-new/.config

2. cd /usr/src

3. rm linux

4. ln -s linux-new linux

5. cd /usr/src/linux

6. make oldconfig

7. make menuconfig

8. make dep && make clean bzImage modules modules_install

Now the number 8 command didn't work succefuly I think...
It was running a lot of lines, but in the finish there was a problem.
Here's the last lines with the problem:
Code:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.6; fi
WARNING: /lib/modules/2.6.6/kernel/drivers/media/dvb/frontends/tda1004x.ko needs unknown symbol errno
make: *** [_modinst_post] Error 1

What should I do?
What's the problem?

Thanks.

lacerto 06-05-2004 04:32 AM

Not sure, but I've always typed ...&& make bzImage && make modules && make modules_modules install. i.e. use make before each. You might also try one at a time to indentify where the problem is.

i.e. make bzImage. When it finishes then make modules etc etc

L

Hell-Shooter 06-05-2004 05:05 AM

First of all, someone told me to delete from /usr/src/linux-2.6.6/.config this lines:
CONFIG_DVB_TDA1004X_FIRMWARE_FILE="/etc/dvb/tda1004x.bin"
CONFIG_DVB_TDA1004X=m

And I did that.
Now, look at this:
http://seclists.org/lists/linux-kern.../May/0089.html

And finally, I did now make bzImage


All times are GMT -5. The time now is 09:50 PM.