You are not logged in.
Pages: 1
During compiling the kernel I got:
CHK include/linux/version.h
CHK include/asm-i386/asm_offsets.h
scripts/Makefile.build:13: init/Makefile: No such file or directory
make[1]: *** No rule to make target `init/Makefile'. Stop.
make: *** [init] Error 2
Any tip for me? Thanks
Lucas
Offline
This error has come up several times, but I don't know what the solution is. Could you post more info on the process you are using to compile the kernel; which commands, etc?
I originally thought that people were not compiling the kernel in the proper directory, but I don't think this many people would do that...
Are you trying to compile in /usr/src/linux without downloading the new version of the kernel? There are some files there when the Arch stock kernel is installed, but te entire sources are not available. That's the only thing I can think of off-hand.
Dusty
Offline
I've tried to compile on a tty after "make menuconfig".
The compiling under xfce with "xconfig" was no problem. I didn't realy understand.
lucas
Offline
I've tried to compile on a tty after "make menuconfig".
The compiling under xfce with "xconfig" was no problem. I didn't realy understand.
I don't understand either. Its working fine with 'make xconfig' but is giving you this error with 'make menuconfig' using the exact same source folder? That's really weird... have you tried running 'make clean' and 'make mrproper' to see if it cleans something up? I can't imagine it doing so; a missing Makefile is a missing Makefile...
Hopefully somebody else can shed some light.
Dusty
Offline
Offline
same problem here but I can't even compile after using make xconfig...
Offline
Pages: 1