Hi all,
I am trying to build a modified version of the TMS320C5505 Audio Filter which uses a couple of the DSPLIB functions (RFFT32, RIFFT32) . However the build fails when trying to link, giving me the error message:
"<cbrev32.obj> specifies a large memory model which is not compatible with the huge memory model specified in a previous file or on the command line"
My question is, is cbrev32 really not compatible with a huge memory model? Or is the compiler just throwing up this error but it's unrealted to the actual problem?
If cbrev32 is not compatible with a huge memory model (I can't find documentation saying this anywhere), how would I go about changing the memory model that CCS 4 is using? I'm new to CCS and struggling to find documentation showing how to do this, if anyone could point me in the right direction that would be greatly appreciated :)
Thanks
J