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.
Dear all,
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 an error as mentioned below.
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 your valuable reply..
Thanking you
BY:VILAS I M
Hello,
vilas i said:ERROR1: "User error"
project build option do not match global configuration settings.
compiler options specify near model, configuration set for far model.
I suspect your project uses DSP/BIOS and the memory model setting in the BIOS cfg file is different than what is set in the build options. Make sure that they are both the same.
Thanks
ki