[Bug 2098] CLOCK_PROCESS_CPUTIME_ID
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Sun Mar 24 14:37:39 UTC 2013
https://www.rtems.org/bugzilla/show_bug.cgi?id=2098
--- Comment #2 from Joel Sherrill <joel.sherrill at oarcorp.com> 2013-03-24 09:37:39 CDT ---
Two mistakes:
(1) CFLAGS+="CLOCK_PROCESS_CPUTIME_ID" is not a valid CFLAGS, it would need to
be
CFLAGS+="-DCLOCK_PROCESS_CPUTIME_ID" to define the symbol.
(2) This constant should be defined somewhere in newlib when the feature flag
_POSIX_CPUTIME is defined.
Why were you trying to define it? :)
--
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