CORTEX_STM32F107_GCC_Rowley

Hi,
Am trying to run the  CORTEX_STM32F107_GCC_Rowley exemple in linux , the problem is that am having this error”FreeRTOSConfig.h: No such file or directory” .
Can you please tell me the steps that you followed to run the project.
Regards,
Do

CORTEX_STM32F107_GCC_Rowley

As you are using Linux the most likely cause will be a backslash being used in an include path (Linux needing forward slashes). Regards.

CORTEX_STM32F107_GCC_Rowley

am using  forword slashes, i created a folder which contain the source, the common and the cortex _STM32F107_GCC,
then i imported it as existing project in workspace and finally i included paths, did i miss something?
Regards

CORTEX_STM32F107_GCC_Rowley

Your first post led me to believe you were using the Rowley IDE – hence my original response as forward slashes is normally the issue in that case. Your second post makes me think you are using Eclipse.  Which is it?  Eclipse or Rowley? Regards.