Re: [Gems-users] Problem for environment setup


Date: Sat, 8 Jan 2011 20:40:30 +0530
From: Kirtika Ruchandani <kirtibr@xxxxxxxxx>
Subject: Re: [Gems-users] Problem for environment setup
On Sat, Jan 8, 2011 at 8:02 PM, Tianyi Wang <tiawang@xxxxxxx> wrote:
> Hi, guys
>
> I'm new to GEMS and Simics, when I was following the tutorial QuickStart from GEMS group (http://www.cs.wisc.edu/gems/doc/gems-wiki/moin.cgi/QuickStart). In section "Set environment and start simics", after I type command "setenv SIMICS_EXTRA_LIB ./modules", it returned the following:
>
> No command 'setenv' found, did you mean:
>  Command 'netenv' from package 'netenv' (universe)
> setenv: command not found

The tutorial assumes a different shell (I forget which one) - for bash
shells, the equivalent command is -
export SIMICS_EXTRA_LIB='./modules'

Reading up on the following bash commands - export, env, echo
(specifically echoing a variable by echo $FOO for instance) will help
you.
[← Prev in Thread] Current Thread [Next in Thread→]