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: Code Composer Studio
I am brand new to CCS. I just downloaded Version 8.1.0.00011. I am running it on a Windows 7 64 bit machine.
I have a Simple Link BLE CC2640R2 development board that seems to have connected and installed fine.
I have downloaded SimpleLink CC2640R2 SDK - v:1.50.00.58.
I am trying to import Project Zero to the IDE and this is where I am running into problems.
When I click the import button, I get a message that states that the XDCtool v3.50.3.33 need to be installed and that these are available on my C drive at C:\ti\xdctools_3_50_03_33_core.
When I click OK, the installation starts, but stops about half way through, and I get an error that says "Failed to install required products! Reason: An error ocurred while collecting the items to be installed".
The details it gives are:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.ti.rov,1.0.0.201708051527.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile329107038214510163.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile329107038214510163.jar
Problems downloading artifact: osgi.bundle,com.ti.targets.omf,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile3439548942157926561.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile3439548942157926561.jar
Problems downloading artifact: osgi.bundle,org.eclipse.rtsc.xdctools.core,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile5448293635996339311.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile5448293635996339311.jar
Problems downloading artifact: osgi.bundle,org.eclipse.rtsc.xdctools.product.ui,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile6653663035835018565.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile6653663035835018565.jar
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.rtsc.xdctools.product.ui,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile5102206788261364407.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile5102206788261364407.jar
Problems downloading artifact: osgi.bundle,org.eclipse.rtsc.xdctools.product_3.50.3.33,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile7877934029574124349.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile7877934029574124349.jar
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.rtsc.xdctools.product_3.50.3.33,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile7897488007588725836.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile7897488007588725836.jar
Problems downloading artifact: osgi.bundle,org.eclipse.rtsc.xdctools.rta,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile5949454520048698055.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile5949454520048698055.jar
Problems downloading artifact: osgi.bundle,org.eclipse.rtsc.xdctools.server,3.50.3.33.
Error reading signed content:C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile7795562578692337217.jar
An error occurred while processing the signatures for the file: C:\Users\VLANDA~1.RIV\AppData\Local\Temp\signatureFile7795562578692337217.jar
I uninstalled CCS and the SDK and reinstalled it...tried running CCS as adminstrator...tried disabling antivirus...no luck.
I have verified that C:\ti\xdctools_3_50_03_33_core is installed.
My IT guy noticed the commas in the URL, like: osgi.bundle,com.ti.rov,1.0.0.201708051527. This seems odd...
I don't know what to do at this point...I hope someone has some advice.
Thanks in advance for your time...
Hello,
Could you please try importing another example from the SDK, for example the empty project located in C:\ti\simplelink_cc2640r2_sdk_1_50_00_58\examples\rtos\CC2640R2_LAUNCHXL\drivers\empty. In CCS go to Project -> Import CCS Project.
Pleas let us know if you see the same behavior.
Thanks,
David
Hi DavidL,
Thanks for responding to this.
I followed your directions outlined above.
I received the following error:
"Issues that may require your attention were encountered while importing the project(s):
Reason:
See details below."
The details said "Error: No XDCtools are currently installed!"
As noted in my previous post, I did check and the following folders are in the C:/ti directory:
xdctools_3_32_02_25_core
xdctools_3_50_03_33_core
xdctools_3_50_07_20_core
Thoughts?
V