Hi Mohammed,

See this thread in the archives:

https://sos.ece.cmu.edu/pipermail/simflex/2006-April/000190.html

Best Regards,
-Tom Wenisch
Computer Architecture Lab
Carnegie Mellon University

On Tue, 18 Apr 2006, Mohammed Mohammed wrote:

> Hi,
>
> I get this error when i run: make stat-manager
>
>
> In file included from ../core/simics/control_api.hpp:41,
>                 from ../core/debug/action.cpp:54:
> ../core/simics/api_wrappers.hpp:46:49: simics/types_api.h: No such file or
> directory
> ../core/simics/api_wrappers.hpp:47:57: simics/configuration_api.h: No such
> file or directory
> In file included from ../core/simics/control_api.hpp:41,
>                 from ../core/debug/action.cpp:54:
> ../core/simics/api_wrappers.hpp:53: error: expected constructor,
> destructor, or type conversion before '*' token
> ../core/simics/api_wrappers.hpp:53: error: expected `,' or `;' before '*'
> token
> ../core/simics/api_wrappers.hpp:56: error: `conf_class_t' is not a member
> of `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:57: error: `class_struct' was not declared
> in this scope
> ../core/simics/api_wrappers.hpp:57: error: expected primary-expression
> before "const"
> ../core/simics/api_wrappers.hpp:58: error: `get_attr_t' is not a member of
> `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:59: error: `lang_void' is not a member of
> `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:60: error: `get_attr_data' was not
> declared in this scope
> ../core/simics/api_wrappers.hpp:60: error: `set_attr_t' is not a member of
> `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:61: error: `lang_void' is not a member of
> `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:62: error: `set_attr_data' was not
> declared in this scope
> ../core/simics/api_wrappers.hpp:62: error: `attr_attr_t' is not a member
> of `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:63: error: expected primary-expression
> before "const"
> ../core/simics/api_wrappers.hpp:64: error: initializer expression list
> treated as compound expression
> ../core/simics/api_wrappers.hpp:66: error: variable or field
> `SIM_object_constructor' declared void
> ../core/simics/api_wrappers.hpp:66: error: `conf_object_t' is not a member
> of `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:66: error: `conf_obj' was not declared in
> this scope
> ../core/simics/api_wrappers.hpp:66: error: `parse_object_t' is not a
> member of `Flexus::Simics::API'
> ../core/simics/api_wrappers.hpp:66: error: `parse_obj' was not declared in
> this scope
> ../core/simics/api_wrappers.hpp:66: error: initializer expression list
> treated as compound expression
> ../core/simics/api_wrappers.hpp:68: error: expected constructor,
> destructor, or type conversion before '*' token
> ../core/simics/api_wrappers.hpp:68: error: expected `,' or `;' before '*'
> token
> In file included from ../core/debug/action.cpp:54:
> ../core/simics/control_api.hpp:49:47: simics/event_api.h: No such file or
> directory
> make[1]: *** [../core/debug/action.stats_o] Error 1
> make: *** [stat-manager] Error 2
>
>
> It seems to be a header file inclusion problem but i cant seem to point it
> out to the correct files.
>
>
> _______________________________________________
> SimFlex mailing list
> [email protected]
> https://sos.ece.cmu.edu/mailman/listinfo/simflex
> SimFlex web page: http://www.ece.cmu.edu/~simflex
>
From twenisch at ece.cmu.edu  Wed Apr 19 16:23:14 2006
From: twenisch at ece.cmu.edu (Thomas Wenisch)
List-Post: [email protected]
Date: Wed Apr 19 16:23:18 2006
Subject: [Simflex] ERROR
In-Reply-To: <[email protected]>
References: <[email protected]>
Message-ID: <[email protected]>

Hi Mohammad,

The error you are seeing is related to the GLIBC problems we are having on 
Red Hat/Fedora based Linux distributions.  See this thread:

https://sos.ece.cmu.edu/pipermail/simflex/2006-April/000195.html

We are actively working on this issue, but I don't have an estimated 
release date yet for a version of Flexus that will work without issue on 
Red Hat/Fedora Core.  If you need Flexus right away, the easiest solution 
is to install an older Linux version somewhere (we recommend Suse 8.1).

Best Regards,
-Tom Wenisch
Computer Architecture Lab
Carnegie Mellon University

On Tue, 18 Apr 2006, [email protected] wrote:

> Hi Tomas,
>
>   I was trying to use the interactive script to simulate the test
> application with flexus and i got this error:
>
> ./interactive CMPFlex
> Starting interactive run of flexus_test with CMPFlex in
> /afs/cs.pitt.edu/usr0/mhh/private/flexus_2.0/flexus-test-app/runs/mhh-CMPFlex-18Apr06-230857
> Launching job
> Error loading module 'flexus-CMPFlex-v9-iface-gcc': Failed to load module
> 'flexus-CMPFlex-v9-iface-gcc'
> ('/afs/cs.pitt.edu/usr0/mhh/private/flexus_2.0/flexus-test-app/runs/mhh-CMPFlex-18Apr06-230857/simics/x86-linux/lib/libflexus_CMPFlex_v9_iface_gcc.so'):
> "/afs/cs.pitt.edu/usr0/mhh/private/flexus_2.0/flexus-test-app/runs/mhh-CMPFlex-18Apr06-230857/simics/x86-linux/sys/lib/libstdc++.so.5:
> version `GLIBCXX_3.4' not found (required by
> /afs/cs.pitt.edu/usr0/mhh/private/flexus_2.0/flexus-test-app/runs/mhh-CMPFlex-18Apr06-230857/simics/x86-linux/lib/libflexus_CMPFlex_v9_iface_gcc.so)"
>
>
> regards,
> Mohammad Hammoud.
>
>
>
> _______________________________________________
> SimFlex mailing list
> [email protected]
> https://sos.ece.cmu.edu/mailman/listinfo/simflex
> SimFlex web page: http://www.ece.cmu.edu/~simflex
>
From mohammed at cs.pitt.edu  Wed Apr 19 17:04:47 2006
From: mohammed at cs.pitt.edu (Mohammed Mohammed)
List-Post: [email protected]
Date: Wed Apr 19 17:04:58 2006
Subject: [Simflex] Flexus: running interactive simulations
Message-ID: <[email protected]>

Hi there,

when i try to run interactive CMPFlex or any other simulator, i get this
message :
Launching job
Initializing Flexus::Debugger...(*** Simics ***) Simics getting shaky,
switching to 'safe' mode.
(*** Simics ***) Simics (main thread) received an abort signal, probably
an assertion.


Is this an error or can i continue with the simulation without worrying
about it..

Mohammed

Reply via email to