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.
System Details:
OS - Microsoft Windows 7 Professional Version 6.1.7601 Service Pack 1 Build 7601
Processor - Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, 3401 Mhz, 4 Core(s), 8 Logical Processor(s)
BIOS Version/Date - Dell Inc. A13, 3/27/2013
CCS Details:
Hello all,
There is a project that I recently picked up from a coworker that no longer works here and I am having trouble importing the main CCS project. The project was developed on CCS6 and stored in a repository. I then cloned the repository to my system and attempted to import the project and all is not well.
The project consists of one main project folder and 7 other "projects" that are mostly libraries and API's that exist as folders on the local drive but are imported to CCS as "projects". Excluding the main project folder, there are three folders that import as CCS projects and 4 folders that can only be imported as General Existing Projects. When I go through the import wizard's "Code Composer Studio" section, all three of the previously mentioned CCS projects are detected and imported, however the main project folder from its local location (the same location as the others) is not detected. I looked at the files within each local project folder and they all contain the expected .ccsproject & .cproject files. I cannot find any discrepancies in the .ccsproject or .cproject files within the main local project folder.
It seems to me that CCS is not detecting the .cssproject and .cproject files within the main project folder for some reason and I cannot figure out why. I have tried to create a blank project in the same location, rename it, and copy all the main project files into it, but I run into problems with the linker when I do that. I am not entirely new to CCS, but also not anywhere near an expert. I can't attach the .ccsproject files to this forum (or don't know how to) so if somebody wants to look at them let me know and I'll send them
If there is any light that someone could shed on the mechanism that CCS uses to detect .ccsproject files I think that would be helpful. Or if there is an obvious solution to this that would also be helpful.
If there is anything that could help here, I would greatly appreciate it.
Thanks,
Mitchell
Hello Mitchell,
Mitchell Faltin said:I looked at the files within each local project folder and they all contain the expected .ccsproject & .cproject files. I cannot find any discrepancies in the .ccsproject or .cproject files within the main local project folder.
There should also be a ".project" file in addition to the other two.
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Create_Project
Without it, CCS will not detect a project to import. Does the file exist in the main project folder?
Thanks
ki