ISDN 2.2.11 isdn_audio.c compile problem with gcc-2.95

Programming account ("John)
Tue, 10 Aug 1999 15:49:12 +0000


Hi, all.

Kernel 2.2.11, isdn_audio.c bombs out during compile with gcc-2.95
in this way:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-fno-strength-reduce -mpentium -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=586 -DMODULE -c -o isdn_audio.o
isdn_audio.c
isdn_audio.c: In function `isdn_audio_ulaw2alaw':
isdn_audio.c:292: Invalid `asm' statement:
isdn_audio.c:292: fixed or forbidden register 2 (cx) was spilled for
class CREG.
isdn_audio.c: In function `isdn_audio_alaw2ulaw':
isdn_audio.c:292: Invalid `asm' statement:
isdn_audio.c:292: fixed or forbidden register 2 (cx) was spilled for
class CREG.
make[2]: *** [isdn_audio.o] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/isdn'
make[1]: *** [_modsubdir_isdn] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [_mod_drivers] Error 2

I don't remember the gcc mailing list address, maybe someone could
cross-post this?

Thanks
JHW
linux@billabong.demon.co.uk

-
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/