RE: "make bzImage" croaks - 2.4.20-20.7 compile

From: Otto Haliburton (ottohaliburton_at_comcast.net)
Date: 09/11/03

  • Next message: Otto Haliburton: "RE: RPM is hanging..."
    To: <redhat-list@redhat.com>
    Date: Thu, 11 Sep 2003 15:19:08 -0500
    
    

    Yes, the order that you are doing things for one.
    Try this
    Make menuconfig
    Make clean
    Make mrproper
    Make dep
    Make bzImage

    > -----Original Message-----
    > From: redhat-list-admin@redhat.com [mailto:redhat-list-
    > admin@redhat.com] On Behalf Of Bill
    > Sent: Thursday, September 11, 2003 2:03 PM
    > To: Red Hat Mailing List
    > Subject: "make bzImage" croaks - 2.4.20-20.7 compile
    >
    >
    > Lessee now...Dell PII-400, 128Megs, 3gig, RH 7.2 (2.4.20-19.7custom
    > kernel)
    >
    > Downloaded kernel-source-2.4.20-20.7 rpm from updates.redhat.com
    > and installed it.
    >
    > make mrproper
    > make menuconfig
    > make dep
    > make clean
    > make bzImage
    >
    > All OK until "make bzImage" which dies with:
    > *big snippage*
    > > drivers/net/net.o(.data.init+0x38): undefined reference to
    > 'dmascc_init'
    > > make[1]: *** [kallsyms] Error 1
    > > make[1]: Leaving directory /usr/src/linux-2.4.20-20.7'
    > > make: *** [vmlinux] Error 2
    >
    > Google doesn't bring up anything useful nor do I find anything on
    > Red Hat's site. This is a new one on me. Any suggestions?
    >
    > Thanks,
    > Bill
    >
    > --
    >
    > --------------------------------------------------------------------
    > ***** "Are you guys ready? Let's roll!" *****
    > Todd Beamer's last words from United Airlines Flight 93 as heard
    > by a GTE/Airfone operator. Moments later, he and the other
    > passengers took action to stop the evil hijackers from crashing
    > into a key government facility in Washington, DC. The target was
    > most certainly either the Capitol or the White House. The United
    > States is still a land of brave heroes who believe in duty, honor,
    > and country. Flight 93 carried forty of them.
    > --------------------------------------------------------------------
    >
    >
    > --
    > redhat-list mailing list
    > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    > https://www.redhat.com/mailman/listinfo/redhat-list

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Otto Haliburton: "RE: RPM is hanging..."

    Relevant Pages

    • Re: problem compiling kernel
      ... make dep ... make clean ... make bzImage <<< Notice the capital letter "I" ...
      (comp.os.linux.setup)
    • recompile kernel
      ... 11 make dep ... 12 make clean ... 14 make bzImage ... To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list ...
      (Fedora)
    • Invalid compressed format (err=2)
      ... make xconfig ... make dep ... make clean ... make bzImage ...
      (comp.os.linux.embedded)
    • Cannot find modules : xxxxxxx
      ... make dep ... make clean ... make bzImage ... lilo -v -v -v ...
      (Debian-User)
    • Re: [PATCH] kbuild: external module support
      ... > make clean in three steps. ... # Build targets only - this includes vmlinux, arch specific targets, clean ... +# make mrproper Delete the current configuration, ...
      (Linux-Kernel)