[Bug 2166] New: rtems_monitor_commands not declared in cpukit/libmisc/monitor/monitor.h
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Dec 25 19:23:49 UTC 2013
https://www.rtems.org/bugzilla/show_bug.cgi?id=2166
Bug #: 2166
Summary: rtems_monitor_commands not declared in
cpukit/libmisc/monitor/monitor.h
Classification: Unclassified
Product: RTEMS
Version: 4.10
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: cpukit
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: mfields at paladin-sys.com
We received an application that is referencing 'rtems_monitor_commands' that is
failing to compile as the reference is undefined.
As a workaround we patched monitor.h at line 522:
/* shared data */
extern rtems_symbol_table_t *rtems_monitor_symbols;
extern rtems_monitor_command_entry_t rtems_monitor_commands[]; // <-- added
Let me know if the application is inappropriately referencing OE content.
v/r
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list