Results 1 to 3 of 3

Thread: Annoying kernel compile errors

  1. #1
    Mentor
    Join Date
    Jul 2001
    Posts
    1,666

    Annoying kernel compile errors

    I am just compiling the kernel the way I like it. I did a full install on slack8.1 so have everything in there already, and an extremely bloated kernel. Anyway, I get through the config fine. Then make deps, bzImage, and modules all have no problems. When I come to do make modules_install I get this
    cd /lib/modules/2.4.18; \
    mkdir -p pcmcia; \
    find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
    if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.18; fi
    depmod: *** Unresolved symbols in /lib/modules/2.4.18/pcmcia/ibmtr_cs.o.gz
    depmod: init_trdev
    depmod: tr_type_trans
    depmod: register_trdev
    depmod: unregister_trdev
    depmod: *** Unresolved symbols in /lib/modules/2.4.18/pcmcia/parport_cs.o.gz
    depmod: parport_proc_unregister
    depmod: parport_pc_probe_port
    depmod: parport_unregister_port
    make: *** [_modinst_post] Error 1
    Now that to me looks like there is a problem with 2 things. Firstly pcmcia, and then my parallel port. The stupid thing is I don't have either of these options enabled in the kernel. As always any help will be most appreciated.
    CP

  2. #2

    Re:Annoying kernel compile errors

    hello CP,
    i am pretty sure that because your default kernel and the one you have compiled are the same version you are having problems - option that i think may work :
    rename the /lib/modules/2.4.18 directory that currently there.

  3. #3
    Mentor
    Join Date
    Jul 2001
    Posts
    1,666

    Re:Annoying kernel compile errors

    Thank you sir. Worked like a charm ;D
    CP

Similar Threads

  1. namad crash, but not sure :-)
    By GNEEOT in forum Ubuntu / Debian
    Replies: 4
    Last Post: 01-27-2007, 05:31 PM
  2. getgrnam failed for$Enabling swap space
    By infinite_root in forum Linux - General Topics
    Replies: 8
    Last Post: 11-15-2003, 07:07 AM
  3. Redhat 9 reboots by it self
    By in forum Linux - General Topics
    Replies: 22
    Last Post: 10-14-2003, 02:54 PM
  4. Sony Microvault, and Red Hat 9
    By vwgtiturbo in forum Linux - Hardware, Networking & Security
    Replies: 5
    Last Post: 08-29-2003, 11:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •