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 Composer Studio
我已在 CCS7中生成给定的CCS GPIO切换示例代码,但收到9个错误。
链接期间遇到#1.001万错误;未构建"ay_toggpio.out
#1.0234万-D</A>未解析的符号仍然存在
gmake:***[All]错误2
gmake [1]:***[ay_toggpio.out错误1
未解析的符号_GpioCtrlRegs,首先在./main.obj中引用
未解析的符号_GpioDataRegs,首先在./main.obj中引用
未解析的符号_InitPieCtrl,首先在./main.obj中引用
未解析的符号_InitPieVectorTable,首先在./main.obj中引用
未解析的符号_InitSysCtrl,首先在./main.obj中引用
这是一个通才性的答案, 你不能更具体吗?
请给我一些时间。
提前感谢您的参与
该链接可以很好地利用错误的含义和潜在的解决方案。
正如我前面提到的, 您需要确保添加定义这些符号的源代码或库。 这些符号在哪里? 它们因环境而异。 如前所述,我不是controlSUITE专家,因此最好是作为C200论坛的专家。
[报价用户="Neeraj Deshmukh"]
未解析的符号_GpioCtrlRegs,首先在./main.obj中引用
未解析的符号_GpioDataRegs,首先在./main.obj中引用
未解析的符号_InitPieCtrl,首先在./main.obj中引用
未解析的符号_InitPieVectorTable,首先在./main.obj中引用
未解析的符号_InitSysCtrl,首先在./main.obj中引用
[/引述]
但是,当我搜索controlSUITE环境时,我发现:
GpioCtrlRegs和GpioDataRegs在DSP2833x_GlobalVariableDefs.c中定义
InitPieCtrl是在DSP2833x_PIECTRL.c中定义的
InitPieVectorTable在DSP2833x_PieVect.c中定义
InitSysCtrl是在DSP2833x_sysctrl.c中定义的
所有这些源文件都随controlSUITE一起提供。 您的项目中是否包含这些(或同等产品)?