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.
通过在“应用预先定义的步骤”("Apply Predefined Step") 下 拉菜单中选择诸如TI-TXT 和INTEL-HEX 等预先设定的格式,经配置,一个建立之后的步骤能够在每次建 立之后自动生成文件(Project → Properties → Build → Build Steps Tab → Post-Build Step → Apply Predefined Step)。生成的文件存储在<Workspace>\<Project>\Debug\directory 内。我在WORKSPACE里找不到,而在项目原先导入文件夹(例如Home Automation App CCS\CC3000 Automation App\Debug)也没有找到.txt文件的产生。
D:/TI/ccsv5/utils/bin/gmake --no-print-directory post-build 'Create flash image: TI-TXT' "
D:/TI/ccsv5/tools/compiler/msp430_4.1.2/bin/hex430" --ti_txt "CC3000 Automation App.out" -o "CC3000 Automation App.txt" -order MS -romwidth 16 Translating to TI-TXT format...
"CC3000 Automation App.out" ==> .cinit
"CC3000 Automation App.out" ==> .const
"CC3000 Automation App.out" ==> .text
"CC3000 Automation App.out" ==> RTC
"CC3000 Automation App.out" ==> PORT4
"CC3000 Automation App.out" ==> PORT3
"CC3000 Automation App.out" ==> TIMER2_B1
"CC3000 Automation App.out" ==> TIMER2_B0
"CC3000 Automation App.out" ==> PORT2
"CC3000 Automation App.out" ==> TIMER1_B1
"CC3000 Automation App.out" ==> TIMER1_B0
"CC3000 Automation App.out" ==> PORT1
"CC3000 Automation App.out" ==> TIMER1_A1
"CC3000 Automation App.out" ==> TIMER1_A0
"CC3000 Automation App.out" ==> DMA
"CC3000 Automation App.out" ==> USCI_A1
"CC3000 Automation App.out" ==> TIMER0_A0
"CC3000 Automation App.out" ==> ADC10
"CC3000 Automation App.out" ==> USCI_B0
"CC3000 Automation App.out" ==> USCI_A0
"CC3000 Automation App.out" ==> WDT
"CC3000 Automation App.out" ==> TIMER0_B1
"CC3000 Automation App.out" ==> TIMER0_B0
"CC3000 Automation App.out" ==> COMP_D
"CC3000 Automation App.out" ==> UNMI
"CC3000 Automation App.out" ==> SYSNMI
"CC3000 Automation App.out" ==> .reset ' '
**** Build Finished ****
生是是这样的,,,但里面没有CC3000 Automation App.txt文件,,