lora_gateway.build_log.htm 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision 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: 09/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 MQTTClient.c...
  28. compiling protocol.c...
  29. ..\System\includes\gateway_message.h(111): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
  30. GATEWAY_PARAMS *get_gateway_config_params();
  31. ..\System\includes\protocol.h(14): warning: #1-D: last line of file ends without a newline
  32. #endif
  33. ..\System\includes\node_message.h(63): warning: #1295-D: Deprecated declaration get_node_receive_params - give arg types
  34. NODE_DEVICE_PARAMS *get_node_receive_params();
  35. ..\System\includes\node_message.h(64): warning: #1295-D: Deprecated declaration free_all_node_params - give arg types
  36. void free_all_node_params();
  37. ..\System\includes\node_message.h(68): warning: #1-D: last line of file ends without a newline
  38. #endif
  39. ..\System\source\protocol.c(116): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  40. len = strlen(string);
  41. ..\System\source\protocol.c(459): warning: #223-D: function "sprintf" declared implicitly
  42. sprintf(pubJsonString, "{\"data\":[");
  43. ..\System\source\protocol.c: 7 warnings, 0 errors
  44. compiling sys_sx1278.c...
  45. ..\System\includes\sys_sx1278.h(8): warning: #1-D: last line of file ends without a newline
  46. #endif
  47. ..\System\includes\json_queue.h(5): warning: #1295-D: Deprecated declaration creat_queue - give arg types
  48. void creat_queue();
  49. ..\System\includes\json_queue.h(13): warning: #1-D: last line of file ends without a newline
  50. #endif
  51. ..\System\source\sys_sx1278.c(19): warning: #1-D: last line of file ends without a newline
  52. }
  53. ..\System\source\sys_sx1278.c(11): warning: #550-D: variable "length" was set but never used
  54. int length;
  55. ..\System\source\sys_sx1278.c: 5 warnings, 0 errors
  56. compiling task.c...
  57. ..\System\includes\myFile.h(12): warning: #1295-D: Deprecated declaration ViewRootDir - give arg types
  58. void ViewRootDir();
  59. ..\System\includes\myFile.h(14): warning: #1-D: last line of file ends without a newline
  60. #endif
  61. ..\System\includes\gateway_message.h(111): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
  62. GATEWAY_PARAMS *get_gateway_config_params();
  63. ..\System\includes\protocol.h(14): warning: #1-D: last line of file ends without a newline
  64. #endif
  65. ..\System\includes\node_data_acquisition.h(8): warning: #1-D: last line of file ends without a newline
  66. #endif
  67. ..\System\source\task.c(15): warning: #1295-D: Deprecated declaration slave_task - give arg types
  68. void slave_task();
  69. ..\System\source\task.c(37): warning: #177-D: variable "cpu_sr" was declared but never referenced
  70. OS_CPU_SR cpu_sr;
  71. ..\System\source\task.c(177): warning: #1-D: last line of file ends without a newline
  72. ..\System\source\task.c: 8 warnings, 0 errors
  73. compiling main.c...
  74. ..\System\includes\sys_sx1278.h(8): warning: #1-D: last line of file ends without a newline
  75. #endif
  76. ..\USER\main.c: 1 warning, 0 errors
  77. compiling sys_mqtt.c...
  78. ..\System\includes\json_queue.h(5): warning: #1295-D: Deprecated declaration creat_queue - give arg types
  79. void creat_queue();
  80. ..\System\includes\json_queue.h(13): warning: #1-D: last line of file ends without a newline
  81. #endif
  82. ..\System\source\sys_mqtt.c(62): warning: #177-D: variable "lenght" was declared but never referenced
  83. int lenght=msglen;
  84. ..\System\source\sys_mqtt.c: 3 warnings, 0 errors
  85. linking...
  86. Program Size: Code=115232 RO-data=177444 RW-data=692 ZI-data=668412
  87. FromELF: creating hex file...
  88. "..\OBJ\lora_gateway.axf" - 0 Error(s), 24 Warning(s).
  89. <h2>Software Packages used:</h2>
  90. Package Vendor: Keil
  91. http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.9.0.pack
  92. Keil.STM32F2xx_DFP.2.9.0
  93. STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
  94. <h2>Collection of Component include folders:</h2>
  95. .\RTE\_Target_1
  96. D:\workSoftware\stm32Software\mdk\mdkpack\Keil\STM32F2xx_DFP\2.9.0\Drivers\CMSIS\Device\ST\STM32F2xx\Include
  97. <h2>Collection of Component Files used:</h2>
  98. Build Time Elapsed: 00:00:03
  99. </pre>
  100. </body>
  101. </html>