You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134 lines
4.3 KiB
134 lines
4.3 KiB
<html>
|
|
<body>
|
|
<pre>
|
|
<h1>礦ision Build Log</h1>
|
|
<h2>Tool Versions:</h2>
|
|
IDE-Version: μVision V5.23.0.0
|
|
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
License Information: 123 Administrator, 123, LIC=8MZI6-DR3S6-E0NN4-FWZV3-E3BTD-26MKT
|
|
|
|
Tool Versions:
|
|
Toolchain: MDK-ARM Professional Version: 5.23
|
|
Toolchain Path: D:\Keil_v5\ARM\ARMCC\Bin
|
|
C Compiler: Armcc.exe V5.06 update 4 (build 422)
|
|
Assembler: Armasm.exe V5.06 update 4 (build 422)
|
|
Linker/Locator: ArmLink.exe V5.06 update 4 (build 422)
|
|
Library Manager: ArmAr.exe V5.06 update 4 (build 422)
|
|
Hex Converter: FromElf.exe V5.06 update 4 (build 422)
|
|
CPU DLL: SARMCM3.DLL V5.23
|
|
Dialog DLL: DCM.DLL V1.15.0.0
|
|
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V2.0.18.0
|
|
Dialog DLL: TCM.DLL V1.27.0.0
|
|
|
|
<h2>Project:</h2>
|
|
E:\智能农业 智能环境气候箱\智能气候培养箱\主控板\代码\control_freertos\USER\control.uvprojx
|
|
Project File Date: 01/08/2024
|
|
|
|
<h2>Output:</h2>
|
|
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
|
|
Rebuild target 'LED'
|
|
compiling PID.c...
|
|
compiling MYSPI.c...
|
|
compiling iwdg.c...
|
|
compiling system_stm32f10x.c...
|
|
compiling USART.c...
|
|
assembling startup_stm32f10x_md.s...
|
|
compiling core_cm3.c...
|
|
compiling Relays.c...
|
|
compiling write.c...
|
|
compiling main.c...
|
|
compiling stm32f10x_gpio.c...
|
|
compiling SysTick.c...
|
|
compiling PWMOUT.c...
|
|
compiling W25Q128.c...
|
|
compiling misc.c...
|
|
compiling stm32f10x_cec.c...
|
|
compiling bufcut.c...
|
|
compiling stm32f10x_bkp.c...
|
|
compiling OSC.c...
|
|
compiling stm32f10x_it.c...
|
|
compiling stm32f10x_dbgmcu.c...
|
|
compiling stm32f10x_rcc.c...
|
|
compiling stm32f10x_adc.c...
|
|
compiling system.c...
|
|
compiling stm32f10x_crc.c...
|
|
compiling stm32f10x_dac.c...
|
|
compiling rtc.c...
|
|
compiling stm32f10x_usart.c...
|
|
compiling stm32f10x_dma.c...
|
|
compiling PWM.c...
|
|
compiling stm32f10x_can.c...
|
|
compiling rs485.c...
|
|
compiling stm32f10x_exti.c...
|
|
compiling stm32f10x_flash.c...
|
|
compiling stm32f10x_pwr.c...
|
|
compiling stm32f10x_iwdg.c...
|
|
compiling stm32f10x_rtc.c...
|
|
compiling stm32f10x_i2c.c...
|
|
compiling stm32f10x_fsmc.c...
|
|
compiling stm32f10x_sdio.c...
|
|
compiling utility.c...
|
|
compiling stm32f10x_spi.c...
|
|
compiling stm32f10x_wwdg.c...
|
|
compiling spi.c...
|
|
compiling socket.c...
|
|
compiling stm32f10x_tim.c...
|
|
compiling w5500api.c...
|
|
compiling cJSON.c...
|
|
..\MQTT\lib\cJSON.c(30): warning: #1293-D: assignment in condition
|
|
if (!(copy = (char*)cJSON_malloc(len)))
|
|
..\MQTT\lib\cJSON.c(254): warning: #1293-D: assignment in condition
|
|
ptr=str;while ((token=*ptr) && ++len) {if (strchr("\"\\\b\f\n\r\t",token)) len++; else if (token<32) len+=5;ptr++;}
|
|
..\MQTT\lib\cJSON.c(328): warning: #111-D: statement is unreachable
|
|
return p.buffer;
|
|
..\MQTT\lib\cJSON.c(399): warning: #1293-D: assignment in condition
|
|
if (!(new_item=cJSON_New_Item())) return 0; /* memory fail */
|
|
..\MQTT\lib\cJSON.c(511): warning: #1293-D: assignment in condition
|
|
if (!(new_item=cJSON_New_Item())) return 0; /* memory fail */
|
|
..\MQTT\lib\cJSON.c: 5 warnings, 0 errors
|
|
compiling w5500.c...
|
|
compiling dns.c...
|
|
compiling dhcp.c...
|
|
compiling MQTTConnectClient.c...
|
|
compiling MQTTConnectServer.c...
|
|
compiling MQTTDeserializePublish.c...
|
|
compiling MQTTFormat.c...
|
|
..\MQTT\lib\MQTTFormat.c(122): warning: #550-D: variable "strindex" was set but never used
|
|
int strindex = 0;
|
|
..\MQTT\lib\MQTTFormat.c(200): warning: #550-D: variable "rc" was set but never used
|
|
int rc;
|
|
..\MQTT\lib\MQTTFormat.c(190): warning: #550-D: variable "strindex" was set but never used
|
|
int strindex = 0;
|
|
..\MQTT\lib\MQTTFormat.c: 3 warnings, 0 errors
|
|
compiling MQTTPacket.c...
|
|
compiling MQTTSerializePublish.c...
|
|
compiling MQTTSubscribeClient.c...
|
|
compiling MQTTUnsubscribeClient.c...
|
|
compiling MQTTSubscribeServer.c...
|
|
compiling MQTTUnsubscribeServer.c...
|
|
compiling mqtt_api.c...
|
|
compiling md5.c...
|
|
compiling croutine.c...
|
|
compiling event_groups.c...
|
|
compiling list.c...
|
|
compiling tasks.c...
|
|
compiling timers.c...
|
|
compiling heap_4.c...
|
|
compiling queue.c...
|
|
compiling port.c...
|
|
compiling myfreertos.c...
|
|
linking...
|
|
Program Size: Code=25748 RO-data=804 RW-data=1532 ZI-data=13228
|
|
FromELF: creating hex file...
|
|
"..\OBJ\LED.axf" - 0 Error(s), 8 Warning(s).
|
|
|
|
<h2>Collection of Component include folders:</h2>
|
|
.\RTE\_LED
|
|
D:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include
|
|
|
|
<h2>Collection of Component Files used:</h2>
|
|
Build Time Elapsed: 00:00:04
|
|
</pre>
|
|
</body>
|
|
</html>
|