Other Parts Discussed in Thread: MSP430G2533
Anybody have a suggestion for what to do when the CCS ( Version: 5.1.1.00031) compiler gives the following error:
'Building file: ../accesscode.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv5/tools/compiler/msp430/bin/cl430" -vmsp --abi=coffabi -g --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --include_path="C:/ti/ccsv5/tools/compiler/msp430/include" --gcc --define=__MSP430G2533__ --diag_warning=225 --display_error_number --printf_support=minimal --preproc_with_compile --preproc_dependency="accesscode.pp" --cmd_file="./configPkg/compiler.opt" "../accesscode.c"
"../accesscode.c", line 45: warning #225-D: function declared implicitly
"../accesscode.c", line 54: warning #225-D: function declared implicitly
>> ../accesscode.c, line 122: INTERNAL ERROR: no match for ANDB
This may be a serious problem. Please contact customer support with a
description of this problem and a sample of the source files that caused this
INTERNAL ERROR message to appear.
Cannot continue compilation - ABORTING!
Thanks in advance for any help!