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/PROCESSOR-SDK-OMAPL137: Migration Issue

Part Number: PROCESSOR-SDK-OMAPL137

Tool/software: Code Composer Studio

Hello everyone,

I have codes which work properly in CCS version 3.3.So I have imported to CCS version 4.1.The examples worked fine.

But I need to import those projects in CCS version 7.4.

How can I do that?

  • Hello,

    Abhishek Dutta said:
    I have codes which work properly in CCS version 3.3.So I have imported to CCS version 4.1.The examples worked fine.

    You can import the 4.1 project into 7.4 using the standard CCS import project wizard (Project -> Import CCS project)

    Note that because you are jumping several versions, the migration may have some issues. Any issues will be logged in a generated log file so that you can address them.

    Thanks

    ki

  • First time when I migated in CCS version 7.4 I got the output.

    But when I restarted the CCS,I got the following errors:

  • Sorry for the delayed response.

    See the little yellow "!" icon for each source file in the project explorer view? That indicates that those source files are linked to the project and that the links are broken (CCS cannot find the source file). Either the source file is no longer at the original location or the links were reliant on a variable that is no longer valid. Please check the link and make sure they are valid.
    software-dl.ti.com/.../sdto_ccs_build-handbook.html

    Thanks
    ki
  • I have used version 6.1 and also 7.4 of CCS. The projects are working fine.But I noticed one thing,  if I import some other project from different directory it creates the linking error.

    So its better to use different workspace in CCS version 6.1 or 7.4 for other projects.

    The projects which are imported from version 3.3 to 6.1/7.4 via 4.1 should be kept in a separate workspace.

  • The only thing you shouldn't do is share the same workspace between CCS 6.1 and CCS 7.4. Each major CCS version should have their own workspace. Otherwise, you should be able to import multiple projects to it, regardless of where it was imported from.