Other Parts Discussed in Thread: CONTROLSUITE
CCS 导入 controlSUITE 文件时,编译就会出现
gmake: *** [F2807x_common/source/F2807x_TempSensorConv.obj] Error 1
gmake: Target 'all' not remade because of errors.
这样的错误,什么原因呢
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 导入 controlSUITE 文件时,编译就会出现
gmake: *** [F2807x_common/source/F2807x_TempSensorConv.obj] Error 1
gmake: Target 'all' not remade because of errors.
这样的错误,什么原因呢
请问您现在使用的是TI例程?能否给出相关路径?
另外CCS内 console的详细错误信息是什么?
我试了一下
C:\ti\controlSUITE\device_support\F2807x\v190\F2807x_examples_Cpu1
内的例程,导入CCS10,编译没有错误
**** Build of configuration Debug for project Ad ****
"D:\\Program Files (x86)\\ti\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../F2807x_common/source/F2807x_Adc.c"
Invoking: C2000 Compiler
"D:/Program Files (x86)/ti/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --include_path="D:/workspace_v10/Ad" --include_path="D:/workspace_v10/Ad/F2807x_common/include" --include_path="D:/workspace_v10/Ad/F2807x_headers/include" --include_path="D:/Program Files (x86)/ti/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F2807x_common/source/F2807x_Adc.d_raw" --obj_directory="F2807x_common/source" "../F2807x_common/source/F2807x_Adc.c"
>> Compilation failure
F2807x_common/source/subdir_rules.mk:9: recipe for target 'F2807x_common/source/F2807x_Adc.obj' failed
INTERNAL ERROR: D:\Program Files (x86)\ti\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0
This is caused by a defect in the TI C/C++ Parser.
TI Customer Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue".
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
Include the .pp file created by option --preproc_with_comment
gmake: *** [F2807x_common/source/F2807x_Adc.obj] Error 1
Building file: "../F2807x_common/source/F2807x_TempSensorConv.c"
Invoking: C2000 Compiler
"D:/Program Files (x86)/ti/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --include_path="D:/workspace_v10/Ad" --include_path="D:/workspace_v10/Ad/F2807x_common/include" --include_path="D:/workspace_v10/Ad/F2807x_headers/include" --include_path="D:/Program Files (x86)/ti/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F2807x_common/source/F2807x_TempSensorConv.d_raw" --obj_directory="F2807x_common/source" "../F2807x_common/source/F2807x_TempSensorConv.c"
>> Compilation failure
F2807x_common/source/subdir_rules.mk:9: recipe for target 'F2807x_common/source/F2807x_TempSensorConv.obj' failed
INTERNAL ERROR: D:\Program Files (x86)\ti\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0
This is caused by a defect in the TI C/C++ Parser.
TI Customer Support may be able to suggest a workaround to avoid this.
Upgrading to the newest version of the compiler may fix this problem.
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler". See the link titled
"Submitting an issue".
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
Include the .pp file created by option --preproc_with_comment
gmake: *** [F2807x_common/source/F2807x_TempSensorConv.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Upgrading to the newest version of the compiler may fix this problem.
您现在的编译器版本是多少?建议使用新版本编译器试试。若还是不行的话,请直接上传您的工程,我们具体看一下