compile error : more than 10 operands in `asm' with gcc 2.95.4

Mats Soderstrom mol-general@lists.maconlinux.org
Wed, 20 Aug 2003 10:43:12 +0200


Hi Samuel!

I get the following compile error on the latest bk tree when using gcc 2.95.4:

Making all in scripts
Making all in src
Making all in lib
gcc -E -D__ASSEMBLY__  -I../..  -I../shared -I../include -I./include -I- cache.S 
| m4 -s  | ../../scripts/asfilter > cache.o.s
as cache.o.s  -o cache.o
gcc -E -D__ASSEMBLY__  -I../..  -I../shared -I../include -I./include -I- 
testfile.S | m4 -s  | ../../scripts/asfilter > testfile.o.s
as testfile.o.s  -o testfile.o
Making all in main
main.c: In function `multiplexer':
main.c:51: more than 10 operands in `asm'
make[3]: *** [main.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


/Mats Soderstrom