Error in Trace buffering related to TCB struct upgrade

vivek kukreja vivekkukreja5 at gmail.com
Sat Mar 11 13:03:29 UTC 2017


Hello developers,

I am working on trace buffering, referring:
https://devel.rtems.org/wiki/Developer/Tracing/Trace_Buffering

I compiled the fileio example as instructed but trace
linker(rtems-tld) throws a wrapper compilation error related to struct
Thread_Control. The TCB struct implementation was upgraded recently
but support for function tracing seems broken:
error: 'struct _Thread_Control' has no member named 'real_priority';
did you mean 'Real_priority'?

I am going through the changes to TCB struct to hopefully fix back the
support. If someone has worked on this before, any pointers are
appreciated!

Regards,
Vivek


More information about the devel mailing list