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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
704 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
516 Views
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.

View solution in original post

0 Kudos
Reply
2 Replies
517 Views
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 Kudos
Reply
516 Views
wangbaode
Contributor IV

Hi zhang,

Thanks.

0 Kudos
Reply