我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
xiang Lee1:
应该是没设置好头文件的搜索路径。
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
user4186395:
回复 xiang Lee1:
你好,可是别的.c文件都能引用那个h文件啊
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
whisper luther:
回复 user4186395:
右键点击你的工程,选择最下面一个(properties)->左边一栏中(build)->(include Option)
还有下面那个 (properties)->左边一栏中(build)->(file searh path)
把没有 的添加进去
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
user4186395:
回复 whisper luther:
您好,我按照您的方法设置可是我右击工程打开properties没有build,我用的CCS3.3,上图是我打开properties后显示的,请问是我哪儿弄错了吗?
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
whisper luther:
回复 user4186395:
哎呀,不好意思,我是ccs6
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
Eric Ma:
回复 user4186395:
右键工程,在build option中。
还有,建议使用CCSv5或CCSv6. 下载controlSUITE中的例程。
Eric
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
user4186395:
回复 whisper luther:
好的,谢谢你呀。
我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{
}
user4186395:
回复 Eric Ma:
已经从build option中链接了h文件可是还不行,不知道怎么搞得,2812可以但28335不行,您能告诉我怎么下载contronlSUITE中的例程吗,是不是还要申请,谢谢!!