hi,
I have a CCSv4 project generated by a script from an original clearcase project (gmake).
when trying to opening in CCSv5.1 M7, the project is not able to open the source files:.
Looking at the .project file it sounds the modified location for source files is not correct
In .project_initial, I have for instance
<location>S:\cdb\tcomap4440\tc_ivahd\ivahd_ducati_enc_frwk_board\cortexa9_cpu0_ape\airshow_p176x144_h264.c</location>
</link>
<link>
<name>airshow_p176x144_h264_IBBP.c</name>
<type>1</type>
<location>S:\cdb\tcomap4440\tc_ivahd\ivahd_ducati_enc_frwk_board\cortexa9_cpu0_ape\airshow_p176x144_h264_IBBP.c</location>
where S: is a clearcase drive
In the .project generated by ccsv5 I have following syntax:
<locationURI>cdb/tcomap4440/tc_ivahd/ivahd_ducati_enc_frwk_board/cortexa9_cpu0_ape/airshow_p176x144_h264.c</locationURI>
</link>
<link>
<name>airshow_p176x144_h264_IBBP.c</name>
<type>1</type>
It sounds the S:\ is missing.
I have manually modified the .project
<location>S:/cdb/tcomap4440/tc_ivahd/ivahd_ducati_enc_frwk_board/cortexa9_cpu0_ape/airshow_p176x144_h264.c</location>
</link>
<link>
<name>airshow_p176x144_h264_IBBP.c</name>
<type>1</type>
by adding the S:\ everywhere and also renaming xml tag locationURI to location
I have attached a zip file with the different project files.
Does the isue comes from original project files (from script) or is it really a conversion issue?
regards