[Gems-users] general question about compiling Ruby


Date: Sun, 10 Jul 2005 23:47:21 -0500
From: "ayu" <ayu@xxxxxxxxxxxxx>
Subject: [Gems-users] general question about compiling Ruby
Hello,

  After making the Ruby module, I encountered the following error:

...
Made module
make[1]: Leaving directory `/tmp/tool/gems/ruby'
Ruby: Linking simics module
cd ../simics/v9-sol8-64/lib; /usr/local/bin/make ruby
make[1]: Entering directory `/tmp/tool/gems/simics/v9-sol8-64/lib'
Generating: modules.cache
make[1]: Leaving directory `/tmp/tool/gems/simics/v9-sol8-64/lib'
make[1]: Entering directory `/tmp/tool/gems/simics/v9-sol8-64/lib'
make[1]: *** No rule to make target `ruby'.  Stop.
make[1]: Leaving directory `/tmp/tool/gems/simics/v9-sol8-64/lib'
make: *** [all] Error 2

So I went into ~/gems/ruby/module/ and tried to compile the Makefile
there. But then it complained about the following:

make: *** No rule to make target `/src/devices/common/device-makefile

which is in the ~/gems/simics directoy. My question is do I need to
manually compile these to continue on? Or am I doing something wrong
here? It seems to me if I do need to compile the device-makefile, there
are parameters that I need to set myself.

Thanks,
Andy

[← Prev in Thread] Current Thread [Next in Thread→]