Hi,
Extract of the IDE manual:
NOTE If the IDE is unable to locate or resolve the location of project files, a Rescued
items folder will appear. The IDE tries to locate the missing files and creates
new references. This can happen when project data information, access paths,
or other location settings in target settings panels are missing or have been
compromised, for example, if the location of a project and related data
directory have changed. One way this can happen is if a project has been
committed to a source repository by one person and checked out to a different
location by another person and a new project data folder is created.
Other info about this feature:
* It is important to know that the FILES view in the project window is
'synthesized'. It doesn't really control what get's put into the
targets directly, but is instead more or less 'built' up from the data
that's stored in the targets.
* The _data folder stores a target data file. This file is a file that
stores all of the object files (this is actually changeable),
dependencies, and much of the learned information about your project.
It is because of this file that you can start your IDE on a project
you worked on the day before and still see the symbol highlighting.
* Rescued Items are generally caused when there is a file found by
reading the access paths/file information stored in the .mcp file but
that file is not found in the target data.
So... if you are transferring a project from computer to computer the
target data file/directory has very little meaning as is is really
specific to the file system/local computer.
Have a great day,
Pascal
NXP Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------