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.
I'm trying to move four projects (the "CC3000+DK-LM3S9B96 Basic Wi-Fi Application," with some modifications for our testing) from computer "A" to computer "B". Both are running Code Composer 5.2.1.00018.
On computer A, I use File->Export, select "Archive File", and send it all to a .zip. The created .zip file has all files, including the .c source files in each project directory. On computer B, I use File->Import, select "Existing Projects into Workspace", point it at the .zip, and hit Finish.
And now computer B imports the projects and their metadata, but doesn't get the .c files from the archive! The projects have references to those files, but the files themselves are not copied to disk, and hilarity ensues when you try to compile with missing source files. One thing I notice is that the Projects are in locations like "C:\Users\skusa\ccs_workspace_v5_2\HyperTerminal Driver", but it's looking for the .c files in locations like "C:\Users\skusa\Source\HyperTerminal Driver\dispatcher.c". I find this strange, because on computer A, the source files were simply in the same directly as the project. In any case, the .c files are in neither the project directories nor in this myserious "C:\Users\skusa\Source" directory. What's going on?
Hi Sam,
What happens if you try Project->Import existing CCS/Eclipse project and point to your archive file? It appears you seem to be using the generic import which does not work with CCS projects.
Please give this a try and keep us informed.
Best Regards,
Lisa
Hi Sam,
just wanted to see whether the tip was helpful/there are any further updates here.
Best Regards,
Lisa