lora_gateway.build_log.htm 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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/21/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(108): 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(42): warning: #223-D: function "sprintf" declared implicitly
  33. sprintf(nodeStart, "node_%d", nodeIndex);
  34. ..\SYSTEM\source\gateway_message.c(76): warning: #223-D: function "sscanf" declared implicitly
  35. sscanf((const char *)&nodeIdString[j * 2], "%2hhx", &byte);
  36. ..\SYSTEM\source\gateway_message.c(88): warning: #223-D: function "sprintf" declared implicitly
  37. sprintf(device, "\"device_%d\":", deviceIndex);
  38. ..\SYSTEM\source\gateway_message.c(67): warning: #177-D: variable "deviceString" was declared but never referenced
  39. char *deviceString = (char *)nodestring; // 用于移位解析device设备信息
  40. ..\SYSTEM\source\gateway_message.c(189): warning: #223-D: function "sscanf" declared implicitly
  41. sscanf((const char *)&string[j * 2], "%2hhx", &byte);
  42. ..\SYSTEM\source\gateway_message.c(260): warning: #223-D: function "sscanf" declared implicitly
  43. sscanf(ptr, "%[^\"],", value);
  44. ..\SYSTEM\source\gateway_message.c(278): warning: #223-D: function "sprintf" declared implicitly
  45. sprintf(node_index, "node_%d", nodeNum);
  46. ..\SYSTEM\source\gateway_message.c(279): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  47. strstr(ptr, node_index); // 将指针指向第一个节点
  48. ..\SYSTEM\source\gateway_message.c: 10 warnings, 0 errors
  49. compiling node_data_acquisition.c...
  50. ..\SYSTEM\includes\node_data_acquisition.h(8): warning: #1-D: last line of file ends without a newline
  51. #endif
  52. ..\SYSTEM\includes\node_message.h(63): warning: #1295-D: Deprecated declaration get_node_receive_params - give arg types
  53. NODE_DEVICE_PARAMS *get_node_receive_params();
  54. ..\SYSTEM\includes\node_message.h(68): warning: #1-D: last line of file ends without a newline
  55. #endif
  56. ..\SYSTEM\source\node_data_acquisition.c(17): warning: #188-D: enumerated type mixed with another type
  57. mmodbus_set16bitOrder(node->params[i].modbus_read->bigLittleFormat);
  58. ..\SYSTEM\source\node_data_acquisition.c(99): warning: #1-D: last line of file ends without a newline
  59. }
  60. ..\SYSTEM\source\node_data_acquisition.c: 5 warnings, 0 errors
  61. compiling main.c...
  62. ..\HARDWARE\includes\usart.h(88): warning: #1295-D: Deprecated declaration USART_232_config - give arg types
  63. void USART_232_config();
  64. ..\HARDWARE\includes\usart.h(90): warning: #1295-D: Deprecated declaration USART_485_config - give arg types
  65. void USART_485_config();
  66. ..\HARDWARE\includes\led.h(49): warning: #1-D: last line of file ends without a newline
  67. ..\SYSTEM\includes\myfile.h(12): warning: #1295-D: Deprecated declaration ViewRootDir - give arg types
  68. void ViewRootDir();
  69. ..\SYSTEM\includes\myfile.h(14): warning: #1-D: last line of file ends without a newline
  70. #endif
  71. ..\USER\main.c(102): warning: #177-D: variable "cpu_sr" was declared but never referenced
  72. OS_CPU_SR cpu_sr;
  73. ..\USER\main.c(114): warning: #177-D: variable "cpu_sr" was declared but never referenced
  74. OS_CPU_SR cpu_sr;
  75. ..\USER\main.c(141): warning: #177-D: variable "NVIC_InitStructure" was declared but never referenced
  76. NVIC_InitTypeDef NVIC_InitStructure;
  77. ..\USER\main.c: 8 warnings, 0 errors
  78. compiling stm32f2xx_it.c...
  79. ..\SYSTEM\includes\node_data_acquisition.h(8): warning: #1-D: last line of file ends without a newline
  80. #endif
  81. ..\USER\stm32f2xx_it.c: 1 warning, 0 errors
  82. linking...
  83. Program Size: Code=46704 RO-data=177340 RW-data=452 ZI-data=667932
  84. FromELF: creating hex file...
  85. "..\OBJ\lora_gateway.axf" - 0 Error(s), 24 Warning(s).
  86. <h2>Software Packages used:</h2>
  87. Package Vendor: Keil
  88. http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.9.0.pack
  89. Keil.STM32F2xx_DFP.2.9.0
  90. STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
  91. <h2>Collection of Component include folders:</h2>
  92. .\RTE\_Target_1
  93. D:\workSoftware\stm32Software\mdk\mdkpack\Keil\STM32F2xx_DFP\2.9.0\Drivers\CMSIS\Device\ST\STM32F2xx\Include
  94. <h2>Collection of Component Files used:</h2>
  95. Build Time Elapsed: 00:00:01
  96. </pre>
  97. </body>
  98. </html>