Gentoo Archives: gentoo-user-fr

From: Jacques Montier <jacmonti@×××××××××××××.fr>
To: Liste Gentoo <gentoo-user-fr@l.g.o>
Subject: [gentoo-user-fr] probleme compilation noyau
Date: Thu, 29 Jan 2004 18:38:45
Message-Id: 40194C72.4030708@club-internet.fr
1 Bonjour à tous,
2
3 J'ai copié le fichier .config dans /usr/src/linux-2.4.20-gaming-r7.
4 puis :
5 make oldconfig
6 make dep
7 make clean
8 make bzImage
9 et là ça plante :
10
11
12 gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gaming-r7/include -Wall
13 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
14 -fno-common -fomit-frame-pointer -pipe
15 -mpreferred-stack-boundary=2 -march=athlon
16 -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
17 . scripts/mkversion > .tmpversion
18 gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gaming-r7/include -Wall
19 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
20 -fno-common -fomit-frame-pointer -pipe
21 -mpreferred-stack-boundary=2 -march=athlon
22 -DUTS_MACHINE='"i386"' -DKBUILD_BASENAME=version -c -o
23 init/version.o init/version.c
24 gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gaming-r7/include -Wall
25 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
26 -fno-common -fomit-frame-pointer -pipe
27 -mpreferred-stack-boundary=2 -march=athlon
28 -DKBUILD_BASENAME=do_mounts -c -o init/do_mounts.o init/do_mounts.c
29 make CFLAGS="-D__KERNEL__
30 -I/usr/src/linux-2.4.20-gaming-r7/include -Wall
31 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
32 -fno-common -fomit-frame-pointer -pipe
33 -mpreferred-stack-boundary=2 -march=athlon " -C kernel
34 make[1]: Entering directory `/usr/src/linux-2.4.20-gaming-r7/kernel'
35 make all_targets
36 make[2]: Entering directory `/usr/src/linux-2.4.20-gaming-r7/kernel'
37 gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gaming-r7/include -Wall
38 -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
39 -fno-common -fomit-frame-pointer -pipe
40 -mpreferred-stack-boundary=2 -march=athlon -nostdinc
41 -iwithprefix include -DKBUILD_BASENAME=sched
42 -fno-omit-frame-pointer -c -o sched.o sched.c
43 sched.c:461:1: warning: "/*" within comment
44 sched.c: In function `set_cpus_allowed':
45 sched.c:1465: structure has no member named `cpus_runnable'
46 sched.c:1468: structure has no member named `processor'
47 sched.c:1475: structure has no member named `cpus_runnable'
48 sched.c: At top level:
49 sched.c:2122: redefinition of `set_cpus_allowed'
50 sched.c:1454: `set_cpus_allowed' previously defined here
51 make[2]: *** [sched.o] Error 1
52 make[2]: Leaving directory `/usr/src/linux-2.4.20-gaming-r7/kernel'
53 make[1]: *** [first_rule] Error 2
54 make[1]: Leaving directory `/usr/src/linux-2.4.20-gaming-r7/kernel'
55 make: *** [_dir_kernel] Error 2
56
57 D'où vient l'erreur ?
58 Merci de votre précieuse aide.
59
60 Jacques
61
62
63
64 --
65 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] probleme compilation noyau Thomas de Grenier de Latour <degrenier@×××××××××××.fr>
Re: [gentoo-user-fr] probleme compilation noyau Thomas de Grenier de Latour <degrenier@×××××××××××.fr>
Re: [gentoo-user-fr] probleme compilation noyau Thomas de Grenier de Latour <degrenier@×××××××××××.fr>