Part Number: LAUNCHXL-CC2640R2
Tool/software: Code Composer Studio
Greetings,
I have a project that was quite a struggle to finish. I need to demo this project periodically so I need a way to make this happen with minimal time and minimal possibility of failure. My problem is with the way the Project/Workspace 'Export' and 'Import' functions work.
I have used the Eclipse suite in several different chip/manufac. environments. In those environments it was as simple as 'exporting' the workspace/paths/.....Then, on the same/different machine running the same version of IDE, 'Importing' that project. Once that was done, the project compiled without error "....just as if it had never left..." So far, this is not my experience with CCS (Ver. 7.4.0). I have exported my workspace. I have tried several methods of importing the project, none of which seem to work. It is a Bluetooth project, so I build stack library first before I build the application. The stack library builds without error. When I build the application it tells me it can't find the stack library. I suppose this could be a path error, but that's part of the issue - in every other usage of Eclipse where the 'Import' command is used I've never had to come in and start tweaking 'this and that'. I thought the purpose of 'Export' was to preserve the entire workspace environment such that when it is imported - particularly to the same version of the tool - it was basically plug-and-play after import.
I've tried 'Open Projects From File System' (which loads everything, but again, gets hung not being able to find/open any of the stack library files). I've also tried 'Import' - same result.
Seems to be a two-part issue.
1. The Export/Import issue, which leads to - at least in this case -
2. Application errors in finding the stack library (from which all of the remaining errors originate).
Help/comments are appreciated.
J.