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.

regrading using reference in ccs5.5 for multiple project

Hello,

I am using ccs5.5 in linux(ubuntu 12.04 x86) .

I am trying to use reference of other project into my project for using its API into mine.

I tried to use using one open given for the reference but it was not working.

Please help in this regards

Regards

Naveen Sheeti

  • Naveen Shetti said:

    I am trying to use reference of other project into my project for using its API into mine.

    I tried to use using one open given for the reference but it was not working.

    I am not sure if I clearly understand what you are asking. If you are asking about how to set up one project as a reference in another, then please refer to this wiki: http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Project_Dependencies

    A main project for example can be dependent on one or more other library projects, and can make calls to functions defined in those projects.

    If this is not what you are asking about, then please elaborate on your question and provide more details.

  • Hello Aarti,

    For our application, we have created one "CCS Executable Project"  and multiple "CCS Static Library Projects". We need to reference all the static library projects into the executable project.

    We followed the procedure to reference the projects. When we select all our library projects in "Project References" of the executable project, an say "OK", the static library projects doesn't stack into the executable project. Also we checked the included libraries in the executable project, it also doesn't show any of libraries built from the static library projects.

    Please help !  We are using CCSv5.5.

    Regards

    Naveen Shetti

  • Naveen Shetti said:
    We followed the procedure to reference the projects. When we select all our library projects in "Project References" of the executable project, an say "OK", the static library projects doesn't stack into the executable project.

    The referenced libraries should be specified under Project Properties->Build->Dependencies tab. Note that specifying the dependent projects here does not mean the corresponding libraries are automatically linked into the executable project. It simply means that the library projects specified there will be built first (and the .libs regenerated) before building the executable project. The libraries themselves still need to be specified under Project Properties->Build->Linker->File Search Path, under the --library option and its path under the --search_path option.