This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to map XML .cproject options to property window.

Hi All,

I met a problem in using CCS5.

I got two CCS5 projects on hand, one can successfully compiles, other fails with error.

Then I compare the .cproject file, I find difference in it.

Then I add that line of XML code, the failed project now can compile.

But I still don't know the corresponding position in the project property settings.

My question is: is there any tips to map the .cproject file to the visual setting way?

I tried to modify via the visual way, then check what was changed in the .cproject file.

But still can not find the corresponding position for the line 159 in .cproject in the zip file.

Your help is quite appreciated!

4666.usb_dev_mouse.zip

  • Hi Jimmy,

    Jimmy Cheng said:
    But still can not find the corresponding position for the line 159 in .cproject in the zip file.

    Line 159 of .cproject is:

    <listOptionValue builtIn="false" value="&quot;${SW_ROOT}/usblib/ccs-cm3/Debug/usblib-cm3.lib&quot;"/>

    You are adding a library to your project.

    You can get to it via the project properties: right-click on the project and then select 'Properties'. Then in the dialog box that appears go to:

    Thanks

    ki