用的是例程是合肥工业大学的资料(见附件)。由于我没有ccs,想在iar下运行。
总是出现一些错误提醒,一般都是
Error[Pe020]: identifier "DOGS102x6_DRAW_ON_REFRESH" is undefined ...
或者是redefined in debug
最终要的就是,给你一大堆头文件和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.
用的是例程是合肥工业大学的资料(见附件)。由于我没有ccs,想在iar下运行。
总是出现一些错误提醒,一般都是
Error[Pe020]: identifier "DOGS102x6_DRAW_ON_REFRESH" is undefined ...
或者是redefined in debug
最终要的就是,给你一大堆头文件和c文件 ,怎样知道该添加进哪一个?
楼主,
一般情况下将头文件和c文件加入工程就可以了。
如果报错的话要一条条的具体问题具体来看。
如果是underfined的话就找到合适的位置定义它,或者找找是不是少加了某个文件进来。