[Gems-users] Building Gems on Linux x86


Date: Wed, 12 Oct 2005 09:05:03 -0700
From: Ted Huffmire <huffmire@xxxxxxxxx>
Subject: [Gems-users] Building Gems on Linux x86
Dear Gems,

I am attempting to build Gems on Linux x86 version 2.4
I have obtained an academic license to simics 2.2.19
I have downloaded gems 1.1 and simics 2.2.19
I have followed the setup instructions at http://www.cs.wisc.edu/gems/doc/wiki/moin.cgi/Setup
Now I am on step one of the QuickStart instructions at http://www.cs.wisc.edu/gems/doc/wiki/moin.cgi/QuickStart

I get the following error:

% make PROTOCOL=MOSI_SMP_bcast DESTINATION=MOSI_SMP_bcast
Ruby: Building protocol: MOSI_SMP_bcast
Ruby: Making slicc
cd ../slicc; make
make[1]: Entering directory `/local/home/huffmire/gems/slicc'
SLICC: Running flex and bison
make generated/generated
make[2]: Entering directory `/local/home/huffmire/gems/slicc'
make[2]: `generated/generated' is up to date.
make[2]: Leaving directory `/local/home/huffmire/gems/slicc'
SLICC: Building slicc executable
make x86-linux/bin/slicc.exec
make[2]: Entering directory `/local/home/huffmire/gems/slicc'
make[2]: `x86-linux/bin/slicc.exec' is up to date.
make[2]: Leaving directory `/local/home/huffmire/gems/slicc'
make[1]: Leaving directory `/local/home/huffmire/gems/slicc'
Ruby: Running slicc
make generated/MOSI_SMP_bcast/generated
make[1]: Entering directory `/local/home/huffmire/gems/ruby'
make[1]: `generated/MOSI_SMP_bcast/generated' is up to date.
make[1]: Leaving directory `/local/home/huffmire/gems/ruby'
Ruby: Generating ruby objects
make x86-linux/generated/MOSI_SMP_bcast/bin/tester.exec
make[1]: Entering directory `/local/home/huffmire/gems/ruby'
make[1]: `x86-linux/generated/MOSI_SMP_bcast/bin/tester.exec' is up to date.
make[1]: Leaving directory `/local/home/huffmire/gems/ruby'
make module_go
make[1]: Entering directory `/local/home/huffmire/gems/ruby'
Made module
make[1]: Leaving directory `/local/home/huffmire/gems/ruby'
Ruby: Linking simics module
cd ../simics/x86-linux/lib; make ruby
make[1]: Entering directory `/local/home/huffmire/simics/simics-2.2.19/x86-linux/lib'
make[1]: *** No rule to make target `ruby'.  Stop.
make[1]: Leaving directory `/local/home/huffmire/simics/simics-2.2.19/x86-linux/lib'
make: *** [all] Error 2

Did I skip some important step?

Thanks,
Ted
[← Prev in Thread] Current Thread [Next in Thread→]