Quote:
/home/tony/install_temp/pwc-10.0.11/pwc.h:28:26: error: linux/config.h: No such file or directory
/home/tony/install_temp/pwc-10.0.11/pwc.h:37:27: error: asm/semaphore.h: No such file or directory
|
it is looking for these files which you don't appear to have. Did you copy the /boot/config-$(uname -r) file to /usr/src/linux/.config and ran
make prepare && make modules_prepare before trying to compile your module?