lm3s69xx_led.plg

来自「本源码是CORTEX-M3之流明LM3SXXX系列上的RTC程序,此处理器系列不」· PLG 代码 · 共 49 行

PLG
49
字号
Build target 'RTC_DEMO'
assembling Startup.s...
compiling RTC.c...
compiling App.c...
App.c(46): warning:  #167-D: argument of type "INT8U *" is incompatible with parameter of type "char *restrict"
App.c(47): warning:  #167-D: argument of type "INT8U *" is incompatible with parameter of type "char *"
compiling UARTAPI.C...
linking...
Program Size: Code=4928 RO-data=372 RW-data=4 ZI-data=356  
FromELF: creating hex file...
".\obj\LM3S69XX_LED.axf" - 0 Error(s), 2 Warning(s).
Load "E:\\李杰伟的文档\\业务相关\\LM3S6916开发板资料\\示例程序-NO\\RTC\\obj\\LM3S69XX_LED.AXF" 
No Algorithm found for: 00000000H - 000014B7H
Erase skipped!
Build target 'RTC_DEMO'
assembling Startup.s...
compiling RTC.c...
compiling App.c...
App.c(46): warning:  #167-D: argument of type "INT8U *" is incompatible with parameter of type "char *restrict"
App.c(47): warning:  #167-D: argument of type "INT8U *" is incompatible with parameter of type "char *"
compiling UARTAPI.C...
linking...
Program Size: Code=4928 RO-data=372 RW-data=4 ZI-data=356  
FromELF: creating hex file...
".\obj\LM3S69XX_LED.axf" - 0 Error(s), 2 Warning(s).
Load "E:\\李杰伟的文档\\业务相关\\LM3S6916开发板资料\\示例程序-NO\\RTC\\obj\\LM3S69XX_LED.AXF" 
Erase Done.
Programming Done.
Verify OK.
Build target 'RTC_DEMO'
linking...
Program Size: Code=4928 RO-data=372 RW-data=4 ZI-data=356  
FromELF: creating hex file...
".\obj\LM3S69XX_LED.axf" - 0 Error(s), 0 Warning(s).
Build target 'RTC_DEMO'
compiling RTC.c...
compiling App.c...
App.c(46): warning:  #167-D: argument of type "INT8U *" is incompatible with parameter of type "char *restrict"
App.c(47): warning:  #167-D: argument of type "INT8U *" is incompatible with parameter of type "char *"
compiling UARTAPI.C...
linking...
Program Size: Code=5004 RO-data=372 RW-data=4 ZI-data=452  
FromELF: creating hex file...
".\obj\LM3S69XX_LED.axf" - 0 Error(s), 2 Warning(s).
Load "E:\\李杰伟的文档\\业务相关\\LM3S6916开发板资料\\示例程序-NO\\RTC\\obj\\LM3S69XX_LED.AXF" 
Erase Done.
Programming Done.
Verify OK.

⌨️ 快捷键说明

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