lora_gateway.build_log.htm 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>礦ision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: μVision V5.29.0.0
  7. Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: s yf, 11, LIC=WHYH9-4R8F5-WFPI7-E0KRQ-DXARV-W9U12
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.29.0.0
  11. Toolchain Path: D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin
  12. C Compiler: Armcc.exe V5.06 update 6 (build 750)
  13. Assembler: Armasm.exe V5.06 update 6 (build 750)
  14. Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
  15. Library Manager: ArmAr.exe V5.06 update 6 (build 750)
  16. Hex Converter: FromElf.exe V5.06 update 6 (build 750)
  17. CPU DLL: SARMCM3.DLL V5.29.0.0
  18. Dialog DLL: DCM.DLL V1.17.3.0
  19. Target DLL: Segger\JL2CM3.dll V2.99.36.0
  20. Dialog DLL: TCM.DLL V1.36.5.0
  21. <h2>Project:</h2>
  22. D:\Project\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
  23. Project File Date: 08/11/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin'
  26. Build target 'Target 1'
  27. compiling gateway_message.c...
  28. ..\SYSTEM\includes\gateway_message.h(106): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
  29. GATEWAY_PARAMS *get_gateway_config_params();
  30. ..\SYSTEM\includes\protocol.h(12): warning: #1-D: last line of file ends without a newline
  31. #endif
  32. ..\SYSTEM\source\gateway_message.c(43): warning: #223-D: function "sprintf" declared implicitly
  33. sprintf(nodeStart,"node_%d",nodeIndex);
  34. ..\SYSTEM\source\gateway_message.c(85): warning: #223-D: function "sprintf" declared implicitly
  35. sprintf(device, "\"device_%d\":", deviceIndex);
  36. ..\SYSTEM\source\gateway_message.c(71): warning: #177-D: variable "deviceString" was declared but never referenced
  37. char *deviceString = (char *)nodestring; // 用于移位解析device设备信息
  38. ..\SYSTEM\source\gateway_message.c(170): warning: #1182-D: a declaration cannot have a label
  39. NODE_READ_DLT645_COMMAND *read_dlt645_command = malloc(sizeof(NODE_READ_DLT645_COMMAND));
  40. ..\SYSTEM\source\gateway_message.c(188): warning: #1182-D: a declaration cannot have a label
  41. NODE_READ_MODBUS_COMMAND *read_modbus_command = malloc(sizeof(NODE_READ_MODBUS_COMMAND));
  42. ..\SYSTEM\source\gateway_message.c(166): warning: #546-D: transfer of control bypasses initialization of:
  43. variable "read_dlt645_command" (declared at line 170)
  44. variable "read_modbus_command" (declared at line 188)
  45. switch (device->protocol)
  46. ^
  47. ..\SYSTEM\source\gateway_message.c(229): warning: #223-D: function "sscanf" declared implicitly
  48. sscanf(ptr, "%[^\"],", value);
  49. ..\SYSTEM\source\gateway_message.c(247): warning: #223-D: function "sprintf" declared implicitly
  50. sprintf(node_index, "node_%d", nodeNum);
  51. ..\SYSTEM\source\gateway_message.c(248): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  52. strstr(ptr, node_index); // 将指针指向第一个节点
  53. ..\SYSTEM\source\gateway_message.c: 11 warnings, 0 errors
  54. linking...
  55. Program Size: Code=30132 RO-data=176472 RW-data=204 ZI-data=662564
  56. "..\OBJ\lora_gateway.axf" - 0 Error(s), 11 Warning(s).
  57. <h2>Software Packages used:</h2>
  58. Package Vendor: Keil
  59. http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.9.0.pack
  60. Keil.STM32F2xx_DFP.2.9.0
  61. STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
  62. <h2>Collection of Component include folders:</h2>
  63. .\RTE\_Target_1
  64. D:\workSoftware\stm32Software\mdk\mdkpack\Keil\STM32F2xx_DFP\2.9.0\Drivers\CMSIS\Device\ST\STM32F2xx\Include
  65. <h2>Collection of Component Files used:</h2>
  66. Build Time Elapsed: 00:00:00
  67. </pre>
  68. </body>
  69. </html>