LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   missing bzImage file (https://www.linuxquestions.org/questions/linux-newbie-8/missing-bzimage-file-478235/)

tranh2 08-28-2006 07:18 PM

missing bzImage file
 
Hey,

I'm running SUSE linux 10.1 with v2.6.16.13 kernel. I'm trying to install ndiswrapper from scratch which i've downloaded from sourceforge. When I try to "make" file it gives me an error saying

***Missing file: arch/i386/boot/bzImage
***You need to run "make" before "make install"

anyone know whats up?

kaz2100 08-28-2006 07:32 PM

Other penguins only can say that your problem is:

***Missing file: arch/i386/boot/bzImage
***You need to run "make" before "make install"

unless you post more detailed description.

Happy penguins.

tranh2 08-28-2006 07:39 PM

Well this is the exact message I get. I have the latest ndiswrapper decompressed into a temp folder, and i'm trying to compile it with the make command. Pretty much what is shown below is what I get. Don't know what else to tell you. Thanks in advance.


make -C driver install
make[1]: Entering directory `/tmp/ndiswrapper install 1/ndiswrapper-1.23/driver'
make -C /lib/modules/2.6.16.13-4-smp/build SUBDIRS=/tmp/ndiswrapper install 1/ndiswrapper-1.23/driver
make[2]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp'
make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/smp install
sh /usr/src/linux-2.6.16.13-4/arch/i386/boot/install.sh 2.6.16.13-4-smp arch/i386/boot/bzImage System.map "/boot"

*** Missing file: arch/i386/boot/bzImage
*** You need to run "make" before "make install".

make[5]: *** [install] Error 1
make[4]: *** [install] Error 2
make[3]: *** [install] Error 2
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/tmp/ndiswrapper install 1/ndiswrapper-1.23/driver'
make: *** [install] Error 2
linux-p5kh:/tmp/ndiswrapper install 1/ndiswrapper-1.23 #

debiant 08-28-2006 07:51 PM

Stupid question, did you run make before you ran make install?

./configure &&
make

su

make install

kaz2100 08-28-2006 08:00 PM

Hi,

The command causing error looks like "kernel install" command!?!?!

It was long ago when I installed nidswrapper, so many things have been changed. And I always have custom kernel.

So, I only can make guess, apology...

what happens if:
1. you compile your custom kernel?
2. you make clean and make again with ndiswrapper.

Or anything else written in README file??

Happy penguins.

apologies for not helpful post.

jstephens84 08-28-2006 09:40 PM

What happens if you try to run make with out the added parameters.


All times are GMT -5. The time now is 02:46 AM.