afaiq
04-29-2005, 06:08 PM
I am compiling a new kernel 2.6.11.7 with some additional features turned on (bootsplash etc.) I have created a new directory called linux-2.6.11.7-boot where I have the source installed. Made a change to the EXTRAVERSION variable in the Makefile.
1. make xconfig is ok
2. make bzIamge is ok
3. make modules is ok
4. During make modules_install I get the following error:
linux:/usr/src/linux-2.6.11.7-boot # make modules_install
ln: when making multiple links, last argument must be a directory
make: *** [_modinst_] Error 1
linux:/usr/src/linux-2.6.11.7-boot #
I have no idea where to begin. Any help will be much appreciated
1. make xconfig is ok
2. make bzIamge is ok
3. make modules is ok
4. During make modules_install I get the following error:
linux:/usr/src/linux-2.6.11.7-boot # make modules_install
ln: when making multiple links, last argument must be a directory
make: *** [_modinst_] Error 1
linux:/usr/src/linux-2.6.11.7-boot #
I have no idea where to begin. Any help will be much appreciated