LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make modules_install error (https://www.linuxquestions.org/questions/linux-software-2/make-modules_install-error-264050/)

b123coder 12-08-2004 10:42 AM

make modules_install error
 
While compiling modules from source code i got following error. how can i resolve it?

[root@localhost linux-2.4.24-module]# make modules_install
ln: when making multiple links, last argument must be a directory
make: *** [_modinst_] Error 1

sadsfae 07-29-2006 11:55 PM

check Makefile
 
use a text editor and take a look at your "Makefile" inside the top level source directory.

Make sure there is not an extra space after the "EXTRAVERSION" parameter at the top.

This has been known to cause that.


All times are GMT -5. The time now is 02:06 PM.