You are not logged in.
Can anyone tell me why I`m getting this error here
[root@myhost linux]# make -s clean bzImage modules modules_install
scripts/Makefile.clean:10: arch/i386/boot/Makefile: No such file or directory
make[1]: *** No rule to make target `arch/i386/boot/Makefile'. Stop.
make: *** [archclean] Error 2
I created a symlink to /usr/src/linux
Need this working so I can get this PITA ATi driver to install
TIA
MrG
BTW I got my bluetooth working
Offline
I had the same problem - got around it by downloading the latest kernel sources from kernel.org
Offline
I don't know, but it looks like a very old way of compiling the kernel, yes.
After configuring,
$ make
# make modules_install
# cp arch/i386/boot/bzImage /boot/vmlinuz26
# lilo
should do the trick. Although I would suggest that you call it something else than vmlinuz26, and make a new entry in lilo, so you can go back to the old one if the newly made kernel doesn't work
Offline
why dont you just save the .conf file from menuconfig, rename it to conf and put in the proper abs directory for the kernel, then run makepkg? It would be alot easier. Just a thought. You could look at the PKGBUILD in that directory and see how its done exactly.
Offline
I don't know, but it looks like a very old way of compiling the kernel, yes.
After configuring,
$ make # make modules_install # cp arch/i386/boot/bzImage /boot/vmlinuz26 # lilo
should do the trick. Although I would suggest that you call it something else than vmlinuz26, and make a new entry in lilo, so you can go back to the old one if the newly made kernel doesn't work
Well I was following the how to on this site.
Offline
why dont you just save the .conf file from menuconfig, rename it to conf and put in the proper abs directory for the kernel, then run makepkg? It would be alot easier. Just a thought. You could look at the PKGBUILD in that directory and see how its done exactly.
I may just look into that
MrG
Offline
Can anyone tell me why I`m getting this error here
[root@myhost linux]# make -s clean bzImage modules modules_install
scripts/Makefile.clean:10: arch/i386/boot/Makefile: No such file or directory
make[1]: *** No rule to make target `arch/i386/boot/Makefile'. Stop.
make: *** [archclean] Error 2I created a symlink to /usr/src/linux
Need this working so I can get this PITA ATi driver to install
TIA
MrG
BTW I got my bluetooth working
make sure you have the source installed
(the purpose of this message is only to increase my ports count)
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
right got the new kernel installed, I did it the old fashioned way and no probs so far, now tio install the ATI drivers :shock:
MrG
Offline
what do you mean by old fashion?
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
well I assume that:- make make_modules install etc was old fashioned another poster suggested doing it using ABS ???? Anyway Im` stuck again with this flippin ATI driver install man how much of a PITA is this.
MrG
Offline