C6713B, DSP/BIOS, c67xfastMath.lib, CCS 4.2.1 linker
I am trying to use divsp() and expsp( ) from the C67x FastRTS library. I get the following linker message:
warning: creating output section "text" without a SECTIONS specification The linker .map file shows "c67xfastMath.lib : divsp.obj (.text)" in the same section with other object code modules. The other module, expsp.obj, is in pieces: c67xfastMath.lib : expsp.obj (.text:hand)
c67xfastMath.lib : expsp.obj ($Tramp$S$$_expsp)
c67xfastMath.lib : expsp.obj (text) Should I modify the .cmd file to create a "text" section? There is a message at the top of the file warning me NOT to directly modify it.