我应用的是f28035,编译时提示如下:
"DSP2803x_DefaultIsr.c", line 26: fatal error: could not open source file "CLAShared.h"
1 fatal error detected in the compilation of "DSP2803x_DefaultIsr.c".
Compilation terminated.
问题是我在DSP2803x_DefaultIsr.c"中添加了CLAShared.h头文件了,还出现这样的错误为何啊
Hank Zhao:
还需要右击工程选择properties,将包含"CLAShared.h"的include文件夹添加到include options窗口中去。
我应用的是f28035,编译时提示如下:
"DSP2803x_DefaultIsr.c", line 26: fatal error: could not open source file "CLAShared.h"
1 fatal error detected in the compilation of "DSP2803x_DefaultIsr.c".
Compilation terminated.
问题是我在DSP2803x_DefaultIsr.c"中添加了CLAShared.h头文件了,还出现这样的错误为何啊
user3900194:
回复 Hank Zhao:
我是用的ccs3.3编译的,我右击工程找不到properties啊?
我应用的是f28035,编译时提示如下:
"DSP2803x_DefaultIsr.c", line 26: fatal error: could not open source file "CLAShared.h"
1 fatal error detected in the compilation of "DSP2803x_DefaultIsr.c".
Compilation terminated.
问题是我在DSP2803x_DefaultIsr.c"中添加了CLAShared.h头文件了,还出现这样的错误为何啊
Hank Zhao:
回复 user3900194:
CCS3.3需要通过build option来添加,使用-i指令将include的文件夹路径添加上。
我应用的是f28035,编译时提示如下:
"DSP2803x_DefaultIsr.c", line 26: fatal error: could not open source file "CLAShared.h"
1 fatal error detected in the compilation of "DSP2803x_DefaultIsr.c".
Compilation terminated.
问题是我在DSP2803x_DefaultIsr.c"中添加了CLAShared.h头文件了,还出现这样的错误为何啊
user3900194:
回复 Hank Zhao:
好的,谢谢啊
我还想追加一个问题哈
我现在又有一个cla问题,就是通过cpu.C改变cla.asm的值,我现在遇到的问题是cla.asm内的变量值可以送到cpu.c,但是通过cpu.c无法改变cla.asm的值。这是为何啊
我应用的是f28035,编译时提示如下:
"DSP2803x_DefaultIsr.c", line 26: fatal error: could not open source file "CLAShared.h"
1 fatal error detected in the compilation of "DSP2803x_DefaultIsr.c".
Compilation terminated.
问题是我在DSP2803x_DefaultIsr.c"中添加了CLAShared.h头文件了,还出现这样的错误为何啊
Hank Zhao:
回复 user3900194:
有一个cla-to-cpu和一个cpu-to-cla RAM区域,变量值只有放在相应的RAM区域才能传送过去。