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.
When I'm using strcat from string.h I have such errors (different variants) and prorgamm won't work... And without such strings there's all ok. Help me please...
What I'm doing wrong?
Hello,
I can't tell you why your program is not working as expected, but I can explain those "errors". Basically you are halted inside code from the run-time library. The debugger does not have the correct path location for these files so it gives you the warning messages. You can tell the debugger where the source is by using the "Locate Button". The source files can be found in:
<CCS INSTALL DIR>\ccsv6\tools\compiler\msp430_4.3.1\lib\src
That is for v6 base install. If you are using v5, the source is zipped up:
<CCSv5 INSTALL DIR)\ccsv5\tools\compiler\msp430_4.2.1\lib\rtssrc.zip
You can unzip it to access the source files.
Thanks
ki
One likely reason for being halted in copy_zero_init.c is if the watchdog fires when running the startup code. Please see this related thread, and this FAQ.