Projects broken after manually copying the root directory

If you have a simple question and just want an answer.
Post Reply
tonetechnician
Member
Posts: 14
Joined: Mon Jan 30, 2017 11:09 am

Projects broken after manually copying the root directory

Post by tonetechnician »

Hey everyone!

Was hoping someone could help me. This is an IDE problem.

I've created a bunch of projects and have since copied them to a new folder. I did this manually without any sort of specific exporting. Now when I try build the projects my paths are messed up, I get the following warnings and errors, and then the compiler is unable to find the modules even though they are in the same project directory.

Code: Select all

 target `/@@@@C@@@@/Users/g12d0625/Documents/Masters/masters' given more than once in the same rule.

ignoring old commands for target `.build/@@@@C@@@@/Users/g12d0625/Documents/Masters/masters.decouple'

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

Invalid project path: Include path not found (lib_i2c).
I was wondering if there is a simple way to refresh the project so it can find the modules?

In xTIMEComposer I've refreshed and cleaned the project but it hasn't helped.


User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

Hello. The tool is built upon eclipse so similar solutions related to eclipse should be applicable. Please search the net for solutions and post your results. Please test with a backup of your project.

http://www.google.com/search?q=Eclipse+ ... tnG=Search
Post Reply