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.

[C6000 CGTv8.1] Sharing some sections between separate executables

Hello,

I'm working with separate executable on C66x different cores.
These executables are delivered from different CCS projects, but these have a section having same name. Let's say ".qmss".
Now I want to share this section among C66x CorePacs. From the CGT document, 'partial link' may be used for this purpose, but I could not understand how I could actually do it with CCSv6.1.2. Do you have any suggestion for this ?

Best Regards,
Naoki

  • Naoki Kawada said:
    These executables are delivered from different CCS projects

    Is it possible for the executable projects to be changed into library projects?  That is much more straightforward than any partial linking process.  Please see this post for how to create a CCS library project and then link it into another larger CCS executable project.

    Thanks and regards,

    -George