| lschvart |
|
|
| |
| Joined: 26 Aug 2006 |
| Posts: 2 |
|
|
|
 |
 |
 |
|
Hi,
I am having problems compiling the drivers for hd5500 in Suse 10.0. Here's what I get:
make
make -C /root/Desktop/tmp/driver/v4l-dvb/v4l
make[1]: Entering directory `/root/Desktop/tmp/driver/v4l-dvb/v4l'
scripts/make_makefile.pl
creating symbolic links...
make -C /lib/modules/2.6.13-15.11-smp/build SUBDIRS=/root/Desktop/tmp/driver/v4l-dvb/v4l modules
make[2]: Entering directory `/usr/src/linux-2.6.13-15.11-obj/x86_64/smp'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.11-obj/x86_64/smp'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/Desktop/tmp/driver/v4l-dvb/v4l'
make: *** [all] Error 2
My /lib/modules/2.6.13-15.11-smp looks like this:
drwxr-xr-x 4 root root 512 Aug 26 13:08 ./
drwxr-xr-x 5 root root 136 Jul 29 14:20 ../
lrwxrwxrwx 1 root root 42 Jul 29 14:19 build -> /usr/src/linux-2.6.13-15.11-obj/x86_64/smp/
drwxr-xr-x 2 root root 2912 Aug 26 02:52 extra/
drwxr-xr-x 10 root root 240 Jul 29 14:19 kernel/
-rw-r--r-- 1 root root 262323 Jul 29 14:20 modules.alias
-rw-r--r-- 1 root root 69 Jul 29 14:20 modules.ccwmap
-rw-r--r-- 1 root root 257803 Jul 29 14:20 modules.dep
-rw-r--r-- 1 root root 813 Jul 29 14:20 modules.ieee1394map
-rw-r--r-- 1 root root 609 Jul 29 14:20 modules.inputmap
-rw-r--r-- 1 root root 697 Jul 29 14:20 modules.isapnpmap
-rw-r--r-- 1 root root 74 Jul 29 14:20 modules.ofmap
-rw-r--r-- 1 root root 215860 Jul 29 14:20 modules.pcimap
-rw-r--r-- 1 root root 799 Jul 29 14:20 modules.seriomap
-rw-r--r-- 1 root root 114258 Jul 29 14:20 modules.symbols
-rw-r--r-- 1 root root 309156 Jul 29 14:20 modules.usbmap
lrwxrwxrwx 1 root root 14 Aug 26 12:50 source -> /usr/src/linux/
My /usr/src looks like this:
drwxr-xr-x 8 root root 296 Aug 26 02:40 ./
drwxr-xr-x 13 root root 376 May 18 06:55 ../
drwxr-xr-x 23 root root 776 Feb 22 2006 dicts/
drwxr-xr-x 5 root root 144 Aug 26 03:02 kernel-modules/
lrwxrwxrwx 1 root root 15 Aug 26 02:40 linux -> linux-2.6.13-15/
drwxr-xr-x 19 root root 752 Aug 26 02:40 linux-2.6.13-15/
drwxr-xr-x 3 root root 72 Aug 26 02:40 linux-2.6.13-15-obj/
drwxr-xr-x 3 root root 72 Jul 29 14:19 linux-2.6.13-15.11-obj/
lrwxrwxrwx 1 root root 19 Aug 26 02:40 linux-obj -> linux-2.6.13-15-obj/
drwxr-xr-x 7 root root 168 Feb 22 2006 packages/
Any help would be highly appreciated.
Thanks!!
Julian |
|