Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Erste Inst.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Mon Jan 27, 2003 6:05 pm    Post subject: Reply with quote

vmlinuz kopieren bringt nix, weil die Module ja nich dabei sind. Wenn du ne aeltere SuSE hast gibbet auch probs mit anderen Modulen wegens dem gcc. Einen Screenshot kannst du kaum machen ausser Console, aber mit gpm kannst du die entsprechenden Zeilen mit der Maus markieren und dann in X in deinen Beitrag einfuegen.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
juergen
n00b
n00b


Joined: 25 Jan 2003
Posts: 20

PostPosted: Mon Jan 27, 2003 7:57 pm    Post subject: Reply with quote

rechner1 linux-2.4.20 # make dep && make clean bzImage modules modules_install

. scripts/mkversion > .tmpversion
dnsdomainname: Unbekannter Rechner
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DUTS_MACHINE='"i386"' -DKBUILD_BASENAME=version -c -o init/version.o init/version.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DKBUILD_BASENAME=do_mounts -c -o init/do_mounts.o init/do_mounts.c
init/do_mounts.c: In function `identify_ramdisk_image':
init/do_mounts.c:543: internal error: Speicherzugriffsfehler
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [init/do_mounts.o] Fehler 1


Last edited by juergen on Mon Jan 27, 2003 8:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Mon Jan 27, 2003 8:06 pm    Post subject: Reply with quote

Was hastn du fuern Prozzi und vor allem, welchen hast du bei der kernelkonfiguration eingestellt?

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
juergen
n00b
n00b


Joined: 25 Jan 2003
Posts: 20

PostPosted: Mon Jan 27, 2003 8:12 pm    Post subject: Reply with quote

amd k6 II 500 , in der Konfig habe ich diesen auch eingestellt, auch den i586 schon probiert
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Mon Jan 27, 2003 8:46 pm    Post subject: Reply with quote

poste mal die Ausgabe von
Code:
ls -la /usr/src


Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
juergen
n00b
n00b


Joined: 25 Jan 2003
Posts: 20

PostPosted: Mon Jan 27, 2003 8:48 pm    Post subject: Reply with quote

drwxr-xr-x 4 root root 4096 2003-01-27 00:30 .
drwxr-xr-x 13 root root 4096 2003-01-26 12:43 ..
-rw-r--r-- 1 root root 0 2002-12-03 20:55 .keep
lrwxrwxrwx 1 root root 23 2003-01-26 13:15 linux -> linux-2.4.19-gentoo-r10
drwxr-xr-x 16 root root 4096 2003-01-27 00:15 linux-2.4.19-gentoo-r10
drwxr-xr-x 14 root root 4096 2003-01-27 21:41 linux-2.4.20
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Mon Jan 27, 2003 9:06 pm    Post subject: Reply with quote

Du Pappnase!!! (sorry) Wenn der link in /usr/src/linux auf linux-2.4.19-gentoo-r10 zeigt, dann kannste nich den in linux-2.4.20 compilieren. Wenn du den 2.4.20 haben willst mach folgendes.
Code:
cd /usr/src
rm linux
ln -s linux-2.4.20 linux
cp linux-2.4.19-gentoo-r10/.config linux-2.4.20
make menuconfig (dann speichern)
make dep clean bzImage modules modules_install


Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
juergen
n00b
n00b


Joined: 25 Jan 2003
Posts: 20

PostPosted: Mon Jan 27, 2003 9:12 pm    Post subject: Reply with quote

wenn du mir weiter so gut hilfst, darft du mich auch Rübennase nennen. Würde sogar meinen Nick ändern.
Aber das kompilieren habe ich auch schon unter ~linux (gentoo kernel ) probiert. Nix dergleichen.
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Mon Jan 27, 2003 9:19 pm    Post subject: Reply with quote

dann versuch mal gemaesz der obigen anleitung den Vanilla-kernel.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
juergen
n00b
n00b


Joined: 25 Jan 2003
Posts: 20

PostPosted: Mon Jan 27, 2003 9:29 pm    Post subject: Reply with quote

make[1]: Leaving directory `/usr/src/linux-2.4.20/Documentation/DocBook'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
In file included from init/main.c:32:
/usr/src/linux-2.4.20/include/asm/bugs.h: In function `no_halt':
/usr/src/linux-2.4.20/include/asm/bugs.h:32: internal error: Speicherzugriffsfehler
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [init/main.o] Fehler 1

so, das wars nu. Jetzt werde ich erstmal haja machen. Werde mich morgen nochmals in alter frische an die arbeit machen.
Gruß und gute Nacht
Jürgen
Back to top
View user's profile Send private message
juergen
n00b
n00b


Joined: 25 Jan 2003
Posts: 20

PostPosted: Tue Jan 28, 2003 10:20 pm    Post subject: Reply with quote

ich hab dir faxen dicke, den kernel bekomme ich nicht ans rennen.n komischerweise klappt es mit dem suse kernel ohne problem auif meinem rechner, den Libranet konnte ich auch ohne probs compilieren.
Was nu, aufgeben oder was. Es kommt immer dieser sch... Speicherzugriffsfehler...
Gruß
Jürgen
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
Goto page Previous  1, 2
Page 2 of 2

 
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