Hi,
I am able to successfully build and run the test LED program, then I am trying to add dsp function calls to LED.
I downloaded the dsplib_2.40.000, and copy the 55xdspx.lib to the xxx\c5500\lib directory, add the code to call
add(x,y,r,NX, scale); just like the dsplib example code "add"; also add the 55xdspx.lib in the LED linker option.
When I compile, I got the following error. I spent several hours and not getting anywhere.
Can someone help? Thanks,
<Linking>
fatal error: file "C:\\Program Files\\Texas
Instruments\\ccsv4\\tools\\compiler\\c5500\\lib\\55xdspx.lib<add.obj>"
specifies "C55x CPU Rev 2.x", which is not compatible with "C55x CPU Rev
3.x" specified in a previous file or on the command line
>> Compilation failure
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [led.out] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project led
fatal error: file "C:\\Program Files\\Texas Instruments\\ccsv4\\tools\\compiler\\c5500\\lib\\55xdspx.lib<add.obj>" specifies "C55x CPU Rev 2.x", which is not compatible with "C55x CPU Rev 3.x" specified in a previous file or on the command line >> Compilation failure C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [led.out] Error 1 C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Build complete for project led