礦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/21/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(108): 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(42): warning: #223-D: function "sprintf" declared implicitly
sprintf(nodeStart, "node_%d", nodeIndex);
..\SYSTEM\source\gateway_message.c(76): warning: #223-D: function "sscanf" declared implicitly
sscanf((const char *)&nodeIdString[j * 2], "%2hhx", &byte);
..\SYSTEM\source\gateway_message.c(88): warning: #223-D: function "sprintf" declared implicitly
sprintf(device, "\"device_%d\":", deviceIndex);
..\SYSTEM\source\gateway_message.c(67): warning: #177-D: variable "deviceString" was declared but never referenced
char *deviceString = (char *)nodestring; // 用于移位解析device设备信息
..\SYSTEM\source\gateway_message.c(189): warning: #223-D: function "sscanf" declared implicitly
sscanf((const char *)&string[j * 2], "%2hhx", &byte);
..\SYSTEM\source\gateway_message.c(260): warning: #223-D: function "sscanf" declared implicitly
sscanf(ptr, "%[^\"],", value);
..\SYSTEM\source\gateway_message.c(278): warning: #223-D: function "sprintf" declared implicitly
sprintf(node_index, "node_%d", nodeNum);
..\SYSTEM\source\gateway_message.c(279): 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: 10 warnings, 0 errors
compiling node_data_acquisition.c...
..\SYSTEM\includes\node_data_acquisition.h(8): warning: #1-D: last line of file ends without a newline
#endif
..\SYSTEM\includes\node_message.h(63): warning: #1295-D: Deprecated declaration get_node_receive_params - give arg types
NODE_DEVICE_PARAMS *get_node_receive_params();
..\SYSTEM\includes\node_message.h(68): warning: #1-D: last line of file ends without a newline
#endif
..\SYSTEM\source\node_data_acquisition.c(17): warning: #188-D: enumerated type mixed with another type
mmodbus_set16bitOrder(node->params[i].modbus_read->bigLittleFormat);
..\SYSTEM\source\node_data_acquisition.c(99): warning: #1-D: last line of file ends without a newline
}
..\SYSTEM\source\node_data_acquisition.c: 5 warnings, 0 errors
compiling main.c...
..\HARDWARE\includes\usart.h(88): warning: #1295-D: Deprecated declaration USART_232_config - give arg types
void USART_232_config();
..\HARDWARE\includes\usart.h(90): warning: #1295-D: Deprecated declaration USART_485_config - give arg types
void USART_485_config();
..\HARDWARE\includes\led.h(49): warning: #1-D: last line of file ends without a newline
..\SYSTEM\includes\myfile.h(12): warning: #1295-D: Deprecated declaration ViewRootDir - give arg types
void ViewRootDir();
..\SYSTEM\includes\myfile.h(14): warning: #1-D: last line of file ends without a newline
#endif
..\USER\main.c(102): warning: #177-D: variable "cpu_sr" was declared but never referenced
OS_CPU_SR cpu_sr;
..\USER\main.c(114): warning: #177-D: variable "cpu_sr" was declared but never referenced
OS_CPU_SR cpu_sr;
..\USER\main.c(141): warning: #177-D: variable "NVIC_InitStructure" was declared but never referenced
NVIC_InitTypeDef NVIC_InitStructure;
..\USER\main.c: 8 warnings, 0 errors
compiling stm32f2xx_it.c...
..\SYSTEM\includes\node_data_acquisition.h(8): warning: #1-D: last line of file ends without a newline
#endif
..\USER\stm32f2xx_it.c: 1 warning, 0 errors
linking...
Program Size: Code=46704 RO-data=177340 RW-data=452 ZI-data=667932
FromELF: creating hex file...
"..\OBJ\lora_gateway.axf" - 0 Error(s), 24 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:01