Help, I cannot compile ARM7_LPC2368_Eclipse

Hi, I am trying to compile the WEBSERVER project for LPC2368 under eclipse and it give me the following warning Invalid project path: Include path not found (C:devtoolscodesourcerysourcery g++ litearm-none-eabiinclude). Invalid project path: Include path not found (C:devtoolscodesourcerysourcery g++ litelibgccarm-none-eabi4.2.0include-fixed). Invalid project path: Include path not found (C:devtoolscodesourcerysourcery g++ litelibgccarm-none-eabi4.2.0include Invalid project path: Include path not found (C:devtoolsyagartolibgccarm-elf4.1.1include) I am sure how I can resolve this, I would appreciate if you could provide so help thank you

Help, I cannot compile ARM7_LPC2368_Eclipse

It looks like the absoulte path to header files has been included in the project somehow. Try running a clean from the project menu to see if the include paths are regenerated. if this does not work then go into the project properties, under C/C++ general in the left frame of the properties window select paths and symbols, and edit the include paths to be correct for your computer.

Help, I cannot compile ARM7_LPC2368_Eclipse

I have try to run clean and I went to C/C++ general but the <EDIT> button is disabled.  I have create the exact directory that it looks for, and it seem to work.  But I still miss "sourcery g++ lite"  would you know where I can get it. Also how can I generate a HEX file so that I can download it through the flash utility tool from NXP.