This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C5535: Compilation Error

Part Number: TMS320C5535

Hi 

fatal error #16004: file "D:/TI-DSP/Software Downloads/C5535-eZdsp-master (1)/C5535-eZdsp-master/lib/ezdsp5535bsl.lib<ezdsp5535_lcd.obj>" has a Tag_Memory_Model attribute value of "2" that is different than one previously seen ("3"); combining incompatible files

I tried change to Suport Libraryies but its still gives these Error

  • Hi Kishor,

    It is caused by the fact that ezdsp5535bsl.lib is built in large memory model and your project is in huge memory model. To resolve the issue, you can either rebuild the ezdsp5535bsl.lib in huge memory model or change your project to large memory model (if it is possible).

    Best regards,

    Ming