新手上路
- 积分
- 26
- 金钱
- 26
- 注册时间
- 2020-4-9
- 在线时间
- 3 小时
|
1金钱
Build target 'tem'
compiling system_stm32f10x.c...
compiling stm32f10x_it.c...
compiling main.c...
main.c(28): warning: #1-D: last line of file ends without a newline
} }
main.c: 1 warning, 0 errors
compiling core_cm3.c...
assembling startup_stm32f10x_hd.s...
compiling misc.c...
compiling stm32f10x_adc.c...
compiling stm32f10x_bkp.c...
compiling stm32f10x_can.c...
compiling stm32f10x_cec.c...
compiling stm32f10x_crc.c...
compiling stm32f10x_dac.c...
compiling stm32f10x_dbgmcu.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_flash.c...
compiling stm32f10x_fsmc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_i2c.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_pwr.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_rtc.c...
compiling stm32f10x_sdio.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_tim.c...
compiling stm32f10x_usart.c...
compiling stm32f10x_wwdg.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
linking...
Program Size: Code=1280 RO-data=336 RW-data=8 ZI-data=1832
FromELF: creating hex file...
"..\tem.axf" - 0 Error(s), 1 Warning(s).
Build Time Elapsed: 00:00:12
————————————————————————————————————————————————
上面是错误编译提示
hex文件不在OBJ文件在OBJ外层得文件是怎么回事
|
|