Hello,
I'm currently working on a project with a C6472 multicore DSP, and was curious if the TI tools support a native GDB command line style debug?
I apologize if this is not the correct forum for this question.
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm currently working on a project with a C6472 multicore DSP, and was curious if the TI tools support a native GDB command line style debug?
I apologize if this is not the correct forum for this question.
Thanks!
Hi,
I am not 100% sure what you mean by command-line debugger, but our Code Composer Studio tool can be driven via the command line by using DSS.
Apart from this, TI uses the standard open source GDB for Linux running on ARM platforms and (perhaps) for C66x multicores, but I am not sure about this last one.
Is this what you were looking for?
Regards,
Rafael
From within CCS, there is also the Scripting Console:
http://processors.wiki.ti.com/index.php/Scripting_Console
ki
The scripting console appears to be the closest thing I am looking for. I was hoping that GDB was just ported to C6X and I could manually run that binary which is probably buried underneath CCS somewhere and use some of my GDB python scripts I've used elsewhere.