stec-inc / EnhanceIO

EnhanceIO Open Source for Linux
Other
420 stars 176 forks source link

make install fails #53

Open Xaseron opened 11 years ago

Xaseron commented 11 years ago

distro: arch linux kernel: 3.9.7

I'm using the stock kernel and the EnhenceIO linux 3.9 branch. The modules compiles fine, but make install fails with a strange error.

% sudo make install make -C /lib/modules/3.9.7-1-ARCH/build M= modules V=0 make[1]: Entering directory /usr/src/linux-3.9.7-1-ARCH' scripts/Makefile.build:44: /usr/src/linux-3.9.7-1-ARCH/arch/x86/syscalls/Makefile: No such file or directory make[2]: *** No rule to make target/usr/src/linux-3.9.7-1-ARCH/arch/x86/syscalls/Makefile'. Stop. make[1]: * [archheaders] Error 2 make[1]: Leaving directory `/usr/src/linux-3.9.7-1-ARCH' make: * [modules] Error 2