Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-29 Thread vivek kukreja
Hello Chris, The init.c file for capture example doesnt include confdefs.h. Are there any other examples i can look at? The ctrace command(specifically rtems_capture_print_trace_records function) calls rtems_capture_read to read records from cpu buffers which returns RTEMS_UNSATISFIED. Regard

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-29 Thread Chris Johns
On 30/05/2016 13:51, vivek kukreja wrote: The init.c file for capture example doesnt include confdefs.h. Are there any other examples i can look at? The capture init.c in the testsuite includes system.h. I suggest you take a look in that file. The ctrace command(specifically rtems_captur