各位好,在编译F28M35x提供的培训资料里的例程时总是出现上图中的错误,出错的位置如下图(在文件F28M35x_GlobalVariableDefs.c中),还请各位给分析一下,谢谢!
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.
各位好,在编译F28M35x提供的培训资料里的例程时总是出现上图中的错误,出错的位置如下图(在文件F28M35x_GlobalVariableDefs.c中),还请各位给分析一下,谢谢!
头文件在CCS中不能在Linker中加入,而应该在include中加入,可以properties->compiler->include option中包含头文件。