HI,
I have recently got hold of a TMS320vC5505 ezdsp usb and am having problems importing legacy projects from dsplib, after importing the legacy project from the dsp lib when I try to buil it I get the following error:
>> ERROR: Only --ptrdiff_size=16 is allowed for small memory model
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [C:/TiDoc/c55dsplib/dsplib/EXAMPLES/sqrtv/Debug/TEST.obj] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
this happens for all examples any solutions for this issue?
If I change the memory model to large I get the following error:
fatal error: file
"C:/Users/aimtias/Documents/workspace/sprc100/dsplib_2.40.00/EXAMPLES/sqrtv/
../../55xdsp.lib<sqrtv.obj>" specifies small memory model, which is not
compatible with large memory model specified in a previous file or on the
command line
Thanks in advance.