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.
如题
C:\ti\dsplib_c64Px_3_4_0_0\packages\ti\dsplib\lib里有project文件,重新编译就可以了。
你好,首先谢谢你解答了我的问题。当我导入工程的时候,提示需要C6000v7.4的编译器,我这只有7.3.4版本,请问是不是一定需要高版本的编译器才行?
对,要安装提示的版本。http://processors.wiki.ti.com/index.php/Compiler_Installation_and_Selection
你好,当我把所有工程都导入的时候,每个工程编译生成的是.out文件,请问我是不是得把所有需要的.c和.h文件自己添加到我创建的库工程中编译才行?另外fft源文件中的_cn,_d,_i,_sa.sa等文件有什么区别么?想生成大端使用的fft的w因子,为什么有两种函数?一种不带后缀_sa,另一种带,如何使用?谢谢