Content originally posted in LPCWare by tom84 on Fri Mar 16 06:59:32 MST 2012
Hey,
i got a problem with my project. I got a file structure like this:
Project
-> source
----> common demo tasks
----> FreeRTOS
---- main.c
---- FreeRTOSConfig.h
.
.
.
I can Debug (debug build) without any errors, but when i try to Release (release build). I get the message: "[COLOR=red]error: FreeRTOS.h: No such file or director[/COLOR]"!
The file is in the folder FreeRTOS.....what did i do wrong?