Hi,

after I've installed the newest versions of
all libraries et al. needed, running make menuconfig
and make dep clean, I get error messages running
make bzdisk or bzimage. I assume that the problem is
compiling the kernel on an athlon with gcc v 2.96.
I need gcc 2.91-66 But I cant find it on the net. So,
as I read I should ues kgcc and edit the top level makefile.
assumes this, that i change the variable hostcc  or what and how?

Thanks Tom



floppy.c:723:48: warning: pasting would not give a valid preprocessing token
floppy.c:729:72: warning: pasting would not give a valid preprocessing token
floppy.c:730:48: warning: pasting would not give a valid preprocessing token
floppy.c:731:67: warning: pasting would not give a valid preprocessing token
floppy.c:732:49: warning: pasting would not give a valid preprocessing token
floppy.c:908:36: warning: pasting would not give a valid preprocessing token
----snip
cdrom.c:923:61: warning: pasting would not give a valid preprocessing token
cdrom.c:927:40: warning: pasting would not give a valid preprocessing token
cdrom.c:1165:76: warning: pasting would not give a valid preprocessing token
cdrom.c:1288:84: warning: pasting would not give a valid preprocessing token
cdrom.c:1322:57: warning: pasting would not give a valid preprocessing token
----snip
r128_drv.c:589:29: warning: pasting would not give a valid preprocessing
token
-----snip
r128_state.c:120:36: warning: pasting would not give a valid preprocessing
token
r128_state.c:122:22: warning: pasting would not give a valid preprocessing
token
r128_state.c:130:45: warning: pasting would not give a valid preprocessing
token
----snip

and so on...

this leads to

gcc -D__KERNEL__ -I/usr/src/linux-2.4.4/linux/include -Wall -Wstrict-prototy
pes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-bo
undary=2 -march=athlon     -DEXPORT_SYMTAB -c pci.c
pci.c: In function `pci_pool_free':
pci.c:1707: Internal error: Speicherzugriffsfehler.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [pci.o] Fehler 2
make[3]: Verlassen des Verzeichnisses
Verzeichnis »/usr/src/linux-2.4.4/linux/drivers/pci«
make[2]: *** [first_rule] Fehler 2
make[2]: Verlassen des Verzeichnisses
Verzeichnis »/usr/src/linux-2.4.4/linux/drivers/pci«
make[1]: *** [_subdir_pci] Fehler 2
make[1]: Verlassen des Verzeichnisses
Verzeichnis »/usr/src/linux-2.4.4/linux/drivers«
make: *** [_dir_drivers] Fehler 2

The current system is a (redhat 7) 2.2.16

Tom



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to