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 have tried to import tcp_socket example project for cc3200 in CCS v8.3 on windows7 but I got the error "Import failed for project 'tcp_socket' because its meta-data cannot be interpreted. Please contact support.". if anyone has solution for this please help me. Thank you.
Which version of the SDK are you using? Did you follow the steps in the Getting Started Guide? Inside your /docs folder of your SDK installation there should be a CC3200-Getting_Started_Guide.pdf that describes all the required dependencies for building and running projects and how to import them into CCS. Please make sure you are following the procedure documented there. If you still have problems after that, please feel free to post an update here with more details.
Hi Aarti,
I am using SDK 1.3.0 version and yes I followed the steps in Getting started guide. I built wlan_station example following the getting started guide and imported all the examples except the tcp_socket example, only tcp_socket example giving me issues.
I could not reproduce this (I am using the same version of SDK and CCS).
Perhaps the project is expecting a certain version of compiler tools and having trouble importing because it cannot find that version or an equivalent one.
It appears that the project is set up for ARM compiler version 5.2.6. To install this version into CCS, follow the steps in this section of the document:
http://software-dl.ti.com/ccs/esd/documents/ccs_compiler-updates.html#install-new-features
After installing 5.2.6, restart CCS and then try to import the project again. Let us know if that helps.
Even after installing the ARM compiler version 5.2.6, I could not import the project.
That is very odd. I can't imagine why that would be unless that project somehow got corrupted or some spurious files got into the project directory.
I have zipped up my copy of the tcp_socket directory, which you can try out. Make a backup or rename your current tcp_socket directory, then unzip the contents of the attached zip file in its place. Then try importing the project again and hopefully that works. If it still does not, I would suggest reinstalling the SDK to rule out any other corruption that may be going on.