Build error: FreeRTOS.h; No such file or directory

alex006 wrote on Friday, September 11, 2015:

Just started with FreeRTOS (8.2.2). Have the Cypress PSoC Creator 3.2 IDE and Cypress CY8C5868AXI-LP032 project (ARM Cortex-M3).

What’s weird with this error is that the file appears just fine in the workspace tree; I can click on it and inspect. Directory structure is perfect and follows that given in the documentation.

I tried looking for a way to change or include paths but didn’t find anything.

Any help would be appreciated.

rtel wrote on Friday, September 11, 2015:

It does just sound like the include paths are not set correctly. If you can’t find a way of setting the include paths than I would recommend asking on a PSoC forum - where people will be more familiar with the tools.

If it is Eclipse then you need to right click on the project in the project exporer window, then select properties from the pop up window, then go to the C/C++ Build->settings section of the properties.

Regards.