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.

OMAPL138 DSP使用DSP/BIOS情况下怎么链接自己的库

TI专家,各位朋友:

      在DSP端无OS时可以在.cmd文件上方通过 -l  然后加上库的绝对或者相对路径来链接库,例如:-l  ../../test.lib      但现在使用DSP/BIOS我该如何去链接一个静态库呢?