Gentoo Archives: gentoo-user

From: "Mihamina Rakotomandimby (R12y)" <mihamina.rakotomandimby@××××××××××××××××.fr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] compiling r1000 module
Date: Fri, 12 Jan 2007 21:54:30
Message-Id: 1168638362.6779.1.camel@asus.localdomain
1 I try to compile the r1000 module for my laptop.
2
3 asus ~ # uname -r
4 2.6.18-xen
5
6 asus ~ # tar xzf r1000_v1.05.tgz
7 asus ~ # cd r1000_v1.05
8 asus r1000_v1.05 # make clean modules
9 make -C src/ clean
10 make[1]: Entering directory `/root/r1000_v1.05/src'
11 rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a
12 *.s .*.flags .tmp_versions
13 make[1]: Leaving directory `/root/r1000_v1.05/src'
14 make -C src/ modules
15 make[1]: Entering directory `/root/r1000_v1.05/src'
16 make -C /lib/modules/2.6.18-xen/build
17 SUBDIRS=/root/r1000_v1.05/src modules
18 make[2]: Entering directory `/lib64/modules/2.6.18-xen/build'
19 make[2]: *** No rule to make target `modules'. Stop.
20 make[2]: Leaving directory `/lib64/modules/2.6.18-xen/build'
21 make[1]: *** [modules] Error 2
22 make[1]: Leaving directory `/root/r1000_v1.05/src'
23 make: *** [modules] Error 2
24 asus r1000_v1.05 #
25
26 On "normal" 2.6.18 (without Xen), it is OK.
27 Would you help me to find the problem?
28
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] compiling r1000 module Hans-Werner Hilse <hilse@×××.de>