Hello,
I have the following linker error and can't seem to get rid of it. I used to have similar errors on all of my math functions, but simply replacing the generic call with the fastmath specific xxxdp() call solved most of my issues. The problem with div is different. I don't use the div function... Does anyone know what I should do about this?
error: symbol "__divd" redefined: first defined in "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/lib/rts6700.lib<divd.obj>"; redefined in "C:/Program Files/Texas Instruments/c67xmathlib_2_01_00_00/lib/c67xfastMath.lib<divdp.obj>"
Thanks