I use 6455 DSP and want to create a linkable library using CCS Ver 4. Is ther a sample program or instructions on how to do that? Thank you very much.
Bharat
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 use 6455 DSP and want to create a linkable library using CCS Ver 4. Is ther a sample program or instructions on how to do that? Thank you very much.
Bharat
Hi BHART,
I think you are looking for the steps to create the static linkable library in CCS v4.
If so, you can follow the example on TI wiki page:
http://processors.wiki.ti.com/index.php/GSG:Creating_projects
Instead of choosing "Executable" in the "Output type" in Fig. 6, you can choose "Static Library" and finish the follow steps.
Then you can just add all the source files or header files you need to create the library and build it. By default the project will generate the ".lib" file with your project name if built successfully.
After that you can link/add it to your other projects just like the other library files (e.g. CSL library).
Hope it helps.
Sincerely,
Steven