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.

TMS320C6748: psp库文件重新编译的问题

Part Number: TMS320C6748


你好:

我在工程中打算使用pspdrivers中sata中的ata.c中的测试ata_app函数,但是我发现该函数在库中默认被注释掉了,所以我将该函数的注释给去掉,然后在.h文件中重新定义了一下,导入sata工程进行编译,编译成功,提示在debug文件中生成a674文件。我在其他工程中包含了该lib,但是编译的时候提示该lib中有许多函数未定义,这些函数我看了下被定义在bios等其他库文件中,我想问下,我该怎么操作,或者怎么去重新编译psp sata的库,以实现我可以调用被注释函数的需求。

库文件编译的信息:'Finished building target: F:/ti/pspdrivers_01_30_00_06/packages/ti/pspiom/sata/build/OMAPL138/ccs4/../../../lib/OMAPL138/Debug/ti.pspiom.sata.a674'

报错的信息如下:

感谢!