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.

关于ccxml配置文件



您好:

我在工程里面没有找到ccxml文件,是不是系统自动到ccsv5base文件夹下去找了,请问默认的文件在哪里,如何设置系统自动去找,不用为每个文件单独配置。

另外开始的lanuching debug session的时候我选择一个核,现在想选择多个核,如何在调出这个选项,不用每次去连接,下载。

  • CCXML文件是用户自己设置的,没有默认的地方保存。你可以在CCS中通过View->Target Configurations调出Target Configurations的窗口,在这个窗口中点击右键然后选择New Target Configurations, 在弹出的对话框中选择Use Shared Locations,这样你创建的ccxml文件就可以被多个工程共享了。

    双击创建好的ccxml文件,选择Target Configurations,这里可以弹出所有的核的图标,要连接几个核就在这里选择几个就可以了。