Eclipse Invalid project path

Technical questions regarding the XTC tools and programming with XMOS.
beandigital
Member
Posts: 10
Joined: Mon Nov 23, 2015 5:10 pm

Eclipse Invalid project path

Post by beandigital »

I am getting a lot of theses warnings

Include path not found (C:\Program Files (x86)\XMOS\xTIMEcomposer\Community_14.1.1\target\include\c++\4.2.1)

and also

Invalid project path: Include path not found (C:\Program Files (x86)\XMOS\xTIMEcomposer\Community_14.1.1\target\include\c++\4.2.1\xcore-xmos-elf)

Is this a problem or can I ignore them?


peter
XCore Addict
Posts: 230
Joined: Wed Mar 10, 2010 12:46 pm

Post by peter »

Looks like you .cproject files are out of sync with the tools version that you have. The 14.1.1 tools have a target\include\c++\v1 folder, not version 4.2.1. Have you imported files from an old version of the tools?

It is not critical, but to clean it up you'll have to delete the relevant lines from the .cproject files. You can tell which .cproject files to clean up by which Resource is listed as having the problem. After deleting those lines you should be able to do a clean / build without any warnings.