Part Number: CCSTUDIO-C2000
Please tell me the compiler setting required to run the C code as a Local.
I have enabled the CDT GDB Debuging under the Window>Preferences>General>Capabilities.
When I build the project there were several warnings but no errors.
Now when I tried to Debug the folder as a Local C/C++ Application, I am getting an error "Error with command: gdb --version
Cannot run program "gdb": Launching failed"
Do I need to add a GCC compiler? If so How do I do that?