Re: [Gems-users] Error loading Opal


Date: Mon, 21 Apr 2008 10:11:53 +0200
From: Sasa Vitorovic <savitor85@xxxxxxxxx>
Subject: Re: [Gems-users] Error loading Opal
Hello,

Thanks Luke,

This really works for all faillings of this type. So, whenever compiler complains about something, we should try migrating function definition to .h file.
Hi Javier,


Can you try moving the failing function definition from opal/system/cache.C to the cache.h file (like I have done for several functions)? I suggested this a while back but it looks like nobody reported on its success/failure.
  Also, try using an earlier gcc version.  Internally, we are using 3.4.

  Luke

On Fri, 25 Jan 2008, jlira@xxxxxxxxxx wrote:


    Hi all,

    I am facing the same issue as Cihat user faced few weeks ago
(https://lists.cs.wisc.edu/archive/gems-users/2008-January/msg00051.shtml).
    Summarizing, when I try to load the opal module a linking error 
message is
    shown:

    Error loading module 'opal': Failed to load module 'opal'
('/home/javi/phd/simulator/gems-2.0/simics_3_workspace/x86-linux/lib/opal.so'):
    "undefined symbol:
_ZN22generic_cache_templateI21generic_cache_block_tE18registerCheckpointEP8confio_t"
    Any idea?

    Many thanks in advance,

    Javier
--
Best Regards,
  Sasa Vitorovic


[← Prev in Thread] Current Thread [Next in Thread→]
  • Re: [Gems-users] Error loading Opal, Sasa Vitorovic <=