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/TMS320F28069M: #10247-D creating output section ".cio" without a SECTIONS specification c3 C/C++ Problem

Part Number: TMS320F28069M

Tool/software: Code Composer Studio

I am running code below on CCSV6 fo rTMS320F28069M launch pad and xds100v2 emulator is used.

#include <stdio.h>
int main()
{
// If you use printf() function without including the <stdio.h>
// header file, this program will show an error.
printf("Catch me if you can.");
}

I am getting problem while debugging code

Description Resource Path Location Type
#10247-D creating output section ".cio" without a SECTIONS specification c3 C/C++ Problem

and no output at the console

please solve this problem