Error to compiler

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

Error to compiler

2,446件の閲覧回数
antonkarzanov
Contributor II

Hello.

I have S32DS for ARM Version: 2.0 . I use SAC57D54 and Freertos.

At the end compile my project I have four error .
I know a cause this errors. And I eliminated this cause.
But problems is not solve. All functions is declared and have prototipe. All header files is included.
Help me please.

タグ(3)
4 返答(返信)

2,110件の閲覧回数
antonkarzanov
Contributor II

OK. I attach my project.

0 件の賞賛

2,110件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

It looks like that you forgot define configLED_TEST preprocessor flag. For linker was implementation of functions mentioned above invisible in that case. I add the flag in the project settings (right click on project name in the project explorer):

pastedImage_1.png

I got some warnings - but project can be compiled successfully.

Jiri

2,110件の閲覧回数
antonkarzanov
Contributor II

Thank you!

0 件の賞賛

2,110件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi Anton, 

can you share your project? Linker can't find LED_on(), LED_off() and vParTestInitialiseLED() founcions. Is the header file with function declaration visible for your project (in the include paths)? 

Jiri

0 件の賞賛