1878 views|0 replies

3836

Posts

19

Resources
The OP
 

CCS compilation error: Solution for missing header file [Copy link]

question:

"../Source/DSP2833x_SysCtrl.c", line 16: fatal error #5: could not open source file "DSP2833x_Device.h" . All header files have been included under include in the project directory, but the compilation still cannot find the header files.

Solution:

1: Copy the header file to the project folder directory.

2: Specify the path when #include "DSP2833x_Device.h", for example: #include "../Src_lib/DSP2833x_Device.h", where ".." is used to indicate the parent directory, so the parent path can be omitted.

3: project->properties->Build->Include Options, add the path of the header file here

This post is from Microcontroller MCU
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list