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.

Compiler/TMS320F28377S: Data is being written to auto-generated file

Part Number: TMS320F28377S

Tool/software: TI C/C++ Compiler

Dear George,

 As you said that "If you have not specified a name for the second output file, then the hex utility automatically chooses an output file name and issues the warning diagnostic" extracted from the link, doesn't mean that I can ignore the warning mentioned ahead. In other words, it doesn't matter at all! Am I right?

Thanks a lot!

QL

  • Speaking theoretically, it is possible you are OK with the hex utility creating an additional output file, with an automatically generated name.  That said, I cannot think of a real practical situation where this would be acceptable.  Usually, it means you put a section with initialized data on page 1 without realizing it, and you need to put that section on page 0 instead.

    Thanks and regards,

    -George