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.
Tool/software:
Hi, I'm trying to Import CCS5_project to CCS12, but there's a problem that "Product XDAIS v0.0 is not currently installed and no cc PRCJECT_NAME". And then I found a procedure to resolve about CCS4 to CCS6 on web information, but that's different operations with my case. Please teach me how to resolve.Best regards,Takahiro Okutsu.
Okutsu-san,
Can you share your project? I would need at least the three .*project metadata files in the project folder to investigate further.
Thank you
ki
Hi,Ki-san. Thank you for checking my question.I attached my project here.Best regards,Taka Okutsu.Tst_CODEC.zip
Okutsu-san,
Thank you for providing the attachment. I see several projects in there. Is there a particular project that shows the issue or do all of them have an issue?
In any case, I was able to import them all into my CCS 12 environment. I see that they were very old projects based of the C55x. While C55x is still supported, the support has been deprecated. One thing to consider is that CCS does not come with C55x compiler anymore. This can cause an issue when trying to import projects where the compiler is not available. Did you explicitly install C55x compiler support? If not, then then you can obtain it from the App Center or download manually from: https://software-dl.ti.com/codegen/non-esd/downloads/download_archive.htm#C5500. If you download manually, please install in the C:\ti location so CCS can auto-detect it
Thank you
ki.
Hi, Ki-san thank you for your response.As your suggestion,I did DL & installed C55x compiler to C:/ti Loc. on my computer by "ti_cgt_c5500_4.4.1_setup_win32.exe",but the error does not disappear. Is there some thing wrong?Best regards, Takahiro Okutsu.
Okutsu-san
When looking at the project, I see more dependencies. This project is very old and newer CCS version have deprecated support for many of these dependencies.
I see there is a dependency on DSP/BIOS 5.40 (which does not come with CCS):
I also see the XDAIS dependency now. But I don't think it is needed. I suppose you can open the .cproject file for the project and remove all instances of the below line:
<listOptionValue builtIn="false" value="RTSC_PRODUCTS=com.ti.rtsc.XDAIS:latest;"/>
The above thread has the same issues as you regarding XDAIS and DSP/BIOS.
After I removed the lines in ,cproject and installed compiler 4.4.1 and DIOS 5.40, I can build your projects.
Make sure both compiler and BIOS is detected by CCS:
Thank you
ki
Hi,Ki-san.Thank you a new information.I checked there are C5500 Compiler v4.4.1 and DSP/BIOSv5.4.0 in the windows of properties->Build->C5500 Compiler.(Although your CCS screen is different from my environment.)And in my environment,there is not "Product Tab" under the properties->General->.How can i remove XDAIS's matter?Best regards,Takahiro Okutsu.
Hi,Ki-san.Thank you for your advises(I could remove the line of "XDAIS").And then I could succeed to import the old project to CCSv12.Now I succeed to build them and target run.Thank you very much.Best regards,Takahiro Okutsu.