list-directories list-hap-callbacks
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

list-failed-modules

Synopsis

list-failed-modules ["substr"] [-v]

Description

Lists the modules (Simics extensions) that are not loadable, optionally only those matching substr.

Similar to list-modules but shows modules that will not load into Simics, and the reason why Simics refuses to load them (e.g., missing symbol, wrong version, ...).

If the -v flag is specified, show verbose information, with the full path to the module file and any library loader error message.

The MODULE column contains the name of the module or the filename of the shared library file if the module name could not be established.

If the module has the same name as another module, an X will be printed in the DUP column.

If the module could not be loaded since it was compiled or written for a different version of Simics, the version it was built for will be printed in the VERSION column.

The USR_VERS will contain the user version string, if provided.

The LINK column contains any linker error (cf. the dlerror(3) manpage).

When the -v flag is provided, the PATH column will contain linker information for the module.

When this command is used in an expression a list of the errors is returned.

Provided By

Simics Core

See Also

list-modules, module-list-refresh, load-module, add-module-directory
list-directories list-hap-callbacks