Re: [Gems-users] Compilation Question


Date: Mon, 07 Apr 2008 14:37:10 -0500
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Compilation Question
It looks like your compiler is set to /dev/null. This often happens when the calc_host.sh script spits out something unexpected (as I suspect it would under cygwin). Try setting your compiler manually in Makefile.common.

Regards,
Dan

hb166307@xxxxxxxx wrote:
Hello GEM-Users,

Background Info: I have simics installed on windows and trying to install GEMS using cygwin.
---------------------------------------------------------------------------
Problem:
I am at the ruby & opal compilation stage and have typed

$ make PROTOCOL=MOSI_SMP_bcast DESTINATION=MOSI_SMP_bcast (QuickStart)
---------------------------------------------------------------------------
I get the following - It is looking for a generated directory that is not there. I hope the answer to this will take care of the rest of the problems.

ls: cannot access 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/Administrator/GEMS/gems-2.1/slicc'
SLICC: Running flex and bison
make generated/generated
make[2]: Entering directory `/home/Administrator/GEMS/gems-2.1/slicc'
make[2]: `generated/generated' is up to date.
make[2]: Leaving directory `/home/Administrator/GEMS/gems-2.1/slicc'
SLICC: Building slicc executable
make x86-CYGWIN_NT-5.1/bin/slicc.exec
make[2]: Entering directory `/home/Administrator/GEMS/gems-2.1/slicc'
/dev/null -o x86-CYGWIN_NT-5.1/obj/parser.o -c generated/parser.c -DYY_NO_UNPUT
-Wall -W -Wwrite-strings -Woverloaded-virtual -Wno-unused  -g -ggdb -g3 -O2 -
fin
line-functions -DNO_VECTOR_BOUNDS_CHECKS -DMULTIFACET_NO_OPT_WARN   -I. -
I../com
mon -Igenerated -Isymbols -Igenerator -Iast
make[2]: execvp: /dev/null: Permission denied
make[2]: *** [x86-CYGWIN_NT-5.1/obj/parser.o] Error 127
make[2]: Leaving directory `/home/Administrator/GEMS/gems-2.1/slicc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Administrator/GEMS/gems-2.1/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.


--
http://www.cs.wisc.edu/~gibson [esc]:wq!

[← Prev in Thread] Current Thread [Next in Thread→]