Messages in this thread |  | | Date | Tue, 17 Sep 2002 03:33:26 -0700 | From | Paul Dickson <> | Subject | Re: Configuring kernel |
| |
On Sun, 15 Sep 2002 15:34:08 -0700 (PDT), Srinivas Chavva wrote:
> When I tried to execute the command "make xconfig" I > got the following output > > rm -f include/asm > (cd include; ln -sf asm -i386 asm) > make -C scripts knconfig.tk > make: *** scripts: No such file or directory. Stop. > make: *** [xconfig] Error 2
I get:
rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/linux-2.4.18/scripts' <...>
Did you unpack the kernel as root and now trying to configure the kernel as a normal user? The error is stating the equivelent that the directory `/usr/src/linux-2.4.18/scripts' is not there (make was trying to cd into it). So I assume you either deleted the directory or you don't have access to it.
-Paul
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |