I have a source tree under version control system (Bazaar) which has a number of IAR projects (and also a Makefile for some host simulation). I want to migrate from IAR to CSS and am having difficulty importing or creating a CSS project.
I have created a new branch for the CCS modifications. I want to import that branch into a CSS project but I can't figure out how to do it. The best I seem to be able to do is import as a standard C/C++ project. That's fine if I can then convert the project to a CSS project. Is that possible ??
The only other thing I can think of is to create a new CSS project and copy the files required. This does not work well with my VCS tool.
Is there a way to convert an existing source tree to a CSS project ?? I tried creating a new CSS project and selecting my source tree as the target directory but CSS would not allow me to do that -- the directory must not exist to create a new project.
Any ideas ??