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
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"
Please make sure this include path contains the directory:
If it doesn't help could you send us more details. e.g. an example project
Regards,
Stan