make bzimage isnt working on debian woody


Results 1 to 9 of 9

Thread: make bzimage isnt working on debian woody

Hybrid View

  1. #1
    Join Date
    Sep 2002
    Posts
    334

    make bzimage isnt working on debian woody

    its been a while since i've compiled a kernel:
    1. i copy source to usr/src
    2. extract the kernel
    3. make xconfig
    4. make dep
    5. make clean
    6. make bzimage this then returns a 'no rule to make target'

    enlghten me please, im using debian by the way.

  2. #2
    Join Date
    Jul 2002
    Location
    Vladivostok, Russia
    Posts
    9,053
    It's
    Code:
    make bZimage
    (note the capital "Z".)
    "I was pulled over for speeding today. The officer said, "Don't you know
    the speed limit is 55 miles an hour?" And I said, "Yes, but I wasn't going
    to be out that long."

    How To Ask Questions The Smart Way
    COME VISIT ME IN RUSSIA NOW!!

  3. #3
    Join Date
    Sep 2002
    Posts
    334
    cheers johnt

  4. #4
    Join Date
    Jul 2002
    Location
    Vladivostok, Russia
    Posts
    9,053
    I couldn't count the times I've done that in a rush to a new kernel.
    "I was pulled over for speeding today. The officer said, "Don't you know
    the speed limit is 55 miles an hour?" And I said, "Yes, but I wasn't going
    to be out that long."

    How To Ask Questions The Smart Way
    COME VISIT ME IN RUSSIA NOW!!

  5. #5
    Join Date
    Mar 2003
    Location
    Augusta, GA
    Posts
    5,459
    make bZimage
    Is that the new Zorro kernel? As opposed to the intellectual kernel....bzImage?
    __________________________________________________ _______________________________________
    Bigboogie on boogienights.net:
    Ammo case
    Asus 8N32 SLI MB
    AMD Athlon x2 3800+
    2 GB Patriot Signature 400 DDR
    160 GB Hitachi 7200 IDE
    2 x-250 Seagate SATA2
    EVGA Nvidia 7900GT
    Dell 2007WFP
    Logitech 5.1 speakers
    Logitech MX1000 mouse
    Dell USB keyboard
    NEC 3500 DVD-RW
    Benq 1655 DVD-RW



    (God bless tax refunds)

  6. #6
    Join Date
    May 2003
    Posts
    264
    Originally posted by JohnT
    It's
    Code:
    make bZimage
    (note the capital "Z".)

    Hehe It's capital "I" not "Z"
    It's "Unix" if it has the "x" sound in its name - the Xbox must be Unix then. - XBOX-Linux Project

  7. #7
    Join Date
    Apr 2001
    Location
    SF Bay Area, CA
    Posts
    14,936
    And it's not required at all when you move to kernel 2.6 -- on 2.6, you make mrproper && make menuconfig && make && make modules_install instead. "make" does what "make clean && make dep && make bzImage && make modules" did in 2.4.

  8. #8
    Join Date
    Sep 2002
    Posts
    334
    lol and who said all linux users were highly intelligent beings oh wait that was me

  9. #9
    Join Date
    Jul 2002
    Location
    Vladivostok, Russia
    Posts
    9,053
    LOL....I told you (I do it every time)
    "I was pulled over for speeding today. The officer said, "Don't you know
    the speed limit is 55 miles an hour?" And I said, "Yes, but I wasn't going
    to be out that long."

    How To Ask Questions The Smart Way
    COME VISIT ME IN RUSSIA NOW!!

Posting Permissions

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