Results 1 to 2 of 2
i am compiling a kernel using linux-2.4.21-rmk1-armadillo-2. i command make menuconfig. it goes out well. then i prompt make clean... it finishes too.. but when i promt the comand make ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-25-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 5
make dep problem on compiling a kerne;
i am compiling a kernel using linux-2.4.21-rmk1-armadillo-2. i command make menuconfig. it goes out well. then i prompt make clean... it finishes too.. but when i promt the comand make dep.. an error occurs ;like this
armadillo/kernel/linux-2.4.21-rmk1-armadillo-2/include/math-emu \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
/bin/sh: line 1: scripts/mkdep: Argument list too long
make: *** [dep-files] Error 126
i tried doing something just to verify if i an solve the problem by myself?? is there a posibilitie of a bug?? i don't know what to do.. anyone can help? ill appreciate it smile.gif
- 10-16-2004 #2Just Joined!
- Join Date
- Sep 2004
- Location
- Delhi
- Posts
- 3
make dep problem on compiling a kerne
Hi,
I am not sure whether this helps, but try running this command in bash as compared to sh.
shrey


Reply With Quote
