bootloader.build_log.htm 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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/27/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. main.h(35): warning: #1295-D: Deprecated declaration task_fwdgt_reload - give arg types
  29. void task_fwdgt_reload();
  30. ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
  31. extern int load_ota_message_config_params();
  32. ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
  33. extern OTA_MESSAGE *get_config_params();
  34. main.c(28): warning: #167-D: argument of type "OTA_MESSAGE *" is incompatible with parameter of type "const uint16_t *"
  35. FLASH_Write(0x08069000,&ota_message,sizeof(OTA_MESSAGE)/2);
  36. main.c(15): warning: #550-D: variable "i" was set but never used
  37. uint32_t i = 0;
  38. main.c(20): warning: #177-D: variable "state" was declared but never referenced
  39. fmc_state_enum state;
  40. main.c(69): warning: #1-D: last line of file ends without a newline
  41. }
  42. main.c: 7 warnings, 0 errors
  43. linking...
  44. Program Size: Code=3416 RO-data=336 RW-data=28 ZI-data=6148
  45. FromELF: creating hex file...
  46. "..\OBJ\bootloader.axf" - 0 Error(s), 7 Warning(s).
  47. <h2>Software Packages used:</h2>
  48. Package Vendor: GigaDevice
  49. https://gd32mcu.com/data/documents/pack/GigaDevice.GD32F10x_DFP.2.1.0.pack
  50. GigaDevice.GD32F10x_DFP.2.1.0
  51. GigaDevice GD32F10x Series Device Support and Examples
  52. <h2>Collection of Component include folders:</h2>
  53. D:\software\MDK5\Pack\GigaDevice\GD32F10x_DFP\2.1.0\Device\Include
  54. <h2>Collection of Component Files used:</h2>
  55. Build Time Elapsed: 00:00:01
  56. </pre>
  57. </body>
  58. </html>