The file that you need is global.h, which is found at:
simics/x86-linux/obj/include/simics/global.h
The usual reason this error arises is that Simics was not installed to
$GEMS/simics, but to some other location, often $GEMS/simics<version>.
If this is your problem, simply make a link called "simics" in your $GEMS
directory to your simics installation. Specifically, the following path
must be valid:
$GEMS/simics/x86-linux/obj/include/simics/global.h
Regards,
Dan
At 12:46 PM 10/13/2005 +0200, you wrote:
Hello
I'm beginning with Gems. I'm trying the example on the ppt, but when i do:
make PROTOCOL=MOESI_CMP_token DESTINATION=MOESI_CMP_token
i get the following error:
.....
/bin/sh -ec '/usr/bin/g++ -MM -MG -DIS_RUBY -DTARGET_SPARC_V9
-DTARGET_VA_BITS=64 -DTARGET_PA_BITS=64 -Wall -W -Wwrite-strings
-Woverloaded-virtual -Wno-unused -march=i686 -g -ggdb -g3 -O2
-finline-functions -DNO_VECTOR_BOUNDS_CHECKS -DMULTIFACET_NO_OPT_WARN
-DRUBY_DEBUG=false -Inetwork/simple -I. -I../common -I../common/gzstream
-Ibuffers -Icommon -Islicc_interface -Iprofiler -Iconfig -Ieventqueue -Isystem
-Iinterfaces -Isimics -Itester -Irecorder -Igenerated/MOESI_CMP_token
-I../common/ioutil -Inetwork -I../simics/x86-linux/obj/include/
-I../simics/x86-linux/obj/include/simics -I../simics/x86-linux/config
generated/MOESI_CMP_token/attrparse.c | sed -e
'\''s@^\(.*\)\.o:@x86-linux/generated/MOESI_CMP_token/obj/attrparse.d:@'\'' |
sed -e '\''s@^\(.*\)\.d:@\1.d \1.o:@'\'' >
x86-linux/generated/MOESI_CMP_token/obj/attrparse.d #'
make[1]: Leaving directory `/home/antonio/pfc/gems/ruby'
make[1]: Entering directory `/home/antonio/pfc/gems/ruby'
make[1]: *** No hay ninguna regla para construir el objetivo `global.h',
necesario para
`x86-linux/generated/MOESI_CMP_token/obj/DemoPrefetcher.d'. Alto.
make[1]: Leaving directory `/home/antonio/pfc/gems/ruby'
make: *** [all] Error 2
Anybody could help me, please?
Thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
|