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使用startware错误

安装了AM335X_StarterWare_02_00_01_01后,把其中adc的工程导入ccs,即使我只是在.c文件中多敲了一个空格或者回车,在Debug或者release时,就会报错,信息如下:


**** Build of configuration Debug for project adcVoltMeasure ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 -s all -O
 
'Building file: "C:/ti/AM335X_StarterWare_02_00_01_01/examples/evmAM335x/adc/adcVoltMeasure.c"'
'Invoking: ARM Compiler'
"C:/ti/AM335X_StarterWare_02_00_01_01/include/hw/hw_tsc_adc_ss.h", line 99: warning: white space between backslash and newline in line splice ignored
'Finished building: "C:/ti/AM335X_StarterWare_02_00_01_01/examples/evmAM335x/adc/adcVoltMeasure.c"'
 
'Building target: "C:/ti/AM335X_StarterWare_02_00_01_01/build/armv7a/cgt_ccs/am335x/evmAM335x/adc/../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/adc/Debug/adcVoltMeasure.out"'
'Invoking: ARM Linker'
<Linking>
'Finished building target: "C:/ti/AM335X_StarterWare_02_00_01_01/build/armv7a/cgt_ccs/am335x/evmAM335x/adc/../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/adc/Debug/adcVoltMeasure.out"'
 
"C:/ti/ccsv7/utils/tiobj2bin/mkhex4bin.exe" failure occurred.  Giving up.
 
error: failed to read
   "../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/adc/Debug/adcVo
   ltMeasure.out"
Use of uninitialized value $str in pattern match (m//) at XML_TI_OFD.pm line 2146.
Use of uninitialized value $targ_num in hash element at XML_TI_OFD.pm line 1325.
Unexpected target: unknown at script/mkhex4bin.pl line 270.
系统找不到指定的路径。

**** Build Finished ****