各位专家,在CCS5.1中,我利用File-New-Ccs project建立了一个新的工程,工程选择为Empty project。在main.c里面输入如下代码:
#include <c6x.h>
#include <stdio.h>
#include <ti/csl/csl_chip.h>
void main(void) {
uint32_t coreID = CSL_chipReadReg (CSL_CHIP_DNUM);
return;
}
为什么Build工程时会出现错误。如下:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "lk.out" not built。是不是在工程设置的地方需要设置一下?
谢谢大家解答。
