"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'
Eric Ma:
给你个hex工具,试试,如果还有问题,你要看看的CMD的配置有没有问题。
ERIC
"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'
mangui zhang:
用很多警告 但从最终结果看是生成了 啊
是不是生到了默认路径