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.
问题描述
See details below.
Error: Import failed for project '*****' because its compiler definition is not available. Please install the C2000v6.2 compiler before importing this project.
我下载了编译器是一个exe文件 请问我要怎么更新?
另一台电脑没有联网没法在线更新,只能通过本地更新
你可以在以下链接下载编译器http://software-dl.ti.com/codegen/non-esd/downloads/download.htm
然后在项目右键 properties中选到general,选complier version 旁边的more就可以选你安装。
你好 编译器更新之后还是无法导入 提示
See details below.
Error: Import failed for project '********' because its meta-data cannot be interpreted. Please contact support.
这个能解决吗?
如若不能 我把头文件和源文件新建一个工程导入 又出现这个错误 说一些无定义 但是在原工程文件都是正确的
undefined first referenced
symbol in file
--------- ----------------
_AdcRegs ./Sample.obj
_GpioCtrlRegs ./Configuration.obj
_GpioDataRegs ./State_process.obj
_GpioIntRegs ./main.obj
_InitAdc ./main.obj
_InitGpio ./main.obj
_InitPieCtrl ./main.obj
_InitPieVectTable ./main.obj
_InitSysCtrl ./main.obj
_PieCtrlRegs ./main.obj
_PieVectTable ./main.obj
_SysCtrlRegs ./Configuration.obj
_XIntruptRegs ./main.obj
_XintfRegs ./Configuration.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "MMCopenloop.out" not built
.out文件无法生成 请问有办法解决吗