对方发我一个ccs4做的例程文件夹给我,我导入后,工程文件的属性包括include 和lib文件的路径都是他原来的,我该如何修改
安装了
controlSUITE但是有些找不到而且v131和v132这些区别不了解
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.
对方发我一个ccs4做的例程文件夹给我,我导入后,工程文件的属性包括include 和lib文件的路径都是他原来的,我该如何修改
安装了
controlSUITE但是有些找不到而且v131和v132这些区别不了解
建议使用他建工程时文件设置,从图形上看,明显是文件路径不对,你重新按照实际路径添加就可以了。
还有一点,原来的工程是绝对路径,你可以更改为相对路径,方便使用.

修改后是这样,有个demo示例文件夹吗我找不到所以不知道怎么操作
尝试编译报警
Description Resource Path Location Type This project was created using a version of compiler that is not currently installed: 5.2.3 [C2000]. Another version of the compiler will be used during build: 6.2.0. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. CW_Demo properties Problems应该是编译器版本不一样的问题,这该怎么处理啊