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.

Project build option do not match Global configuration setting

Hi All 

I am a student working on audio processing. I am just opening a audio file using the fopen commands and then I wanted to listen it through the line out of the DSK board.

What i understood was using  DSP/BIOS will speed up the output so had included the configuration file .

I am facing problem when i compile my program in the CCS. 

the error which is get is shown below . 

 

----------------------------  playsong.pjt - Debug  ----------------------------

"c:\ti\plugins\bios\gconfgen" playconfig.cdb

"c:\ti\c5500\cgtools\bin\cl55" -g -q -fr"g:/workouts/play/playsong/Debug" -d"_DEBUG" -@"Debug.lkf" "sourceplay.c"

"c:\ti\c5500\cgtools\bin\cl55" -g -q -fr"g:/workouts/play/playsong/Debug" -d"_DEBUG" -@"Debug.lkf" "playconfigcfg.s55"

"playconfigcfg.s55", ERROR!   at line 287: [ ***** USER ERROR ***** - ]

         Project build options do not match Global configuration settings. 

           Compiler options specify small model, configuration set for large

           model.

       .emsg "Project build options do not match Global configuration settings.  Compiler options specify small model, configuration set for large model."

1 Assembly Error, No Assembly Warnings

Errors in Source - Assembler Aborted

"c:\ti\c5500\cgtools\bin\cl55" -g -q -fr"g:/workouts/play/playsong/Debug" -d"_DEBUG" -@"Debug.lkf" "playconfigcfg_c.c"

Build Complete,

  2 Errors, 0 Warnings, 0 Remarks.

Can some one help me regarding the global configuration and compiler options specified.
Thanks in Advance 
Regards
velappan

  • Hey I had found what is the problem with my program which i had mentioned above. 

     

    I have not given proper compiler option . 

     

    When i enable the option for large memory model ( - ml) and Algebraic assembly option (-mg) it compiles properly.

     

    Regards

    velappan

  • Dear sir,

                  We are working on DSP320(TMS320C5416,CCS_v2) kit and designing a FIR filter( in C) which reads input from Signal generator and after processing displays output on CRO. But we are  getting same error as mentioned below,but there are no such options in our compiler as mentioned in above post,since we using different dsk kit(c5416) and CCS_v2.Can you help through this.


    ERROR1: "User error"
                   project build option do not match global configuration settings.
                   compiler options specify near model, configuration set for far model.


    ERROR2: Error in source: assembler aborted.

    I'm waiting for solution.

    Thanking you

  • I have forwarded your posting to CCS to see if they can help you better. If CCS_v2 stands for CCS 2, that it is a very old CCS. We are at CCS5.

    Regards.