我在使用C67x FastRTS Lib时出现如下问题:
使用#include <c67fastMath.h>,对于C67x FastRTS Lib中的scr中的每个文件夹中的.asm文件中出现错误,错误原因是.if (OVERRIDE_RTS= 1) 说OVERRIDE_RTS未定义,请问这是怎么回事?从TI网站上下在的C67x FastRTS Lib中的文件我一个都没修改过,请问这种情况该如何解决错误?谢谢您的解答!
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.
我在使用C67x FastRTS Lib时出现如下问题:
使用#include <c67fastMath.h>,对于C67x FastRTS Lib中的scr中的每个文件夹中的.asm文件中出现错误,错误原因是.if (OVERRIDE_RTS= 1) 说OVERRIDE_RTS未定义,请问这是怎么回事?从TI网站上下在的C67x FastRTS Lib中的文件我一个都没修改过,请问这种情况该如何解决错误?谢谢您的解答!
你发的只是rts6740.lib, 没看到你的工程文件。
你用的是c6748, 下载的是下面override版本的库吗?
MATHLIB RTS override library for C674x Windows Installer
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mathlib/latest/index_FDS.html
这个CCS工程里面使用的是从你说的这个网址上下载的MATHLIB RTS,用的FastMath Lib是从http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/208963.aspx里面的http://software-dl.ti.com/dsps/dsps_public_sw/c6000/web/c67_fastmath/latest/exports//c67xmathlib_2_01_00_00_Windows_Setup.exe下载的。
你这个是2.01版本的, 你试一下我说的mathlib_rts_c674x_3_1_0_0_Win32.exe override版本
我用的是你说的这个mathlib_rts_c674x_3_1_0_0_Win32.exe override版本,并且将ccs更新到了v5.5,其他的也更新了一下,但是问题还是没有解决,请您再帮我看看。非常感谢!