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 5.3
when I run a hello world program, I get a message
main() at main.c:7 0x14000
_arg_main() at args_main.c:72 0x13E27 (_args_main does not contain frame information)
The debugger temporarily stops at beginning of main declared as
int main(void) {
How do I get rid of this message?
Is the program built with debugging enabled?
chris chow said:The debugger temporarily stops at beginning of main declared as
int main(void) {
What do you mean by "temporarily stops"? Does it continue running after that?
Which device/target board are you running on?