礦ision Build Log
Tool Versions:
IDE-Version: μVision V5.29.0.0
Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: s yf, 11, LIC=WHYH9-4R8F5-WFPI7-E0KRQ-DXARV-W9U12
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.29.0.0
Toolchain Path: D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 6 (build 750)
Assembler: Armasm.exe V5.06 update 6 (build 750)
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
CPU DLL: SARMCM3.DLL V5.29.0.0
Dialog DLL: DCM.DLL V1.17.3.0
Target DLL: Segger\JL2CM3.dll V2.99.36.0
Dialog DLL: TCM.DLL V1.36.5.0
Project:
D:\Project\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
Project File Date: 08/11/2023
Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin'
Build target 'Target 1'
compiling gateway_message.c...
..\SYSTEM\includes\gateway_message.h(106): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
GATEWAY_PARAMS *get_gateway_config_params();
..\SYSTEM\includes\protocol.h(12): warning: #1-D: last line of file ends without a newline
#endif
..\SYSTEM\source\gateway_message.c(43): warning: #223-D: function "sprintf" declared implicitly
sprintf(nodeStart,"node_%d",nodeIndex);
..\SYSTEM\source\gateway_message.c(85): warning: #223-D: function "sprintf" declared implicitly
sprintf(device, "\"device_%d\":", deviceIndex);
..\SYSTEM\source\gateway_message.c(71): warning: #177-D: variable "deviceString" was declared but never referenced
char *deviceString = (char *)nodestring; // 用于移位解析device设备信息
..\SYSTEM\source\gateway_message.c(170): warning: #1182-D: a declaration cannot have a label
NODE_READ_DLT645_COMMAND *read_dlt645_command = malloc(sizeof(NODE_READ_DLT645_COMMAND));
..\SYSTEM\source\gateway_message.c(188): warning: #1182-D: a declaration cannot have a label
NODE_READ_MODBUS_COMMAND *read_modbus_command = malloc(sizeof(NODE_READ_MODBUS_COMMAND));
..\SYSTEM\source\gateway_message.c(166): warning: #546-D: transfer of control bypasses initialization of:
variable "read_dlt645_command" (declared at line 170)
variable "read_modbus_command" (declared at line 188)
switch (device->protocol)
^
..\SYSTEM\source\gateway_message.c(229): warning: #223-D: function "sscanf" declared implicitly
sscanf(ptr, "%[^\"],", value);
..\SYSTEM\source\gateway_message.c(247): warning: #223-D: function "sprintf" declared implicitly
sprintf(node_index, "node_%d", nodeNum);
..\SYSTEM\source\gateway_message.c(248): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
strstr(ptr, node_index); // 将指针指向第一个节点
..\SYSTEM\source\gateway_message.c: 11 warnings, 0 errors
linking...
Program Size: Code=30132 RO-data=176472 RW-data=204 ZI-data=662564
"..\OBJ\lora_gateway.axf" - 0 Error(s), 11 Warning(s).
Software Packages used:
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.9.0.pack
Keil.STM32F2xx_DFP.2.9.0
STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
Collection of Component include folders:
.\RTE\_Target_1
D:\workSoftware\stm32Software\mdk\mdkpack\Keil\STM32F2xx_DFP\2.9.0\Drivers\CMSIS\Device\ST\STM32F2xx\Include
Collection of Component Files used:
Build Time Elapsed: 00:00:00