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
Solved! Go to Solution.
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.
Hi zhang,
Thanks.