Re: [Gems-users] problems building GEMS, Daniel Nussbaum


Date: Mon, 15 May 2006 12:18:43 -0700 (PDT)
From: arrvindh shriraman <arrvindh_shriraman@xxxxxxxxx>
Subject: Re: [Gems-users] problems building GEMS, Daniel Nussbaum
I faced the same problem when my SIMICS directory resided in a different dir than gems. This is because some of the links in the makefile in SIMICS_BASE/src/extensions/ruby/ are specified as relative paths
eg:
HOST_TYPE ... $(SIMICS_BASE)/../scripts/calc_host.sh)

This should be changed to
 HOST_TYPE .... $(GEMS)/scripts/calc_host.sh)

There are other variables which need the $SIMICS_BASE converted to $GEMS in the same file.

EXTRA_OBJ_FILES, EXTRA_VPATH

Hopefully this helps.


Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
[← Prev in Thread] Current Thread [Next in Thread→]