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.
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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):
I got some warnings - but project can be compiled successfully.
Jiri
Thank you!
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
