I wanted to build a new kernel. To do this I first wanted to compile it with the mandrake config to see that everything was OK.
The procedure I used was the following. Checking the right Config in KDE. Then going to a console ...:/usr/src/linux # make symlink dep (works) ...:/usr/src/linux # make clean (works) ...:/usr/src/linux # make zImage (fails because of size: could have thought of that ;) ...:/usr/src/linux # make bzImage (works) ...:/usr/src/linux # make modules (fails) The failure came from /usr/src/linux/drivers/atm/eni.o so I took that part out of the kernel (figured I wouldn't need it anyways) and went through the same procedure again, but this time it failed with a floppy* error. Now the floppy I'd like to have. Where are these errors coming from?
