lcd.tra

来自「Keil下的uCOSII+GUI+LCD程序代码实例」· TRA 代码 · 共 45 行

TRA
45
字号
*** Creating Trace Output File 'LCD.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"lcd_main.o"'
### List of Objects: adding '"timer.o"'
### List of Objects: adding '"irq.o"'
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"target.o"'
### List of Objects: adding '".\printc.o"'
### List of Objects: adding '".\ex_norflash.o"'
### List of Objects: adding '".\dma.o"'
### List of Objects: adding '".\sdram.o"'
### List of Objects: adding '"lcdinit.o"'
### List of Objects: adding '"1.o"'
### List of Objects: adding '"2.o"'
### List of Objects: adding '"3.o"'
### List of Objects: adding '"4.o"'
### List of Objects: adding '"5.o"'
### List of Objects: adding '"6.o"'
### List of Objects: adding '"7.o"'
### List of Objects: adding '"8.o"'
### List of Objects: adding '"9.o"'
### List of Objects: adding '"10.o"'
### List of Objects: adding '"11.o"'
### List of Objects: adding '"12.o"'
### List of Objects: adding '"13.o"'
### List of Objects: adding '"14.o"'
### List of Objects: adding '"15.o"'
### List of Objects: adding '"linpo.o"'
### ADS-LD Command completed:
"lcd_main.o" "timer.o" "irq.o" "startup.o" "target.o" ".\printc.o" ".\ex_norflash.o" ".\dma.o" ".\sdram.o" "lcdinit.o" "1.o" "2.o" "3.o" "4.o" "5.o" "6.o" "7.o" "8.o" "9.o" "10.o" "11.o" "12.o" "13.o" "14.o" "15.o" "linpo.o" --strict --scatter "LCD.sct" 

--entry 0x00000000 --map --xref --callgraph --symbols 

--info sizes --info totals --info unused --info veneers 

 --list ".\LCD.map" -o "LCD.axf"### Preparing Environment (PrepEnvAds)
### ADS-LD Output File: 'LCD.axf'
### ADS-LD Command File: 'LCD.lnp'
### Checking for dirty Components...
### Creating CmdFile 'LCD.lnp', Handle=0x000003EC
### Writing '.lnp' file
### ADS-LD Command file 'LCD.lnp' is ready.
### ADS-LD: About to start ADS-LD Thread.
### ADS-LD: executed with 0 errors
### Updating obj list
### LDADS_file() completed.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?