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 6 MSP430: INTERNAL ERROR!: ILCDNext defined differently in each pass

I guess that this is a message for Code Composer Studio developpers...

The version of CCS6 I use is "Version: 6.0.1.00040" in Linux


I try to make a code that communicates with an LCD module, RTC, Sensors, PC e.t.c. I'm still on the part that I build the code that drives the LCD. Today, unfortunately I end up with a message that there may be a serious problem on the compiler... I quote the output of the compilation:


**** Build of configuration Debug for project MSP HydroTemp **** /opt/ti/ccsv6/utils/bin/gmake -k all Building file: ../GraphicsLCD.asm Invoking: MSP430 Compiler "/opt/ti/ccsv6/tools/compiler/msp430_4.3.5/bin/cl430" -vmspx --abi=eabi --data_model=restricted --include_path="/opt/ti/ccsv6/ccs_base/msp430/include" --include_path="/opt/ti/ccsv6/tools/compiler/msp430_4.3.5/include" --advice:power="all" -g --symdebug:keep_all_types --keep_unneeded_statics --gcc --define=__MSP430F2617__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal --output_all_syms --preproc_with_compile --preproc_dependency="GraphicsLCD.pp" "../GraphicsLCD.asm" "../GraphicsLCD.asm", INTERNAL ERROR!: ILCDNext defined differently in each pass >> Compilation failure This may be a serious problem. Please contact customer support with a description of the problem and a sample of the sourcefile that caused this message to appear. gmake: *** [GraphicsLCD.obj] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished ****

The zip file that contains the whole project is at https://www.dropbox.com/s/3xrtz2f3pcw7zac/MSP%20HydroTemp.zip?dl=0

Thank you in advance

Ilias