Error to compiler

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

Error to compiler

2,498 次查看
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,162 次查看
antonkarzanov
Contributor II

OK. I attach my project.

0 项奖励

2,162 次查看
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,162 次查看
antonkarzanov
Contributor II

Thank you!

0 项奖励

2,162 次查看
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 项奖励