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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,203件の閲覧回数
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,015件の閲覧回数
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,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 件の賞賛
返信
1,015件の閲覧回数
wangbaode
Contributor IV

Hi zhang,

Thanks.

0 件の賞賛
返信