Hi,guys.... I am using the fastRTS67x library functions in my CCS program. There are some mistakes with the powf function.
As the configuration step in the document with the title TMS320C67x FastRTS Library Programmer's Reference, I have add the fastRTS67x.lib and rts6700.lib in my libraries folders. The command file also contains the linker command to the two libraries as follows: -l fastrts67x.lib, -l rts6700.lib.
In my C program file, I have added the fastrts67x.h as the header file. When compling and linking the program, then a warning message appears:
>> warning: creating output section text without SECTIONS specification
The program without powf function is absolutely right. Meanwhile, the result by the function powf is totaly wrong (e.g. powf(2.0,2.0) returns 1.6e+00019). As the fastrts67x reference document, the function with name powsp just acts the same. When the powsp is used alternatively, the program just can't step over the line where the powsp function is.
I don't know what is wrong with my c program or the fastrts67x libray. Any suggestion will be sincerely appreciated~!!