这个文件中,
第42行有 .global _stack
第109行有 LDR r0, =_stack
但是为什么109行提示:
Description Resource Path Location Type
undefined reference to `_stack' diag_entry.S
是因为在CCS的ti-rtos文件工程中不能有汇编文件出现吗
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.
这个文件中,
第42行有 .global _stack
第109行有 LDR r0, =_stack
但是为什么109行提示:
Description Resource Path Location Type
undefined reference to `_stack' diag_entry.S
是因为在CCS的ti-rtos文件工程中不能有汇编文件出现吗