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.

请问这种警告如何消除?



Description Resource Path Location Type entry-point symbol other than "_c_int00" specified:  "code_start" EPwm_向上计数_动作限定    C/C++ Problem

  • 不要有中文路径或者中文的工程命名;

  • Lzh,

     这个警告可以忽略。你也可以通过工程属性>Debug>Auto Run and Lauch option 中把Run to symbol 改成c_int00.

    Warning: entry-point symbol other than "_c_int00" specified: "code_start"

    This warning is fine and can be ignored. It is just telling you that the entry point for the program is set to code_start instead of the default _c_int00 which is what we need in these examples. Other Peripheral Examples provided by TI will also generate this warning。
    - Eric