Results 1 to 4 of 4
Can anybody help me determine what this message means?
bash-3.00# make bzimage
make: *** No rule to make target `bzimage'. Stop....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-06-2005 #1Linux Newbie
- Join Date
- Feb 2005
- Location
- Lebanon, PA
- Posts
- 110
Trying to make bzimage for kernal 2.6.11 I get errors
Can anybody help me determine what this message means?
bash-3.00# make bzimage
make: *** No rule to make target `bzimage'. Stop.'Linux is like a swiss army knife. Yet it never gets that "I'm bloated and need suspenders" feeling.' - www.arkaoss.com
- 03-06-2005 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
do:
orCode:make bzImage
instead.Code:make
Note that *nix is case sensitiveHave a nice day
- 03-07-2005 #3Linux Newbie
- Join Date
- Feb 2005
- Location
- Lebanon, PA
- Posts
- 110
Thanks, it's going now.
'Linux is like a swiss army knife. Yet it never gets that "I'm bloated and need suspenders" feeling.' - www.arkaoss.com
- 03-07-2005 #4
In 2.6 kernel compilation was changed. Basicly a simple make will take care of the steps of make dep, make bzImage and make modules, (Watch the capital I )
make help will provide a help screen
I\'m so tired .....
#200472


Reply With Quote
