Content originally posted in LPCWare by DaveNadler on Fri Apr 08 14:35:49 MST 2011
[FONT=Arial]Hi - I've got a project running, but Eclipse is confused.
Background:
- I started with FreeRTOS demo project, works great.
- Made a copy for my own board, changed processor type, etc.
- Had to fix numerous paths Project>properties>C/C++ build>Settings>directories.
Example project had many paths hardwired to ${workspace_loc:/freeRTOS...
That obviously can't work as includes must be set for each specific project.
Changed to relative paths ../config and so forth.
Everything builds properly and works great.
Except... Eclipse keeps trying to do macro expansion,
display of include files, etc from the original hardwired
path. I *REMOVED* the original, again cleaned and rebuilt
and restarted Eclipse numerous times... but its still
messing up and using incorrect old cached values.
Deleted Debug/... build results tree, etc, etc...
How can I get it in sync with the actual build ?
Where for heavens sake has it squirreled away this info ?
Sincere thanks in advance for any help (this is quite maddening :mad:),
Best Regards, Dave
[/FONT][FONT=Arial]
[/FONT]