bootloader.build_log.htm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.36.0.0
  7. Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: 1 1, 1, LIC=D0D7S-LUDD6-UHI8H-WGPSX-UUXXX-1T4U9
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.36.0.0
  11. Toolchain Path: D:\software\MDK5\ARM\ARMCC\Bin
  12. C Compiler: Armcc.exe V5.06 update 7 (build 960)
  13. Assembler: Armasm.exe V5.06 update 7 (build 960)
  14. Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
  15. Library Manager: ArmAr.exe V5.06 update 7 (build 960)
  16. Hex Converter: FromElf.exe V5.06 update 7 (build 960)
  17. CPU DLL: SARMCM3.DLL V5.36.0.0
  18. Dialog DLL: DCM.DLL V1.17.3.0
  19. Target DLL: Segger\JL2CM3.dll V2.99.40.0
  20. Dialog DLL: TCM.DLL V1.53.0.0
  21. <h2>Project:</h2>
  22. D:\project\dtu_gateway\bootloader\USER\bootloader.uvprojx
  23. Project File Date: 10/28/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\software\MDK5\ARM\ARMCC\Bin'
  26. Build target 'bootloader'
  27. compiling main.c...
  28. ..\CMSIS\Include\gd32f10x.h(44): warning: #47-D: incompatible redefinition of macro "GD32F10X_XD"
  29. #define GD32F10X_XD
  30. main.h(25): warning: #1295-D: Deprecated declaration task_fwdgt_reload - give arg types
  31. void task_fwdgt_reload();
  32. ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
  33. extern int load_ota_message_config_params();
  34. ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
  35. extern OTA_MESSAGE *get_config_params();
  36. ..\HW\Include\ec800m.h(26): warning: #2532-D: support for trigraphs is disabled
  37. // ??MQTT??3.1.1 ??????--4(mqtt 3.1.1 )3(mqtt 3.1)
  38. main.c(15): warning: #550-D: variable "ota_message" was set but never used
  39. static OTA_MESSAGE ota_message = {0};
  40. main.c(18): warning: #550-D: variable "i" was set but never used
  41. uint32_t i = 0;
  42. main.c(22): warning: #177-D: variable "OPEN_FILE" was declared but never referenced
  43. char OPEN_FILE[] = "AT+QFOPEN=\"otaMSG.txt\",0\r\n";
  44. main.c(26): warning: #177-D: variable "LOADFILE" was declared but never referenced
  45. char LOADFILE[] = "AT+QFDWL=otaMSG.txt\r\n";
  46. main.c(75): warning: #111-D: statement is unreachable
  47. ota_data=get_config_params();
  48. main.c(82): warning: #111-D: statement is unreachable
  49. LOAD_A(GD32_A_SADDR);
  50. main.c(99): warning: #1-D: last line of file ends without a newline
  51. }
  52. main.c: 12 warnings, 0 errors
  53. linking...
  54. Program Size: Code=6988 RO-data=472 RW-data=120 ZI-data=73992
  55. FromELF: creating hex file...
  56. "..\OBJ\bootloader.axf" - 0 Error(s), 12 Warning(s).
  57. <h2>Software Packages used:</h2>
  58. Package Vendor: GigaDevice
  59. https://gd32mcu.com/data/documents/pack/GigaDevice.GD32F10x_DFP.2.1.0.pack
  60. GigaDevice.GD32F10x_DFP.2.1.0
  61. GigaDevice GD32F10x Series Device Support and Examples
  62. <h2>Collection of Component include folders:</h2>
  63. D:\software\MDK5\Pack\GigaDevice\GD32F10x_DFP\2.1.0\Device\Include
  64. <h2>Collection of Component Files used:</h2>
  65. Build Time Elapsed: 00:00:02
  66. </pre>
  67. </body>
  68. </html>