[Gems-users] ProblemsInstalling GEMS2.1 on Solaric/SPARC


Date: Mon, 18 Aug 2008 11:01:03 +1200
From: "Fuad Tabba" <fuad@xxxxxxxxxxxxxxxxx>
Subject: [Gems-users] ProblemsInstalling GEMS2.1 on Solaric/SPARC
Hi,

I'm trying to install GEMS2.1 on solaris 10/sparcv9; using simics 3.0.31, gcc 3.4.6, gnu make 3.81 and gnu bison 2.3

Anyway, I'm having bison problems compiling ruby (MESI_CMP_filter):-

----------------
~/gems-2.1/ruby$ make clean

~/gems-2.1/ruby$ make PROTOCOL=MESI_CMP_filter_directory DESTINATION=MESI_CMP_filter_directory
generated/MESI_CMP_filter_directory/*.C: No such file or directory
Ruby: Building protocol: MESI_CMP_filter_directory
Ruby: Making slicc
cd ../slicc; make
make[1]: Entering directory `~/gems-2.1/slicc'
SLICC: Running flex and bison
make generated/generated
make[2]: Entering directory `~/gems-2.1/slicc'
SLICC: Generating parser
bison --verbose --defines -o generated/parser.c parser/parser.y
parser/parser.y: conflicts: 56 shift/reduce
make[2]: *** [generated/generated] Broken Pipe
make[2]: Leaving directory `~/gems-2.1/slicc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `~/gems-2.1/slicc'
make: *** [all] Error 2

~/gems-2.1/ruby$ cd ../slicc/
22:52:43 ~/gems-2.1/slicc$ bison --verbose --defines -o generated/parser.c parser/parser.y
parser/parser.y: conflicts: 56 shift/reduce
Broken Pipe

~$ bison -V
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.

------------------

Any ideas what the problem might be?

Thanks.

Cheers,
/Fuad
[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] ProblemsInstalling GEMS2.1 on Solaric/SPARC, Fuad Tabba <=