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.

creating portable project in ccs 3.1

Hi,

What are the steps to create a portable project in CCS 3.1 ?

Are there any macros for this purpose?

Thank you

Joaquim

  • Hi Joaquim,
    What is the purpose of creating portable project ?
    Download and install the later versions of CCS which is workable with CCSv3.3 projects.
    processors.wiki.ti.com/.../Download_CCS
  • Hello Titus,
    I am at present happy with CCS3.1, I do have CCS 5.5 installer files with me. The institute PC's still run CCS3.1 and dsk6713.

    Consider this situation :
    1) X creates a CCS project P.pjt in his PC at the location C:\ti1
    X has included library files into this project from say D:\support
    2) Now Y copies project P.pjt to his PC to the location D:\ti2
    Y copies the required library files to E:\support
    3) When Y builds the project in CCS3.1 he gets error messages that file(s) not found.

    My question: Is there any option to make the project portable in CCS 3.1?
  • Hi Joaquim,

    1. Go to CCS-->project properties-->Resources-->linked resources-->Path Variables -- Check all the path variables are pointing to correct path.
    2. Go to CCS-->project properties-->Resources-->linked resources-->Linked Resources -- Check whether there is a need to resolve any path conflicts for the source files.

    Open up the project properties of the project created by "X" and observe the all the compiler and linker properties by opening each and every property window. Do the same property settings for "Y".


    -------