Can't build!!!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't build!!!

526 Views
lpcware
NXP Employee
NXP Employee
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?
0 Kudos
Reply
1 Reply

509 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Rob65 on Fri Mar 16 12:02:55 MST 2012
you have to create project properties for the release version of the project as well.
Have a look at the project properties and notice that all on the top you can select 'release' or 'debug'. Most likely the project properties for your release project are missing the proper directories for include files and/or libraries.

Rob
0 Kudos
Reply