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.
Hi all
I am having issue while importing C2000 launchpad projects into CCS v6.0:
See details below...
Unrecognized product of type 'com.ti.rtsc.XDAIS' is required by project 'Example_2833xLEDBlink' - please install at least one product of this type before building this project.
I am working with F28335 experimenter kit and was trying to load blinking LED project.Please see the screenshot below:
Is this problem due to CCS installation not being done correctly?Or I am trying running CCS v4.0 projects with CCS v6.0?
How do I intsall new software into CCS v6.0 to run CCS v4.0 projects?I have gone through the CCS help videos,but I couldn't find it specific to running older version CCS projects into newone.
Thanks in advance.
Sneha Thakur
Hi Sneha,
Check these threads out :
http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/290787.aspx
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/286708.aspx
Regards,
Gautam
Hi Gautam
I have already gone thorugh these threads.
I am reinstalling CCS again and will keep that xdais file in the same folder.
Will get back to you in sometime.
Thanks
Sneha Thakur said:Will get back to you in sometime.
Sure, do let us know what your observations are.
Regards,
Gautam
While installing CCS I hope you're going for complete installation right? Also, try updating your CCS by going to Help -> Check for updates
Regards,
Gautam
No ,I didn't go for complete installation .I will do so that too and let you know
Thanks.
Sneha
Sneha Thakur said:Is this the problem becuase of CCS v6.0?
No Sneha, I've been using CCS v6 since a long time and never faced this error. Try updating once!
Else download from here: http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/
Extract the contents to C:/ti
Regards,
Gautam
Hi
I have updated it a number of times.Everytime it updates and then restarts,but still the files xdais,bios are missing
Sneha Thakur said:I have updated it a number of times.Everytime it updates and then restarts,but still the files xdais,bios are missing
No problem, I'm forwarding your query to the CCS experts to have a look into this matter asap.
Regards,
Gautam
Hi Sneha,
CCSv6 does not come with full installations of BIOS and XDAIS anymore so the error is probably complaining about the latter. The original project must have some reference to it even though it does not use it. I can see the reference in the original project's .cdtbuild file line 17:
<listOptionValue builtIn="false" value="RTSC_PRODUCTS=com.ti.rtsc.XDAIS:latest;"/>
You can ignore the error and build. It should build fine since the project itself does not need it. I'll look into how to avoid the error from popping up.
Thanks
ki
Ki-Soo Lee said:You can ignore the error and build. It should build fine since the project itself does not need it.
As Ki mentioned, the orginal projects for these older devices (some of which were created for CCS v4 and migrated to CCSv5) had a reference to XDAIS in the project files even though XDAIS isn't required or being used. It is safe to ignore the error and proceed with using it. There will also be a few more warnings that can be ignored or removed - please see this post for reference.
The projects for newer C2000 devices like F28M35x/M36x, F2837xD no longer have this issue.
Hi
Thanks Gautam,Ki,Aarti for the help.
Yup,we have to ignore those warnings and the programs builds properly.
I have installed Control suite v3.2.8 from TI website.It has example projects for CCSv4.Loading this sample project gives some warnings regarding the older compiler versions,which needs to be installed and few errors.But by ignoring warnings and working out the error the 'blinking-LED'program did run successfully.
Please provide me the link to latest example projects for CCSv6.0
Thanks
Sneha Thakur
Sneha Thakur said:Please provide me the link to latest example projects for CCSv6.0
As far as I know, the projects were never updated since they were made for v4. I'm not sure if there are any plans to do so. The folks in the C2000 forum can answer this best as controlSUITE is developed by the C2000 group and not the CCS group.
Thanks
ki
Sneha Thakur said:Please provide me the link to latest example projects for CCSv6.0
I agree with Ki-Soo, all the example projects in controlSuite are CCSv4 developed but are easily migrate-able to CCSv6. I've not faced any issue while doing so. Yours is the first case that had this kind of warning. Still you can post for the above query on the C2000 forum and the respective TIers would get back with an answer :)
Regards,
Gautam
I am working with F28027 Launchpad ,and facing similar problems triedunistallng CCS6 but didn't have any luck ..please help me out of this
I am having this same error when trying to build the out of box firmware for the F28377S:
Product 'XDAIS' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
. After re-installing the RTSC you liked above, I still have the same issue. The program seems to be looking for XDAIS in this directory?
Was there ever a solid solution to this?
Thank you,
-Adam
Adam Wheeler said:Product 'XDAIS' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
To fix this, go to Project Properties->General->Products tab, and uncheck XDAIS. Then rebuild the project and there should be no error.
Hello, M using ccsv7 and had the similar problem. I did as you told but the error still exist. There seem to be a warning symbol in the complier version under general tab of project properties....Please help me
In CCS version 7, there does not seem to be a "Products" tab.
Any thoughts? Thank you.