View Single Post
  #1 (permalink)  
Old 04-Jul-2009, 18:15
XEyedBear's Avatar
XEyedBear XEyedBear is offline
Busy Penguin
 
Join Date: Jun 2008
Location: UK; deep south, far below Watford.
Posts: 276
XEyedBear hasn't been rated much yet
Default What is causing "No rule to make target `modules'. Stop"?

I submitted this problem to this forum earlier last week but it elicited no response in a forum environment where reaction to forum posts is outstandingly quick. I guess it was perhaps the thread Title which was off-putting as well as misleading, so I am submitting the problem again (please!) with a more relevant title.

I am trying to compile and install the driver which supports older Philips Web Cam (which my Logitech Quick Cam 3000 Pro needs). I am following the instructions that are part of the PWC package from Luc Saillard. The 'make' step fails and I cannot understand why this script is accessing the directories that it is.

I believe the kernel source is in /lib/modules/2.6.27.23-0.1-pae

But the make script seems to be accessing /usr/src/linux-2.6.27.23-0.1-obj/i386/pae which contains only the file Module.symvers (which I am guessing contains the headers for the kernel source ?)

The output from make says:

make -C /lib/modules/2.6.27.23-0.1-pae/build SUBDIRS=/home/tony/install_temp/pwc-10.0.11 modules
make[1]: Entering directory `/usr/src/linux-2.6.27.23-0.1-obj/i386/pae'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.27.23-0.1-obj/i386/pae'
make: *** [all] Error 2


Can somebody please advise me what is causing this error to be invoked adn, by implication, what changes to the make script are required?


I have Googled the error message from make and followed the many 'hits' that are presented from this unique error text. None of the advice given fixes the problem. I am unable to progress beyond this point.
__________________
__________________
They said I wasn't fit to live with a pig; my brother stood up for me and said I was.
Reply With Quote