各位前辈您好!
毕业刚参加工作两星期!基于DSP28035的V3.3的版本程序,需要我移植到CCS8.0上。
我首先在8.0中创建了一个新的工程,如图1所示,编译以后没有问题。
然后我将原版程序的用户建立的.h .c文件放工程文件夹了,原版把主函数的
#include "DSP2803x_Device.h"
#include "DSP2803x_Examples.h"
放进了#include'All.header.h'
再次编译
就会出现以下图2所示的报错
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.
各位前辈您好!
毕业刚参加工作两星期!基于DSP28035的V3.3的版本程序,需要我移植到CCS8.0上。
我首先在8.0中创建了一个新的工程,如图1所示,编译以后没有问题。
然后我将原版程序的用户建立的.h .c文件放工程文件夹了,原版把主函数的
#include "DSP2803x_Device.h"
#include "DSP2803x_Examples.h"
放进了#include'All.header.h'
再次编译
就会出现以下图2所示的报错