Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-05-2002, 05:24 PM
|
#1
|
LQ Newbie
Registered: Apr 2002
Location: Germany
Distribution: Mandrake Linux 8.2
Posts: 22
Rep:
|
Unable to create VmLinuz Boot Image
Hi Y'all,
I just tried to compile the new 2.4.19 Linux Kernel for my Mandrake 8.2 distro..well, everything went just fine, i put the tarball into the /usr/src directory, unpacked it, went ahead with make xconfig, when I was done with that i went ahead with make dep && make bzImage && make modules && make modules_install && make install....well, so far , so pleased..the kernel started the comiling process and everything seemed just fine..about 20 minutes later i return to my machine, and the last line on the shell says:
make *** [vmlinux] Error 1
Well, I knew that something went wrong from that point, and when i took a look at the /boot directory there was no entry for my newly compiled 2.4.19 kernel...so, anybody got an idea what went wrong?
Thanks in Advance,
Dominik
|
|
|
08-05-2002, 06:51 PM
|
#2
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
Well, it failed somewhere along the line! I always do:
make xconfig
make dep
make clean
make bzImage
make modules
make modules_install
make bzlilo
but I don't know whether the highlighted step is all-important.
|
|
|
08-06-2002, 01:30 AM
|
#3
|
LQ Newbie
Registered: Apr 2002
Location: Germany
Distribution: Mandrake Linux 8.2
Posts: 22
Original Poster
Rep:
|
Thank You
Well, I'm at work right now, but I'll try it as soon as I'm at home..maybe I'll know what exactly went wrong then
|
|
|
08-06-2002, 10:13 AM
|
#4
|
Member
Registered: May 2001
Location: India, Kerala, Thrissur
Distribution: FC 7-10
Posts: 354
Rep:
|
You used && after every command. So once one fails, the other commands won't be executed. From your error message I feel it failed somewhere in make bzImage. Try doing one after other as Thymox suggested.
--Sarin
|
|
|
08-06-2002, 10:19 AM
|
#5
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
I think using the command
make mrproper
might be preferable to make clean. It appears to do more cleaning up. Hey, no harm in using both!
Bert
|
|
|
All times are GMT -5. The time now is 03:08 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|