Thanks for the response, Mike.
But i am facing another problem now.
the command line i am using is:
make PROTOCOL=MOESI_CMP_token DESTINATION=MOESI_CMP_token
And it fails with the following message:
g++ -I/s/getopt-0/include -o v9-sol8-64/bin/slicc.exec -m64 -mcpu=v9
-DUSE_DIRENT -g -ggdb -g3 -O0 -w -m64 -L/s/getopt-0/lib -lgetopt -lz
v9-sol8-64/obj/parser.o v9-sol8-64/obj/lexer.o v9-sol8-64/obj/main.o
<snip>
v9-sol8-64/obj/OutPortDeclAST.o v9-sol8-64/obj/TransitionDeclAST.o
v9-sol8-64/obj/TypeDeclAST.o v9-sol8-64/obj/TypeFieldAST.o
v9-sol8-64/obj/ChipComponentAccessAST.o
/usr/pubsw/bin/ld: cannot find -lgetopt
I am using simics 2.2 and gems 1.2 on a solaris machine
thanks for your help
rishi
On Sun, 5 Mar 2006, Mike Marty wrote:
>
> If you are using the default, system gcc, these steps shouldn't be
> necessary.
>
> --Mike
>
>
> > i am trying to set up gems on a solaris machine but the setup instructions
> > http://www.cs.wisc.edu/gems/doc/wiki/moin.cgi/Setup are for x86-linux.
> > Step 6 asks for copying two library files : libstdc++.so.5 and
> > libgcc_s.so.1
> >
> > I could find libstdC.so.5, but nothing analogous to libgcc_s.
> >
> > any suggestions?
> >
> >
> >
> > thanks
> > rishi
|