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.

CCS/CC1310: UniFlash 4.1v does not have gdb_agent_console

Part Number: CC1310
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

I'm trying to run GDB server on my Linux machine. The instructions says:

"

The GDB server agent is found in the following folder where UniFlash is installed:
ccs_base\common\uscif. Perform the following steps to launch and configure the GDB Server for the
XDS100v3 emulator on Linux:

1. Launch the GDB Server agent with the following command:
gdb_agent_console <board-data-file>
The board-data-file is the *.dat file found in the software example package:
CC26xx_XDS100v3c2_linux.dat

"

But there is no ccs_base folder in the UniFlash directory and no gdb_agent_console file anywhere in any of the other subfolders

  • Tomer,

    What instructions are you referring to? Is it from this document? www.ti.com/.../swra446.pdf

    I believe the issue here is that the instructions were created with UniFlash v3 which was a stripped down version of Code Composer Studio and did include GDB agent. The author of the document included installing uniflash as a way to get gdb agent installed. The newer UniFlash is built in a differnet way and does not include as many elements from CCS that are not relevant to the usage of UniFlash (it is a much smaller package).

    An alternative way to get gdb agent would be to install the XDS Emulation package here: processors.wiki.ti.com/.../XDS_Emulation_Software_Package

    Regards,
    John