wat gaat er faut met kernel compile ?

Pagina: 1
Acties:

  • Super_ik
  • Registratie: Maart 2001
  • Laatst online: 09:32
kep laast kernel 2.4.16 probleemloos gecompiled, nu moets er nog een paar opties aan toevoegen om cd;s te kunne brande
dus ik aangevinkt met xconfig
daarnaa make dep;make clean;make bzImage 2> /root/compile.err

dit staat er in mn compile.err:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
bash-2.05# cat compile.err          
In file included from /usr/src/linux-2.4.16/include/linux/modversions.h:64,
             from /usr/src/linux-2.4.16/include/linux/module.h:21,
             from ksyms.c:14:
/usr/src/linux-2.4.16/include/linux/modules/dec_and_lock.ver:2: warning: `atomic_dec_and_lock' redefined
/usr/src/linux-2.4.16/include/linux/spinlock.h:48: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.4.16/include/linux/modversions.h:116,
             from /usr/src/linux-2.4.16/include/linux/module.h:21,
             from ksyms.c:14:
/usr/src/linux-2.4.16/include/linux/modules/i386_ksyms.ver:90: warning: `cpu_data' redefined
/usr/src/linux-2.4.16/include/asm/processor.h:79: warning: this is the location of the previous definition
/usr/src/linux-2.4.16/include/linux/modules/i386_ksyms.ver:94: warning: `smp_num_cpus' redefined
/usr/src/linux-2.4.16/include/linux/smp.h:80: warning: this is the location of t
he previous definition
/usr/src/linux-2.4.16/include/linux/modules/i386_ksyms.ver:96: warning: `cpu_onl
ine_map' redefined
/usr/src/linux-2.4.16/include/linux/smp.h:88: warning: this is the location of t
he previous definition
/usr/src/linux-2.4.16/include/linux/modules/i386_ksyms.ver:110: warning: `smp_ca
ll_function' redefined
/usr/src/linux-2.4.16/include/linux/smp.h:87: warning: this is the location of t
he previous definition
In file included from /usr/src/linux-2.4.16/include/linux/modversions.h:143,
             from /usr/src/linux-2.4.16/include/linux/module.h:21,
             from ksyms.c:14:
/usr/src/linux-2.4.16/include/linux/modules/ksyms.ver:524: warning: `del_timer_s
ync' redefined
/usr/src/linux-2.4.16/include/linux/timer.h:30: warning: this is the location of
 the previous definition
In file included from /usr/src/linux-2.4.16/include/linux/interrupt.h:45,
             from ksyms.c:21:
/usr/src/linux-2.4.16/include/asm/hardirq.h:37: warning: `synchronize_irq' redef
ined
/usr/src/linux-2.4.16/include/linux/modules/i386_ksyms.ver:98: warning: this is 
the location of the previous definition
In file included from ksyms.c:17:
/usr/src/linux-2.4.16/include/linux/kernel_stat.h: In function `kstat_irqs':
/usr/src/linux-2.4.16/include/linux/kernel_stat.h:48: `smp_num_cpus' undeclared 
(first use in this function)
/usr/src/linux-2.4.16/include/linux/kernel_stat.h:48: (Each undeclared identifie
r is reported only once
/usr/src/linux-2.4.16/include/linux/kernel_stat.h:48: for each function it appea
rs in.)
make[2]: *** [ksyms.o] Error 1
make[1]: *** [first_rule] Error 2
make: *** [_dir_kernel] Error 2

wa heb ik nu faut gedaan ?

8<------------------------------------------------------------------------------------
Als ik zo door ga haal ik m'n dood niet. | ik hou van goeie muziek


  • DGTL_Magician
  • Registratie: Februari 2001
  • Laatst online: 14-06 14:36

DGTL_Magician

Kijkt regelmatig vooruit

Waarschijnlijk is de fout dat je niet kunt spellen gezien je stukje! :7

Blog | aaZoo - (Wireless) Networking, Security, DDoS Mitigatie, Virtualisatie en Storage


  • Valium
  • Registratie: Oktober 1999
  • Laatst online: 09-08 08:59

Valium

- rustig maar -

Maak eens goed schoon met:
cp .config /tmp
make mrproper <--- Hier gaat het dus om.
cp /tmp/.config ./
make oldconfig
make dep bzImage

Soms is je kernel-source zo vervuild dat er niets meer aan te doen is. Een "mr proper" wil het probleem meestal wel verhelpen.

2.4.17 is trouwens al eventjes uit, dus misschien wil je die eens proberen.

  • RaZ
  • Registratie: November 2000
  • Niet online

RaZ

Funky Cold Medina

Op dinsdag 15 januari 2002 14:21 schreef DGTL_Magician het volgende:
Waarschijnlijk is de fout dat je niet kunt spellen gezien je stukje! :7
LOL, zag het ook net je, fautje bedankd >:)

Ey!! Macarena \o/


  • Super_ik
  • Registratie: Maart 2001
  • Laatst online: 09:32
Op dinsdag 15 januari 2002 14:22 schreef Valium het volgende:
Maak eens goed schoon met:
cp .config /tmp
make mrproper <--- Hier gaat het dus om.
cp /tmp/.config ./
make oldconfig
make dep bzImage

Soms is je kernel-source zo vervuild dat er niets meer aan te doen is. Een "mr proper" wil het probleem meestal wel verhelpen.

2.4.17 is trouwens al eventjes uit, dus misschien wil je die eens proberen.
hij doet het, bedankt :) 2.4.16 dan he ;)

8<------------------------------------------------------------------------------------
Als ik zo door ga haal ik m'n dood niet. | ik hou van goeie muziek