|
@@ -3,104 +3,67 @@
|
|
|
<pre>
|
|
|
<h1>礦ision Build Log</h1>
|
|
|
<h2>Tool Versions:</h2>
|
|
|
-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
|
|
|
+IDE-Version: μVision V5.38.0.0
|
|
|
+Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
|
+License Information: 1 Microsoft, Microsoft, LIC=D0D7S-LG060-BSSYX-H6MYT-AINFY-M35VW
|
|
|
|
|
|
Tool Versions:
|
|
|
-Toolchain: MDK-ARM Plus Version: 5.29.0.0
|
|
|
-Toolchain Path: D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin
|
|
|
+Toolchain: MDK-ARM Plus Version: 5.38.0.0
|
|
|
+Toolchain Path: D:\keil\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
|
|
|
+CPU DLL: SARMCM3.DLL V5.38.0.0
|
|
|
+Dialog DLL: DCM.DLL V1.17.5.0
|
|
|
+Target DLL: Segger\JL2CM3.dll V2.99.42.0
|
|
|
+Dialog DLL: TCM.DLL V1.56.4.0
|
|
|
|
|
|
<h2>Project:</h2>
|
|
|
-D:\Project\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
|
|
|
-Project File Date: 08/21/2023
|
|
|
+C:\Users\Administrator\Desktop\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
|
|
|
+Project File Date: 08/25/2023
|
|
|
|
|
|
<h2>Output:</h2>
|
|
|
-*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin'
|
|
|
+*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\keil\ARM\ARMCC\Bin'
|
|
|
Build target 'Target 1'
|
|
|
-compiling gateway_message.c...
|
|
|
+compiling protocol.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
|
|
|
+..\SYSTEM\includes\protocol.h(14): 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(64): warning: #1295-D: Deprecated declaration free_all_node_params - give arg types
|
|
|
+ void free_all_node_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\protocol.c(115): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
|
|
|
+ len = strlen(string);
|
|
|
+..\SYSTEM\source\protocol.c(408): warning: #223-D: function "sprintf" declared implicitly
|
|
|
+ sprintf(json, "{\"data\":[");
|
|
|
+..\SYSTEM\source\protocol.c(569): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
|
|
|
+ if(strlen(string)<10)
|
|
|
+..\SYSTEM\source\protocol.c(574): warning: #940-D: missing return statement at end of non-void function "GatewayProtocolAnalysis"
|
|
|
}
|
|
|
-..\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
|
|
|
+..\SYSTEM\source\protocol.c: 9 warnings, 0 errors
|
|
|
linking...
|
|
|
-Program Size: Code=46704 RO-data=177340 RW-data=452 ZI-data=667932
|
|
|
+Program Size: Code=48260 RO-data=177336 RW-data=460 ZI-data=667924
|
|
|
FromELF: creating hex file...
|
|
|
-"..\OBJ\lora_gateway.axf" - 0 Error(s), 24 Warning(s).
|
|
|
+"..\OBJ\lora_gateway.axf" - 0 Error(s), 9 Warning(s).
|
|
|
|
|
|
<h2>Software Packages used:</h2>
|
|
|
|
|
|
Package Vendor: Keil
|
|
|
- http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.9.0.pack
|
|
|
- Keil.STM32F2xx_DFP.2.9.0
|
|
|
+ http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.10.0.pack
|
|
|
+ Keil.STM32F2xx_DFP.2.10.0
|
|
|
STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
|
|
|
|
|
|
<h2>Collection of Component include folders:</h2>
|
|
|
- .\RTE\_Target_1
|
|
|
- D:\workSoftware\stm32Software\mdk\mdkpack\Keil\STM32F2xx_DFP\2.9.0\Drivers\CMSIS\Device\ST\STM32F2xx\Include
|
|
|
+ D:/keil/packs/Keil/STM32F2xx_DFP/2.10.0/Drivers/CMSIS/Device/ST/STM32F2xx/Include
|
|
|
|
|
|
<h2>Collection of Component Files used:</h2>
|
|
|
-Build Time Elapsed: 00:00:01
|
|
|
+Build Time Elapsed: 00:00:02
|
|
|
</pre>
|
|
|
</body>
|
|
|
</html>
|