FreeRTOS.h: No such file or directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS.h: No such file or directory

4,988 Views
mrajanna
Contributor V

Hi,

I created project in S32 Design studio.

To main.c, I pasted my own freeRTOS stuff.

When I tried to compile, I am encountering with below error.

main.c:1:22: fatal error: FreeRTOS.h: No such file or directory

Please guide.

Thanks

Mohan

Labels (2)
0 Kudos
Reply
1 Reply

3,203 Views
stanish
NXP Employee
NXP Employee

Hello Mohan,

I assume you are using S32K SDK FreeRTOS component.

If you created a new SDK project in S32DS  then this header should be located in "/S32K144_FreeRTOS/SDK/rtos/FreeRTOS_S32K/Source/include/FreeRTOS.h"

pastedImage_1.png

Please make sure this include path contains the directory:

pastedImage_3.png

If it doesn't help could you send us more details. e.g. an example project

Regards,

Stan

0 Kudos
Reply