工具/软件:TI C/C++编译器
你(们)好
我正在尝试构建一个项目,它无法编译,它在编译时显示的错误很少,如下所示。
源代码中的错误-汇编器已中止
gmake:***[Timers.obj]错误1.
'构建文件:./adc_LTC2436.c'
'调用:MSP430编译器'
"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:/Users/jibu.george/workspace_v7/VLogger --include_path="C:--include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include --use_hw_mpy=16 --define=_msp430f24248_off-us_pred=us_code_display-tradc=us_supervisorit_ap_ap_ap_off-us_tranag-us_ap_supervisorit_ap_ap_ap_ap_ap_ap_ap_ap_ap_off-proc -regulation=us_tranion_ap_ap_supervisor_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap_off-supervisor_ap_ap_ap_ap_ap_ap_ap_ap_ap_ap.
5组装错误、无组装警告
源代码中的错误-汇编器已中止
gmake:***[DPOT_MCP4017.obj]错误1.
'生成文件:./Timers.c'
'调用:MSP430编译器'
"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:/Users/jibu.george/workspace_v7/VLogger --include_path="C:--include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include --use_hw_mpy=16 --define=_msp430f248_clus_supervisore=-us_ap_supervisors=-out-us_pred=us_supervisors=-out_ap_us_supervisors=-out-out_prob_prob_prob_supervisors=-us_regulation=-us_supervisors=-us_us_supervisoration_de=-regulation=-regulation_doms=-out-out_supervision_supervisor_supervisor_prob-out-out-reg
2组装错误、无组装警告
如何解决这个问题?