Problem installing KQEMU from source Debian Etch
I am using Debian Etch and when I try to install Kqemu from source it stops with the following error.
make -C common all
make[1]: Entering directory `/home/share/kqemu/kqemu-1.3.0pre11/common'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/share/kqemu/kqemu-1.3.0pre11/common'
make -C /lib/modules/2.6.24-etchnhalf.1-686/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-686'
make[2]: *** No rule to make target `/home/share/kqemu/kqemu-1.3.0pre11/kqemu-mod-x86.o', needed by `/home/share/kqemu/kqemu-1.3.0pre11/kqemu-mod.o'. Stop.
make[1]: *** [_module_/home/share/kqemu/kqemu-1.3.0pre11] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-686'
make: *** [kqemu.ko] Error 2
|