Hello,
I am trying to combine parts of the VC5505 FFT_Filter code with the aic3204 code. The VC5505 FFT code uses a huge memory model and the aic3204 code uses a large memory model. As such I have to use aic3204 with a huge memory model. When I simply change the memory model of the project I get the following error:
"C:\\Texas Instruments\\ccsv4\\emulation\\boards\\usbstk5505_v2\\lib\\usbstk5505bsl.lib <usbstk5505_i2s.obj>" has a Tag_Memory_Model attribute value of "2" that is different than one previously seen ("3"); combining incompatible files Capstone line 0 1394586957926 1840
I realize that this is due to usbstk5505bsl.lib having a large memory model, but I don't know how to change usbstk5505bsl.lib to a huge memory model. Please help me as this is urgent and I have to get this problem fixed ASAP.
Faris