I am trying to compile some of the projects that utilize FreeRTOS. I get compiler errors referring to missing includes such as:
../main_freertos.c:46:10: fatal error: FreeRTOS.h: No such file or directory
and
syscfg/ti_freertos_config.c:24:10: fatal error: ../../Source/list.c: No such file or directory
Am I missing some library that includes FreeRTOS? Please help me out, annoying that there is no documentation on this...
Thanks

