Re: [Gems-users] Problems with -sign-module


Date: Fri, 07 Sep 2007 07:53:38 -0500
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Problems with -sign-module
Have you set your SIMICS_VERSION flag in $GEMS/ruby/module/Makefile to 3.0.X ?

At the end of the build process, Simics 3.x+ "loads the module to digitially sign it" for some reason -- Ruby doesn't expect to be loaded for this purpose and will take a segmentation fault if the Simics version isn't set properly.

Regards,
Dan

Carles Hernández wrote:
Hello,

(Using Simics 3.0.25 and Gems 1.3.1)
I am trying to compile and load the Ruby module, but while compiling Ruby, the Makefile stops as it encounters an error. It occurs in $SIMICS_INSTALL/config/module.mk, when it tries to sign de module:

$(SIMICS_WORKSPACE)/$(SIMICS_START_SCRIPT) -batch-mode  \
-quiet -no-copyright -no-module-cache    \
-P modelbuilder -sign-module $@

The return value of simics is '2', and make interprets this as an error since it is not '0'.
Is it normal?

Thank you in advance
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


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