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.

Reply via email to