Description Resource Path Location Type entry-point symbol other than "_c_int00" specified: "code_start" Adc Test C/C++ Problem
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.
这是因为在CODE_START_BRANCH.asm中 定义了一个code_start 起始符,也就是程序要先跳转到code start,运行完成之后最终运行到_C_int00.
这只是一个warning,可以不用管它。
如果要去掉此warning,要在项目属性上把code start那个删除,再在.asm中也删除就没有了。