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.
TI专家,各位朋友:
在DSP端无OS时可以在.cmd文件上方通过 -l 然后加上库的绝对或者相对路径来链接库,例如:-l ../../test.lib 但现在使用DSP/BIOS我该如何去链接一个静态库呢?
直接在Project里Add files添加或者到Build Option->link里添加。