bootloader.build_log.htm 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. C:\Users\16936\Desktop\dtu_gateway\bootloader\USER\bootloader.uvprojx
  23. Project File Date: 06/28/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 'bootloader'
  27. compiling gd32f10x_misc.c...
  28. compiling system_gd32f10x.c...
  29. compiling delay.c...
  30. compiling w25q32.c...
  31. compiling fmc.c...
  32. compiling boot.c...
  33. ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
  34. extern int load_ota_message_config_params();
  35. ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
  36. extern OTA_MESSAGE *get_config_params();
  37. ..\HW\Source\boot.c(20): warning: #223-D: function "memset" declared implicitly
  38. memset(app_programmer,0,1024);
  39. ..\HW\Source\boot.c(31): warning: #223-D: function "memset" declared implicitly
  40. memset(app_programmer,0,1024);
  41. ..\HW\Source\boot.c(28): warning: #177-D: variable "startAddress" was declared but never referenced
  42. uint32_t startAddress=(app_byte/1024)*1024;
  43. ..\HW\Source\boot.c: 5 warnings, 0 errors
  44. compiling gd32f10x_it.c...
  45. compiling gd32f10x_gpio.c...
  46. compiling gd32f10x_wwdgt.c...
  47. compiling main.c...
  48. ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
  49. extern int load_ota_message_config_params();
  50. ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
  51. extern OTA_MESSAGE *get_config_params();
  52. main.c: 2 warnings, 0 errors
  53. compiling ota_message.c...
  54. ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
  55. extern int load_ota_message_config_params();
  56. ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
  57. extern OTA_MESSAGE *get_config_params();
  58. ..\HW\Source\ota_message.c(23): warning: #223-D: function "memset" declared implicitly
  59. memset(&ota_message, 0, sizeof(OTA_MESSAGE));
  60. ..\HW\Source\ota_message.c(24): warning: #223-D: function "memcpy" declared implicitly
  61. memcpy(&ota_message, params, sizeof(OTA_MESSAGE));
  62. ..\HW\Source\ota_message.c(41): warning: #223-D: function "memset" declared implicitly
  63. memset(&ota_message, 0, sizeof(OTA_MESSAGE));//Çå¿ÕÔ­ÏÈÊý¾Ý
  64. ..\HW\Source\ota_message.c: 5 warnings, 0 errors
  65. compiling spi.c...
  66. compiling gd32f10x_fmc.c...
  67. compiling gd32f10x_rcu.c...
  68. compiling gd32f10x_spi.c...
  69. linking...
  70. Program Size: Code=2956 RO-data=336 RW-data=12 ZI-data=4100
  71. FromELF: creating hex file...
  72. "..\OBJ\bootloader.axf" - 0 Error(s), 12 Warning(s).
  73. <h2>Software Packages used:</h2>
  74. Package Vendor: GigaDevice
  75. https://gd32mcu.com/data/documents/pack/GigaDevice.GD32F10x_DFP.2.0.3.pack
  76. GigaDevice.GD32F10x_DFP.2.0.3
  77. GigaDevice GD32F10x Series Device Support and Examples
  78. <h2>Collection of Component include folders:</h2>
  79. .\RTE\_bootloader
  80. D:\workSoftware\stm32Software\mdk\mdkpack\GigaDevice\GD32F10x_DFP\2.0.3\Device\Include
  81. <h2>Collection of Component Files used:</h2>
  82. Build Time Elapsed: 00:00:01
  83. </pre>
  84. </body>
  85. </html>