Tomate | salut,
je doit recompiler mon noyau pour le support via-rhine (j ai une debian woody 2.4.18), mais j ai ces warning a la compile :
Code :
- debian:/usr/src/linux# make bzImage
- gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.18/include -Wall -Wstrict-prototyp
- es -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pip
- e -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=main -c -o init/m
- ain.o init/main.c
- . scripts/mkversion > .tmpversion
- gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -
- fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -D
- UTS_MACHINE='"i386"' -DKBUILD_BASENAME=version -c -o init/version.o init/version.c
- make CFLAGS="-D__KERNEL__ -I/usr/src/kernel-source-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigra
- phs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march
- =i686 " -C kernel
- make[1]: Entering directory `/usr/src/kernel-source-2.4.18/kernel'
- make all_targets
- make[2]: Entering directory `/usr/src/kernel-source-2.4.18/kernel'
- gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -
- fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -
- DKBUILD_BASENAME=printk -DEXPORT_SYMTAB -c printk.c
- In file included from /usr/src/kernel-source-2.4.18/include/linux/modversions.h:64,
- from /usr/src/kernel-source-2.4.18/include/linux/module.h:21,
- from printk.c:26:
- /usr/src/kernel-source-2.4.18/include/linux/modules/dec_and_lock.ver:2: warning: `atomic_dec_and_lock'
- redefined
- /usr/src/kernel-source-2.4.18/include/linux/spinlock.h:48: warning: this is the location of the previou
- s definition
- In file included from /usr/src/kernel-source-2.4.18/include/linux/modversions.h:117,
- from /usr/src/kernel-source-2.4.18/include/linux/module.h:21,
- from printk.c:26:
- /usr/src/kernel-source-2.4.18/include/linux/modules/i386_ksyms.ver:80: warning: `cpu_data' redefined
- /usr/src/kernel-source-2.4.18/include/asm/processor.h:79: warning: this is the location of the previous
- definition
- /usr/src/kernel-source-2.4.18/include/linux/modules/i386_ksyms.ver:84: warning: `smp_num_cpus' redefine
- d
- /usr/src/kernel-source-2.4.18/include/linux/smp.h:80: warning: this is the location of the previous def
- inition
- /usr/src/kernel-source-2.4.18/include/linux/modules/i386_ksyms.ver:86: warning: `cpu_online_map' redefi
- ned
- /usr/src/kernel-source-2.4.18/include/linux/smp.h:88: warning: this is the location of the previous def
- inition
- /usr/src/kernel-source-2.4.18/include/linux/modules/i386_ksyms.ver:100: warning: `smp_call_function' re
- defined
- /usr/src/kernel-source-2.4.18/include/linux/smp.h:87: warning: this is the location of the previous def
- inition
- In file included from /usr/src/kernel-source-2.4.18/include/linux/modversions.h:144,
- from /usr/src/kernel-source-2.4.18/include/linux/module.h:21,
- from printk.c:26:
- /usr/src/kernel-source-2.4.18/include/linux/modules/ksyms.ver:526: warning: `del_timer_sync' redefined
- /usr/src/kernel-source-2.4.18/include/linux/timer.h:30: warning: this is the location of the previous d
- efinition
- In file included from /usr/src/kernel-source-2.4.18/include/linux/interrupt.h:45,
- from printk.c:27:
- /usr/src/kernel-source-2.4.18/include/asm/hardirq.h:37: warning: `synchronize_irq' redefined
- /usr/src/kernel-source-2.4.18/include/linux/modules/i386_ksyms.ver:88: warning: this is the location of
- the previous definition
|
si je le laisse continuer il plante car il dit k il ne trouve pas une variable blablabla!
k est ce ke c ke ce bordel ??? |