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.

C2000 Hex Utility, auto-generated file

Hello,

I'm linking a very simple program, and getting the following warning about an auto-generated file.  I've reviewed most of the existing E2E threads ... most say data is initalized to page 1, but I'm not finding that in my program, after stripping most things out.  Please advise.

'Invoking: C2000 Hex Utility'
"C:/ti/ti-cgt-c2000_20.2.0.LTS/bin/hex2000" -o "0.hex" "0.out"
Translating to Extended Tektronix format...
"0.out" .cinit ==> .cinit
"0.out" .text ==> .text
warning: Data is being written to auto-generated file 0.x01
'Finished building: 0.hex'
' '

Robert