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 V6 .out文件转换成hex文件,报警,并没有hex文件产生,求解释啊

"E:\\Program Files (x86)\\ccs v6\\ccsv6\\utils\\bin\\gmake" -k all
'Invoking: C2000 Hex Utility'
"E:/Program Files (x86)/ccs v6/ccsv6/tools/compiler/c2000_6.2.5/bin/hex2000" --sci8 --ascii -o "Simple_Test.hex" "Simple_Test.out"
Translating to ASCII-Hex format...
warning: section Simple_Test.out(.text) at 07b0000h falls in
"Simple_Test.out" ==> .text
unconfigured memory (skipped)
"Simple_Test.out" ==> .econst
warning: section Simple_Test.out(.econst) at 07bb13ch falls in
"Simple_Test.out" ==> .cinit
unconfigured memory (skipped)
"Simple_Test.out" ==> .switch
warning: section Simple_Test.out(.cinit) at 07bbd9ah falls in
"Simple_Test.out" ==> ramfuncs
unconfigured memory (skipped)
"Simple_Test.out" ==> codestart
warning: section Simple_Test.out(.switch) at 07bbe00h falls in
unconfigured memory (skipped)
warning: section Simple_Test.out(ramfuncs) at 07ea000h falls in
unconfigured memory (skipped)
warning: section Simple_Test.out(codestart) at 07effech falls in
unconfigured memory (skipped)
'Finished building: Simple_Test.hex'