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.

CCS ver 4.1.0

Hi ,

I was trying to compile an example project for the ezdsp 5515 in CCS ver 4.1.0 .

I got this warning and error :

WARNING: version specified in option -v5515 is unknown (ignored)

>> ERROR: Huge memory model not supported for CPU revisions 1 or 2

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [aic3204_tone_headphone.obj] Error 1

any idea how to get rid of it ?

Thanks in advance.

  • Hi Ahmed,

    You are receiving the warning -v5515 because your Code Gen Tools (Compiler, Assembler) are a little old.

    Update CCS with Help --> Software Updates --> Find and Install --> Search for updates of the currently installed features

    For your CCS version -v5505 should produce the same code gen results as -v5515.

    Once you fix the -v option, the ERROR: Huge memory model will disappear because you will have told the build tools that you are using CPU revision 3.

    Hope this helps,
    Mark