Having some problems recompiling the kernel on a rh8 install.
I've taken the config from /boot/config-2.4.18-14 (i presume this is the config the system is installed with), removed pcmcia support (will compile my own version later) and added in wireless networking.
make dep,clean,bzImage all run fine, but when I next try to run make modules I get;
Quote:
gcc -E -D__KERNEL__ -I/usr/local/src/linux-2.4.19/include -traditional -DCHIP=71
0 fake7.c | grep -v '^#' | perl -s script_asm.pl -ncr7x0_family
script_asm.pl : Illegal combination of registers in line 72 : MOVE CTEST7 & 0x
ef TO CTEST7
Either source and destination registers must be the same,
or either source or destination register must be SFBR.
make[2]: *** [sim710_d.h] Error 255
make[2]: Leaving directory `/usr/local/src/linux-2.4.19/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
make[1]: Leaving directory `/usr/local/src/linux-2.4.19/drivers'
make: *** [_mod_drivers] Error 2
Anyone got any ideas? Driving me nuts.
Ta