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.

I'm unable to get CCS5.1 to include relocatable out files from active projects, into a final project

The final project I'm trying to build consists of a number of hardware specific source files, as well as relocatable out files from two other active projects in the work space, (not libraries). I've trying copying the out files into the final project diretory, linking them, but to know avail, the linker keeps failing for unresolved symbols that should be found in the relocatable out files.

 

 

 

  • Hi Spencer,

    Copying them into the directory would not be enough, I think you would need to generate a symbol library for your other out files so that you can then explicitly add them to your final project.

    ki