[Gems-users] Ruby compiling question (*** No rule to make target `ruby'.)


Date: Sat, 24 Mar 2007 23:34:51 -0400 (EDT)
From: "WANG,DEXIANG" <camelwdx@xxxxxxx>
Subject: [Gems-users] Ruby compiling question (*** No rule to make target `ruby'.)
Hi all:

Sorry to bother again. I downloaded and am compiling GEMS1.3. The "gzopen not found" error seems not to appear, but, after "make module_go" finished, "make ruby" cannot go further. Is there any reason for that? In ruby's makefile, I cannot find target "ruby" at all. By the way, I annotated "#include <simics/host-config.h>' because I cannot find such a head file in corresponding directory. Dumped info is as follow:
Thanks!

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

Dexiang Wang
U. of Florida


[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] Ruby compiling question (*** No rule to make target `ruby'.), WANG,DEXIANG <=