礦ision Build Log
Tool Versions:
IDE-Version: μVision V5.38.0.0 Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: 1 1, 21, LIC=585FJ-UN4W1-NNGAF-6C9X0-YMS3Y-GK9VS Tool Versions: Toolchain: MDK-ARM Plus Version: 5.40.0.3 Toolchain Path: D:\Keil5\ARM\ARM_Compiler_5.06u7\Bin C Compiler: Armcc.exe V5.06 update 7 (build 960) Assembler: Armasm.exe V5.06 update 7 (build 960) Linker/Locator: ArmLink.exe V5.06 update 7 (build 960) Library Manager: ArmAr.exe V5.06 update 7 (build 960) Hex Converter: FromElf.exe V5.06 update 7 (build 960) CPU DLL: SARMCM3.DLL V5.40.0.3 Dialog DLL: DCM.DLL V1.17.5.0 Target DLL: Segger\JL2CM3.dll V2.99.44.0 Dialog DLL: TCM.DLL V1.56.4.0Project:
F:\WF24DEMO\单片机应用资料\单片机实验例程\1.WF24通过单片机控制LED+OLED+电机例程(TCP-UDP-MQTT)\3.STM32F103\例程\MQTT\Project\project.uvprojx Project File Date: 08/03/2024Output:
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\Keil5\ARM\ARM_Compiler_5.06u7\Bin' Rebuild target 'Target 1' assembling startup_stm32f10x_hd.s... compiling core_cm3.c... compiling main.c... ..\User\API\led.h(12): warning: #1-D: last line of file ends without a newline #endif ..\User\delay.h(9): warning: #1-D: last line of file ends without a newline #endif ..\User\API\USART.h(16): warning: #1-D: last line of file ends without a newline #endif ..\User\API\motor.h(13): warning: #1-D: last line of file ends without a newline #endif ..\User\API\USART.h(16): warning: #1-D: last line of file ends without a newline #endif ..\User\main.h(11): warning: #1-D: last line of file ends without a newline #endif ..\User\main.c(11): warning: #223-D: function "CONNECT_TO_MQTT" declared implicitly CONNECT_TO_MQTT("DX-SMART","SMART@601"); ..\User\main.c(36): warning: #1-D: last line of file ends without a newline } ..\User\main.c: 8 warnings, 0 errors compiling system_stm32f10x.c... compiling stm32f10x_it.c... compiling misc.c... compiling stm32f10x_cec.c... compiling stm32f10x_adc.c... compiling Delay.c... ..\User\delay.h(9): warning: #1-D: last line of file ends without a newline #endif ..\User\Delay.c(19): warning: #1-D: last line of file ends without a newline } ..\User\Delay.c: 2 warnings, 0 errors compiling stm32f10x_bkp.c... compiling stm32f10x_crc.c... compiling stm32f10x_can.c... compiling stm32f10x_dac.c... compiling stm32f10x_dbgmcu.c... compiling stm32f10x_dma.c... compiling stm32f10x_exti.c... compiling stm32f10x_rcc.c... compiling stm32f10x_pwr.c... compiling stm32f10x_fsmc.c... compiling stm32f10x_iwdg.c... compiling stm32f10x_gpio.c... compiling stm32f10x_i2c.c... compiling stm32f10x_flash.c... compiling stm32f10x_rtc.c... compiling stm32f10x_sdio.c... compiling stm32f10x_spi.c... compiling stm32f10x_wwdg.c... compiling LED.c... ..\User\API\led.h(12): warning: #1-D: last line of file ends without a newline #endif ..\User\API\LED.c(13): warning: #1-D: last line of file ends without a newline } ..\User\API\LED.c: 2 warnings, 0 errors compiling USART.C... ..\User\API\USART.h(16): warning: #1-D: last line of file ends without a newline #endif ..\User\Delay.h(9): warning: #1-D: last line of file ends without a newline #endif ..\User\API\LED.h(12): warning: #1-D: last line of file ends without a newline #endif ..\User\API\motor.h(13): warning: #1-D: last line of file ends without a newline #endif ..\User\API\USART.H(16): warning: #1-D: last line of file ends without a newline #endif ..\User\API\USART.C(54): warning: #177-D: variable "NVIC_InitStructure" was declared but never referenced NVIC_InitTypeDef NVIC_InitStructure; ..\User\API\USART.C(139): warning: #1-D: last line of file ends without a newline } ..\User\API\USART.C: 7 warnings, 0 errors compiling stm32f10x_usart.c... compiling motor.c... ..\User\API\motor.h(13): warning: #1-D: last line of file ends without a newline #endif ..\User\API\motor.c(31): warning: #1-D: last line of file ends without a newline } ..\User\API\motor.c: 2 warnings, 0 errors compiling WIFI.c... ..\User\API\USART.h(16): warning: #1-D: last line of file ends without a newline #endif ..\User\Delay.h(9): warning: #1-D: last line of file ends without a newline #endif ..\User\API\LED.h(12): warning: #1-D: last line of file ends without a newline #endif ..\User\API\motor.h(13): warning: #1-D: last line of file ends without a newline #endif ..\User\API\WIFI.c(31): warning: #167-D: argument of type "char *" is incompatible with parameter of type "u8 *" WIFI_SEND(src); ..\User\API\WIFI.c(38): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "const char *" check = strstr(wifi.BUFF,dest); ..\User\API\WIFI.c(61): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "char *" WIFI_CheckAck("+++",id,1500); //确保其退出透传 ..\User\API\WIFI.c(78): warning: #167-D: argument of type "u8 *" is incompatible with parameter of type "char *" WIFI_CheckAck("+++",id,1500); //确保其退出透传 ..\User\API\WIFI.c: 8 warnings, 0 errors compiling stm32f10x_tim.c... compiling oled.c... ..\User\delay.h(9): warning: #1-D: last line of file ends without a newline #endif ..\User\API\oled.c: 1 warning, 0 errors linking... Program Size: Code=5460 RO-data=7164 RW-data=24 ZI-data=2704 ".\Objects\project.axf" - 0 Error(s), 30 Warning(s).Software Packages used:
Package Vendor: Keil https://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.1.pack Keil.STM32F1xx_DFP.2.4.1 STMicroelectronics STM32F1 Series Device Support, Drivers and ExamplesCollection of Component include folders:
D:/Keilpack/Keil/STM32F1xx_DFP/2.4.1/Device/IncludeCollection of Component Files used:
Build Time Elapsed: 00:00:02