Thread: 'make' error
View Single Post
  #1 (permalink)  
Old 25-Dec-2005, 15:14
cwaltrs
Guest
 
Posts: n/a
Default

I'm following a fairly simply set of instructions to install ivtv drivers under SuSE 10.0. I get an error when running the make command:

mythtv@linux:~> cd ivtv-0.4.1/
mythtv@linux:~/ivtv-0.4.1> make
make -C driver all
make[1]: Entering directory `/home/mythtv/ivtv-0.4.1/driver'
make -C /lib/modules/2.6.13-15.7-default/build M=/home/mythtv/ivtv-0.4.1/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.13-15.7-obj/i386/default'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.7-obj/i386/default'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mythtv/ivtv-0.4.1/driver'
make: *** [all] Error 2

FYI, the contents of the `/usr/src/linux-2.6.13-15.7-obj/i386/default' (referenced in the output above):

linux:/usr/src/linux-2.6.13-15.7-obj/i386/default # ls -l
total 248
drwxr-xr-x 2 root root 80 2005-12-22 22:08 .
drwxr-xr-x 3 root root 72 2005-12-22 22:08 ..
-rw-r--r-- 1 root root 251294 2005-11-29 16:53 Module.symvers

The Module.symvers file is huge, not sure what to look for.

I've never had a make problem before. I'm sure I've got the kernel-source loaded.

Here's the contents of my /usr/src:

linux:/usr/src # ls -l
total 1
drwxr-xr-x 7 root root 288 2005-12-25 15:30 .
drwxr-xr-x 12 root root 344 2005-12-22 20:37 ..
drwxr-xr-x 22 root root 672 2005-12-24 22:33 kernel-modules
lrwxrwxrwx 1 root root 17 2005-12-25 15:30 linux -> linux-2.6.13-15.7
drwxr-xr-x 19 root root 752 2005-12-25 15:30 linux-2.6.13-15.7
drwxr-xr-x 3 root root 72 2005-11-29 15:39 linux-2.6.13-15.7-obj
drwxr-xr-x 3 root root 72 2005-12-25 15:30 linux-2.6.13-15.ck6.SUPER.1
lrwxrwxrwx 1 root root 21 2005-12-25 15:30 linux-obj -> linux-2.6.13-15.7-obj
drwxr-xr-x 7 root root 168 2005-12-22 20:39 packages

Not sure what else to do. I'm very new to SuSe and fairly new to Linux altogether.

Thanks and Happy Holidays!
Charlie