头文件包含了:#include "IQmathLib.h", 程序中使用TI 库函数 _IQsinPU 编译能通过,但单步调试到
SinTheta=_IQsinPU(Theta);
后出现异常:
Can't find a source file at "..\src\IQNsinPU.asm"Locate the file or edit the source lookup path to include its location.
不知道什么原因,请各位赐教。
记得以前使用TI 提供的例程时候好像也用到过这个函数,印象中没有什么问题。
Victor Zheng:
IQ math的.lib文件或.h文件没有找到。在search path里面找到正确的路径。
头文件包含了:#include "IQmathLib.h", 程序中使用TI 库函数 _IQsinPU 编译能通过,但单步调试到
SinTheta=_IQsinPU(Theta);
后出现异常:
Can't find a source file at "..\src\IQNsinPU.asm"Locate the file or edit the source lookup path to include its location.
不知道什么原因,请各位赐教。
记得以前使用TI 提供的例程时候好像也用到过这个函数,印象中没有什么问题。
Tarik Semrade:
回复 Victor Zheng:
Hi Victor,
Could you tell me please which file I have to include,
Thank you in advance,
S.Tarik,
头文件包含了:#include "IQmathLib.h", 程序中使用TI 库函数 _IQsinPU 编译能通过,但单步调试到
SinTheta=_IQsinPU(Theta);
后出现异常:
Can't find a source file at "..\src\IQNsinPU.asm"Locate the file or edit the source lookup path to include its location.
不知道什么原因,请各位赐教。
记得以前使用TI 提供的例程时候好像也用到过这个函数,印象中没有什么问题。
Susan Yang:
回复 Tarik Semrade:
请您将您的问题详细描述后重新发帖询问,请不要跟踪旧贴,谢谢!
头文件包含了:#include "IQmathLib.h", 程序中使用TI 库函数 _IQsinPU 编译能通过,但单步调试到
SinTheta=_IQsinPU(Theta);
后出现异常:
Can't find a source file at "..\src\IQNsinPU.asm"Locate the file or edit the source lookup path to include its location.
不知道什么原因,请各位赐教。
记得以前使用TI 提供的例程时候好像也用到过这个函数,印象中没有什么问题。
Tarik Semrade:
回复 Susan Yang:
Susan
Thank you so much I resolved my problem,
Regards,
S.Tarik,
头文件包含了:#include "IQmathLib.h", 程序中使用TI 库函数 _IQsinPU 编译能通过,但单步调试到
SinTheta=_IQsinPU(Theta);
后出现异常:
Can't find a source file at "..\src\IQNsinPU.asm"Locate the file or edit the source lookup path to include its location.
不知道什么原因,请各位赐教。
记得以前使用TI 提供的例程时候好像也用到过这个函数,印象中没有什么问题。
Susan Yang:
回复 Tarik Semrade:
I am glad to hear that.