[Bug 1922] multiple definition of `_Scheduler_CBS_Server_list'
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Fri Sep 23 07:19:53 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1922
--- Comment #1 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2011-09-23 02:19:53 CDT ---
Similar problem in "testsuites/sptests/spcbssched02/system.h":
/* global variables */
rtems_id Task_id;
rtems_name Task_name;
rtems_id Task_id2;
rtems_name Task_name2;
rtems_task_priority Priority;
time_t Period;
time_t Execution;
time_t Phase;
Please avoid definitions of global variables in header files.
--
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