Problems compiling 2.2.13ac

Martin Schulze (joey@finlandia.Infodrom.North.DE)
Sun, 24 Oct 1999 23:30:13 +0200


Hi Alan,

I've just tried to compile 2.2.13ac with lots of modules but
failed to compile SBNI as module with the following error message:

gcc -D__KERNEL__ -I/usr/src/linux-2.2.13ac/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -c -o sbni.o sbni.c
sbni.c: In function `calc_crc':
sbni.c:1375: Invalid `asm' statement:
sbni.c:1375: fixed or forbidden register 1 (dx) was spilled for class DREG.
sbni.c:1377: warning: control reaches end of non-void function
make[2]: *** [sbni.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.13ac/drivers/net'
make[1]: *** [_modsubdir_net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.13ac/drivers'
make: *** [_mod_drivers] Error 2

This is an intel box, compiler is egcs.

Regards,

Joey

-- 
Never trust an operating system you don't have source for!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/