您好!
我想为 LP-CC1352P7创建一个新示例。 我为板创建了新的空项目、并尝试构建空项目。
我得到以下与此相关的构建错误。 您是否有任何参考文档、以了解如何创建新的 CCS 工程。
****构建项目节点的配置调试****
"C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake"-k -j 16 all -O
生成文件:"../main.c"
调用:ARM 编译器
"c:/ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armcl -mv7M4 --code_state=16 -me --include_path="D:/Projects/wolverine/ti_workspace/leafnode --include_path="C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include -g --diag_warning=225 - diag_wow=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependence="main.c"。
已完成建设:"../main.c"
构建目标:"leafnode.out"
调用:ARM 链接器
"c:/ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armcl -mv7M4 --code_state=16 -me -g --diag_warning=225 --diag_wrap =off --display_error_number /ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include --abi=eabi -z -m"leavnode.map"--heap_size=0 --stack_size=256 -i"C:/ti/ccs1210/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/lib -i"C
第一个引用了未定义的
符号的输入
---------------- ----------------
ResetISR
错误#10234-D:未解析的符号仍存在
警告#10062-D:入口点符号"ResetISR"未定义
错误#10010:链接过程中遇到错误;未生成"leafnode.out"
>>编译失败
Makefile:141:目标'leafnode.out'的食谱失败
gmake[1]:***[leafnode.out]错误1
Makefile:137:目标"全部"的食谱失败
gmake:***[全部]错误2.
****构建完成****
Br
Archana.