Re: [Gems-users] Global.h


Date: Sun, 01 Jul 2007 22:20:22 -0500
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Global.h
Failure to find "global.h" indicates that the simics API cannot be found. Make sure you have set variables properly in Makefile.simics_version for the version of Simics you are using, and that the SIMICS_INCLUDE_ROOT is properly set in Makefile.common.

Regards,
Dan

Mike Marty wrote:
You can remove DemoPrefetcher.C from the Makefile compilation list.  Or I think you can change the #include to "Global.h"

--Mike



Im installing gems following the steps written in the Wiki documentation. When compiling Ruby, I'm getting the following error:

@'\'' > x86-linux/generated/MOSI_SMP_bcast/obj/attrparse.d #'
make[1]: Leaving directory `/home/joaquin/GEMS/ruby'
make[1]: Entering directory `/home/joaquin/GEMS/ruby'
make[1]: *** No hay ninguna regla para construir el objetivo `global.h', necesario para `x86-linux/generated/MOSI_SMP_bcast/obj/DemoPrefetcher.d'.  Alto.
make[1]: Leaving directory `/home/joaquin/GEMS/ruby'
make: *** [all] Error 2

What is the answer to this error?


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

�Descubre una nueva forma de obtener respuestas a tus preguntas!
Entra en Yahoo! Respuestas.


_______________________________________________ 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→]
  • Re: [Gems-users] Global.h, Dan Gibson <=