LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Troubles compiling 2.6.9 (https://www.linuxquestions.org/questions/debian-26/troubles-compiling-2-6-9-a-252692/)

muppski 11-09-2004 01:36 AM

Troubles compiling 2.6.9
 
Trying to compile 2.6.9 kernel
with make-kpkg

and it turns out like this after a LONG time ( im not pasting _ALL_)

Code:

INSTALL drivers/base/firmware_class.ko
  INSTALL drivers/char/agp/intel-mch-agp.ko
  INSTALL drivers/net/s2io.ko
  INSTALL drivers/scsi/dpt_i2o.ko
  INSTALL drivers/scsi/ipr.ko
  INSTALL drivers/scsi/sata_sis.ko
  INSTALL drivers/scsi/sata_sx4.ko
  INSTALL drivers/usb/input/touchkitusb.ko
  INSTALL drivers/usb/misc/cytherm.ko
  INSTALL drivers/usb/misc/phidgetservo.ko
  INSTALL lib/libcrc32c.ko
  INSTALL net/ipv4/netfilter/ipt_NOTRACK.ko
  INSTALL net/ipv4/netfilter/iptable_raw.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b /usr/src/linux-2.6.9/debian/tmp-image -r 2.6.9.11082004; fi
depmod: *** Unresolved symbols in /usr/src/linux-2.6.9/debian/tmp-image/lib/modules/2.6.9.11082004/kernel/drivers/scsi/ipr.ko
depmod:        request_firmware
depmod:        release_firmware
make[2]: *** [_modinst_post] Error 1
make[2]: Leaving directory `/usr/src/linux-2.6.9'
make[1]: *** [real_stamp_image] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.9'
MuPServ:/usr/src/linux-2.6.9#

I tried cleaning setting up something else but it still turns out like this
I followd This guide

powadha 11-09-2004 02:28 AM

Looks like your missing some tools. Did you install module_init_tools?

muppski 11-09-2004 02:44 AM

Is that something I can apt-get?
I dont access to the comp right now =/ wont until tonight

powadha 11-09-2004 02:50 AM

Yes you can. Just use apt-get install module_init_tools and you should be good to go!

muppski 11-09-2004 03:05 AM

IŽll try when I get home then

Thanks

muppski 11-09-2004 02:15 PM

I installed 3.0
And still same error

powadha 11-11-2004 05:52 AM

To compile a kernel you need several tools. module_init_tools is just one of them. See the countless threads on kernel compiling in the debian forum and just apt-get them.

muppski 11-11-2004 06:16 AM

Sorry forgot to tell

I changed from woody to sarge
Then I could compile

powadha 11-11-2004 06:46 AM

Well, that's good news!


All times are GMT -5. The time now is 08:45 AM.