12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <html>
- <body>
- <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
-
- 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
-
- <h2>Project:</h2>
- D:\Project\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
- Project File Date: 08/11/2023
- <h2>Output:</h2>
- *** 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).
- <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
- 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
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:00
- </pre>
- </body>
- </html>
|