Dear List, I am trying to copile 2.4.9 on ss5 (see cpu details below) with a straight 7.3 install from ftp.suse.com and I encounter the following errors. It is not clear to me the cuuse or if these can be avoided by changing the configuration, any advice would be appreciated.
Michael make[3]: Entering directory `/usr/src/linux-2.4.9/drivers/char' gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 -c -o vt.o vt.c vt.c: In function `vt_ioctl': vt.c:507: `kbd_rate' undeclared (first use in this function) vt.c:507: (Each undeclared identifier is reported only once vt.c:507: for each function it appears in.) vt.c:514: `kbd_rate' used prior to declaration vt.c:514: warning: implicit declaration of function `kbd_rate' make[3]: *** [vt.o] Error 1 make[3]: Leaving directory `/usr/src/linux-2.4.9/drivers/char' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/linux-2.4.9/drivers/char' make[1]: *** [_subdir_char] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.9/drivers' make: *** [_dir_drivers] Error 2 fuego:/usr/src/linux # fuego:/usr/src/linux # cat /proc/cpuinfo cpu : Fujitsu MB86904 fpu : Lsi Logic/Meiko L64804 or compatible promlib : Version 3 Revision 2 prom : 2.15 type : sun4m ncpus probed : 1 ncpus active : 1 BogoMips : 69.83 MMU type : Fujitsu Swift invall : 0 invmm : 0 invrnge : 0 invpg : 0 contexts : 256 fuego:/usr/src/linux # -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
