lora_gateway.build_log.htm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.38.0.0
  7. Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: 1 Microsoft, Microsoft, LIC=D0D7S-LG060-BSSYX-H6MYT-AINFY-M35VW
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.38.0.0
  11. Toolchain Path: D:\keil\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.38.0.0
  18. Dialog DLL: DCM.DLL V1.17.5.0
  19. Target DLL: Segger\JL2CM3.dll V2.99.42.0
  20. Dialog DLL: TCM.DLL V1.56.4.0
  21. <h2>Project:</h2>
  22. C:\Users\Administrator\Desktop\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
  23. Project File Date: 08/25/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\keil\ARM\ARMCC\Bin'
  26. Build target 'Target 1'
  27. compiling protocol.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(14): warning: #1-D: last line of file ends without a newline
  31. #endif
  32. ..\SYSTEM\includes\node_message.h(63): warning: #1295-D: Deprecated declaration get_node_receive_params - give arg types
  33. NODE_DEVICE_PARAMS *get_node_receive_params();
  34. ..\SYSTEM\includes\node_message.h(64): warning: #1295-D: Deprecated declaration free_all_node_params - give arg types
  35. void free_all_node_params();
  36. ..\SYSTEM\includes\node_message.h(68): warning: #1-D: last line of file ends without a newline
  37. #endif
  38. ..\SYSTEM\source\protocol.c(115): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  39. len = strlen(string);
  40. ..\SYSTEM\source\protocol.c(408): warning: #223-D: function "sprintf" declared implicitly
  41. sprintf(json, "{\"data\":[");
  42. ..\SYSTEM\source\protocol.c(569): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
  43. if(strlen(string)<10)
  44. ..\SYSTEM\source\protocol.c(574): warning: #940-D: missing return statement at end of non-void function "GatewayProtocolAnalysis"
  45. }
  46. ..\SYSTEM\source\protocol.c: 9 warnings, 0 errors
  47. linking...
  48. Program Size: Code=48260 RO-data=177336 RW-data=460 ZI-data=667924
  49. FromELF: creating hex file...
  50. "..\OBJ\lora_gateway.axf" - 0 Error(s), 9 Warning(s).
  51. <h2>Software Packages used:</h2>
  52. Package Vendor: Keil
  53. http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.10.0.pack
  54. Keil.STM32F2xx_DFP.2.10.0
  55. STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
  56. <h2>Collection of Component include folders:</h2>
  57. D:/keil/packs/Keil/STM32F2xx_DFP/2.10.0/Drivers/CMSIS/Device/ST/STM32F2xx/Include
  58. <h2>Collection of Component Files used:</h2>
  59. Build Time Elapsed: 00:00:02
  60. </pre>
  61. </body>
  62. </html>