my project can't find my header file in cw10.3

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

my project can't find my header file in cw10.3

跳至解决方案
1,204 次查看
wangbaode
Contributor IV

Attachment is my project.When I compile it,compiler tell me some error.

The error is that RTC_KL05Zxx.h:No such file or directory.RTC_KL05Zxx.h is created by myself and it's in project.

How to resolve it?

Original Attachment has been moved to: currentdetect.rar.zip

标签 (1)
0 项奖励
回复
1 解答
1,016 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

you didn't add RTC_KL05Zxx.h path to project include setting. add below path to the compiler directories can solve the problem: "${ProjDirPath}/Sources/RTC" "${ProjDirPath}/Sources/LPTMR" "${ProjDirPath}/Sources/ADC" see attached screenshot.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,017 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

you didn't add RTC_KL05Zxx.h path to project include setting. add below path to the compiler directories can solve the problem: "${ProjDirPath}/Sources/RTC" "${ProjDirPath}/Sources/LPTMR" "${ProjDirPath}/Sources/ADC" see attached screenshot.

0 项奖励
回复
1,016 次查看
wangbaode
Contributor IV

Hi zhang,

Thanks.

0 项奖励
回复