Hi
I am working with a TI pdk example, using CCS 5.2 and the arago linux distro.
My build of the example crashes with a segmentation fault. The kernel was not built with core dump support so there is no core dump on which to run gdb. Therefore, my strategy is to step through the example using the CCS debugger until it crashes.
My difficulty is that the failure occurs in a pthread, but I don't know how to step through the pthread. Is there a TI article on how to do this or can someone tell me the basic steps please?
BR
David