Hi,
I have installed linux1.2.13 on my PC via RedHat distribution. I tried
to compile a new kernel to support the sound card (Sound Blaster 16) I
just got. However, while creating the image file, I always get the
following complains:
% make zImage
gcc -D__KERNEL__ -I/usr/src/linux-1.2.13/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -m486 -c -o
init/main.o init/main.c
/usr/src/linux-1.2.13/include/asm/io.h: In function `copro_timeout':
/usr/src/linux-1.2.13/include/asm/io.h:82: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h:82: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h:82: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h:82: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h: In function `check_fpu':
/usr/src/linux-1.2.13/include/asm/io.h:78: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h:82: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h:78: inconsistent operand
constraints in an `asm'
/usr/src/linux-1.2.13/include/asm/io.h:82: inconsistent operand
constraints in an `asm'
make: *** [init/main.o] Error 1
Does anyone have an idea what is the problem?
Thanks in advance,
Sai.