Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Probleme beim Kernelkompilieren ohne SMP
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Fri Aug 01, 2003 8:28 am    Post subject: [solved] Probleme beim Kernelkompilieren ohne SMP Reply with quote

Ich kann bei mir keinen Kernel kompilieren, der keine Symeric Multi Processoring (SMP) beinhaltet.
Code:
make bzImage
bricht dabei mit folgender Meldung ab

Code:
/usr/src/linux-2.4.20-pfeifer-r1_pre11/include/linux/modules/i386_ksyms.ver:90:1: warning: this is the location of the previous definition
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-pfeifer-r1_pre11/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-pfeifer-r1_pre11/kernel'
make: *** [_dir_kernel] Error 2


Ich hab den 2.4.20-pfeifer-r1_pre11-Kernel, habe auch schonmal von Probleme mit anderen Kerneln in diese Richtung gehört. Leider habe ich keine Lösung über die Suche gefunden (weiß auch nicht so genau wo nach ich suchen soll :cry:)
Naja mit SMP gehts ja auch, aber wäre halt schön wenn es raus wäre.


Last edited by sirro on Sat Oct 16, 2004 10:33 am; edited 1 time in total
Back to top
View user's profile Send private message
Robelix
l33t
l33t


Joined: 21 Jul 2002
Posts: 760
Location: in a World created by a Flying Spaghetti Monster

PostPosted: Fri Aug 01, 2003 8:45 am    Post subject: Reply with quote

Du hast vorher schon mal mit smp compiliert, dann die config geändert, stimmts?

dann:
make mrproper
make dep
make bzImage

Robelix
_________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Fri Aug 01, 2003 8:48 am    Post subject: Reply with quote

ich würde vorher aber die .config sichern, da die ansonsten beim make mrproper gelöscht wird.

Code:
cd /usr/src/linux
mv .config ../
make mrproper
mv ../.config ./
make oldconfig
make dep && make clean bzImager .....


[add]make oldconfig importiert alte einstellungen. [/add]
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Fri Aug 01, 2003 8:51 am    Post subject: Reply with quote

Robelix wrote:
Du hast vorher schon mal mit smp compiliert, dann die config geändert, stimmts?

Stimmt!

hopfe wrote:
ich würde vorher aber die .config sichern daher

Zu spät, aber hab noch ne andere Sicherung unter einem anderen Namen als .config, die nicht geklöscht werden.

Danke für die Tipps, die Targets kannte ich noch nicht.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum