Re: [Gems-users] request


Date: Tue, 2 Dec 2008 09:09:23 -0600
From: "Derek Hower" <drh5@xxxxxxxxxxx>
Subject: Re: [Gems-users] request
make[2]: /s/gcc-3.4.1/bin/g++: Command not found

Change the path to g++ in your makefile.

-Derek

On Tue, Dec 2, 2008 at 9:02 AM, mehdi mohammadi
<me_mohammadi@xxxxxxxxxxxxxxx> wrote:
> Hi,
> After installing GEMS and running the command:
> cd $GEMS/ruby
> make PROTOCOL=MOSI_SMP_bcast DESTINATION=MOSI_SMP_bcast
> I recieve the following error.
> I would be thankful if anyone could help.
> ls: generated/MOSI_SMP_bcast/*.C: No such file or directory
> Ruby: Building protocol: MOSI_SMP_bcast
> Ruby: Making slicc
> cd ../slicc; make
> make[1]: Entering directory `/home/mehdi/gems/slicc'
> SLICC: Running flex and bison
> make generated/generated
> make[2]: Entering directory `/home/mehdi/gems/slicc'
> make[2]: `generated/generated' is up to date.
> make[2]: Leaving directory `/home/mehdi/gems/slicc'
> SLICC: Building slicc executable
> make x86-linux/bin/slicc.exec
> make[2]: Entering directory `/home/mehdi/gems/slicc'
> /s/gcc-3.4.1/bin/g++ -o x86-linux/obj/parser.o -c generated/parser.c
> -DYY_NO_UNPUT -Wall -W -Wwrite-strings -Woverloaded-virtual -Wno-unused
> -march=i686 -g -ggdb -g3 -O2 -finline-functions -DNO_VECTOR_BOUNDS_CHECKS
> -DMULTIFACET_NO_OPT_WARN -I. -I../common -Igenerated -Isymbols -Igenerator
> -Iast
> make[2]: /s/gcc-3.4.1/bin/g++: Command not found
> make[2]: *** [x86-linux/obj/parser.o] Error 127
> make[2]: Leaving directory `/home/mehdi/gems/slicc'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/mehdi/gems/slicc'
> make: *** [all] Error 2
>
>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> Use Google to search the GEMS Users mailing list by adding
> "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.
>
>
>
[← Prev in Thread] Current Thread [Next in Thread→]