From alsa-user-owner@alsa.jcu.cz  Wed Jan 27 01:27:46 1999
Received: from hideout.jp.compaq.com (qmailr@ngy0138.bekkoame.ne.jp [202.244.227.138])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id BAA20778
	for <alsa-user@alsa.jcu.cz>; Wed, 27 Jan 1999 01:24:49 +0100
Received: (qmail 6121 invoked from network); 27 Jan 1999 09:23:58 +0900
Received: from localhost (hoyano@127.0.0.1)
  by localhost with SMTP; 27 Jan 1999 09:23:58 +0900
To: alsa-user@alsa.jcu.cz
Subject: compile error on gus_pcm.c in pre3
From: Tetsuya HOYANO <hoyano@ari.bekkoame.ne.jp>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19990127092357F.hoyano@ari.bekkoame.ne.jp>
Date: Wed, 27 Jan 1999 09:23:57 +0900
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

I've got following error with 'gcc -v'
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.93.02/specs
gcc version pgcc-2.93.02 19990117 (gcc2 ss-980609 experimental)

followed by ./configure --with-processor=i686

gcc -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../include -c -o gus_pcm.o gus_pcm.c
gus_pcm.c: In function `snd_gf1_pcm_translate':
gus_pcm.c:122: Invalid `asm' statement:
gus_pcm.c:122: fixed or forbidden register 2 (cx) was spilled for class CREG.
gus_pcm.c:105: Invalid `asm' statement:
gus_pcm.c:105: fixed or forbidden register 2 (cx) was spilled for class CREG.
make[2]: *** [gus_pcm.o] Error 1
make[2]: Leaving directory `/home2/alsa/pre3/alsa-driver-0.3.0-pre3/lowlevel/gus'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home2/alsa/pre3/alsa-driver-0.3.0-pre3/lowlevel'
make: *** [compile] Error 1

Sorry for only reporting.
--HOYANO

