CCS9 Product ‘XDAIS’ v0.0 is not currently installed
https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/638222/ccs-ccsv-6-2-0-product-xdais-v0-0-is-not-currently-installed
Go to the Products tab within Properties/CCS General and de-select the XDAIS option.
https://blog.youkuaiyun.com/qq_40692629/article/details/88377631
右键点击出错工程(或菜单project)->properties->General->products,把XDAIS复选框的勾去掉,保存并关闭,rebuild project即可。
–cdebug_asm_data is no longer supported
https://blog.youkuaiyun.com/qq_40692629/article/details/88377865
解决方法:
右键点击报错工程(或菜单project)->properties->build->c2000 compiler,点击Edit flags,弹出窗口中删除–cdebug_asm_data,
保存后rebuild project 即可。
如图: