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.

ccs3.3编译出问题

Other Parts Discussed in Thread: CCSTUDIO

在用ccs3.3编译f28335的程序时出现错误,请问怎么解决?

INTERNAL ERROR: C:\CCStudio_v3.3\C2000\cgtools\bin\asm2000.exe experienced a segmentation fault while
processing section .text file C:\Users\ADMINI~1\AppData\Local\Temp\0273211 line 5912

This is a serious problem. Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.


>> Compilation failure

[DSP2833x_SysCtrl.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"F:/DSPwenjianjia/lab1-LED/Debug" -i"../INCLUDE" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../Debug.lkf" "DSP2833x_SysCtrl.c"

[DSP2833x_usDelay.asm] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"F:/DSPwenjianjia/lab1-LED/Debug" -i"../INCLUDE" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../Debug.lkf" "DSP2833x_usDelay.asm"

[DSP2833x_Xintf.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"F:/DSPwenjianjia/lab1-LED/Debug" -i"../INCLUDE" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../Debug.lkf" "DSP2833x_Xintf.c"

[LED.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"F:/DSPwenjianjia/lab1-LED/Debug" -i"../INCLUDE" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../Debug.lkf" "LED.c"

[Linking...] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -@"Debug.lkf"
<Linking>
>> 060723: error: system error, can't open file
'F:\\DSPwenjianjia\\lab1-LED\\Debug\\DSP2833x_PieVect.obj'
for input: No such file or directory

>> Compilation failure

  • 试试新建一个工程,然后将源文件添加进去重新编译。

  • 你好,新建了一个工程,还是报错,

    INTERNAL ERROR: C:\CCStudio_v3.3\C2000\cgtools\bin\asm2000.exe experienced a segmentation fault while
    processing section .text file C:\Users\ADMINI~1\AppData\Local\Temp\0552011 line 5910

    This is a serious problem. Please contact Customer
    Support with this message and a copy of the input file
    and help us to continue to make the tools more robust.


    >> Compilation failure

    [DSP2833x_Xintf.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"F:/DSPwenjianjia/ceshi/Debug" -i"../include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"Debug.lkf" "DSP2833x_Xintf.c"

    [LED.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"F:/DSPwenjianjia/ceshi/Debug" -i"../include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"Debug.lkf" "LED.c"

    [Linking...] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -@"Debug.lkf"
    <Linking>
    >> 053003: error: system error, can't open file
    'F:\\DSPwenjianjia\\ceshi\\Debug\\DSP2833x_DefaultIsr.obj'
    for input: No such file or directory

    >> Compilation failure

  • 请在以下网页中下载新版本的CGT并安装,然后在编译时使用新版本的CGT来编译代码。或者换用CCSV5或CCSV6。