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.

CCS/LAUNCHXL-CC1310: import simple link project to new folder

Part Number: LAUNCHXL-CC1310

Tool/software: Code Composer Studio

i am using ccs7, when i try to import rfWsnConcentrator project to a new folder, how to do that?

i try to import the project to the default folder ,ant the copy the files to a new folder ,and then delete the project in ccs and import the project in the new folder , a lot of errors and warnings then build the project.

  • Hi Michael,

    I'd recommend you to take a look at links bellow. All are about CCS v7, importing project folder, adding new file to a project and the way to copy workspace preferences to a new workspace.

    www.youtube.com/watch
    www.youtube.com/watch
    www.youtube.com/watch
    www.youtube.com/watch

    I hope this helps.

    Regards,
    Hossein
  • hi Hossein;

    since youtube is not available in china,i'll try some unconventional means to watch that.

    thanks a lot.

  • Hi,

    I didn't know that.
    If you tell me what exactly want to do, I could say you how to fix the problem.
    Do you want to import a project or change the workspace directory or add a new file to your current project?
    Each one would be done easily.

    Regards,
    Hossein
  • Hi Hossein;
    1、I want to import the example project to a new folder, not the default one
    2、I want to know how to copy a project, i mean, if I want to build a new project based on an old one , so i need to copy the old project to another folder ,but some include path might need be changed .
    3、every project may not share the same configuration, the ccfg.c or ccfg_startup.c might be changed according to defferent project.
  • Hi Michael,

    MICHAEL ZHOU said:
    1、I want to import the example project to a new folder, not the default one

    The example project is configured to import only to the workspace. This is likely by design by the SDK creators. The project must have dependencies on where it is located

    MICHAEL ZHOU said:
    2、I want to know how to copy a project, i mean, if I want to build a new project based on an old one , so i need to copy the old project to another folder ,but some include path might need be changed .

    Probably the easiest thing is to manually copy the generated project folder to where you wish to move it to and then import that into the workspace (make sure you remove the original one from the workspace). You are correct in that it is likely you need to update various paths and variables to match the new location.

    You mention you get build errors. What are they?

    Thanks

    ki

  • i should copy the project using ccs, right click and select copy ,then right click select paste, then chose the new folder, otherwise some include diretory might cause error.
    if different project have different cinfugs, should i copy the ccfg_startup.c to the folder?
  • Hi Michael,

    I believe you are trying to import the project in ccsv7,

    please follow the steps below if so.

    • open ccs with workspace of your choice
    • goto file->import->General->existing projects into Work space (here you can browse your current project that you want to import,either as folder or zip etc file)
    • goto file->import->C/C++->existing code as Makefile Project and browse your current project location that has Makefile.

    Hope this helps,

    Thanks,

    mohammed