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.

Compiler/MSP430F248: MSP430F248

Part Number: MSP430F248

Tool/software: TI C/C++ Compiler

Hi 

I am trying to build a project , it cant be compiled , it shows few errors in compile time like below.

Errors in Source - Assembler Aborted
gmake: *** [Timers.obj] Error 1
'Building file: ../ADC_LTC2436.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/bin/cl430" -vmsp --code_model=small --data_model=small --use_hw_mpy=16 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/Users/jibu.george/workspace_v7/VLogger" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include" --advice:power=all --define=__MSP430F248__ -g --c99 --c++03 --relaxed_ansi --printf_support=full --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU19 --fp_reassoc=off --sat_reassoc=off --preproc_with_compile --preproc_dependency="ADC_LTC2436.d_raw" "../ADC_LTC2436.c"
5 Assembly Errors, No Assembly Warnings

Errors in Source - Assembler Aborted
gmake: *** [DPOT_MCP4017.obj] Error 1
'Building file: ../Timers.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/bin/cl430" -vmsp --code_model=small --data_model=small --use_hw_mpy=16 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/Users/jibu.george/workspace_v7/VLogger" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include" --advice:power=all --define=__MSP430F248__ -g --c99 --c++03 --relaxed_ansi --printf_support=full --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU19 --fp_reassoc=off --sat_reassoc=off --preproc_with_compile --preproc_dependency="Timers.d_raw" "../Timers.c"
2 Assembly Errors, No Assembly Warnings

 how can i solve this ?..