Thanks.
That should be useful. I have been moved to do something else however I will go over this when I have a chance to get back.
Hi,
We've a FAQ giving some info regarding the rescued items.
Please have a look to:
http://www.freescale.com/webapp/sps/utils/SingleFaq.jsp?FAQ-28410.xml
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.
Regards
Pascal