Ringzle.build_log.htm 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>礦ision 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\dtu_gateway\app\Proj\Ringzle.uvprojx
  23. Project File Date: 08/15/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 'GD32F103C8T6'
  27. compiling main.c...
  28. ..\App\otaEvent.h(26): warning: #1295-D: Deprecated declaration check_ota_event - give arg types
  29. int8_t check_ota_event();
  30. ..\App\main.c(65): warning: #1295-D: Deprecated declaration fwdgt_init - give arg types
  31. void fwdgt_init();
  32. ..\App\main.c(66): warning: #1295-D: Deprecated declaration task_fwdgt_reload - give arg types
  33. void task_fwdgt_reload();
  34. ..\App\main.c(95): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  35. strcpy(gateway->deviceId, strID);
  36. ..\App\main.c(96): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  37. strcpy(gateway->version, VERSION);
  38. ..\App\main.c(97): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  39. strcpy(gateway->gatewayMode, GATEWAYMODE);
  40. ..\App\main.c(98): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  41. strcpy(gateway->gateName,GATEWAYNAME);
  42. ..\App\main.c(104): warning: #167-D: argument of type "char *" is incompatible with parameter of type "uint8_t *"
  43. http_load_config(httpURL);
  44. ..\App\main.c(121): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  45. strcpy(gateway->deviceId, strID);
  46. ..\App\main.c(122): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  47. strcpy(gateway->version, VERSION);
  48. ..\App\main.c(123): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  49. strcpy(gateway->gatewayMode, GATEWAYMODE);
  50. ..\App\main.c(124): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  51. strcpy(gateway->gateName,GATEWAYNAME);
  52. ..\App\main.c(244): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
  53. if (EC800MGetUrl(httpURL,dmabuffer,BufferSize) == true) // 从http获取信息,获取成功则保存到本地
  54. ..\App\main.c: 13 warnings, 0 errors
  55. linking...
  56. Program Size: Code=36596 RO-data=2648 RW-data=224 ZI-data=97232
  57. FromELF: creating hex file...
  58. After Build - User command #1: fromelf --bin --output ./Objects/Ringzle.bin ./Objects/Ringzle.axf
  59. ".\Objects\Ringzle.axf" - 0 Error(s), 13 Warning(s).
  60. <h2>Software Packages used:</h2>
  61. Package Vendor: GigaDevice
  62. https://gd32mcu.com/data/documents/pack/GigaDevice.GD32F10x_DFP.2.0.3.pack
  63. GigaDevice.GD32F10x_DFP.2.0.3
  64. GigaDevice GD32F10x Series Device Support and Examples
  65. <h2>Collection of Component include folders:</h2>
  66. .\RTE\_GD32F103C8T6
  67. D:\workSoftware\stm32Software\mdk\mdkpack\GigaDevice\GD32F10x_DFP\2.0.3\Device\Include
  68. <h2>Collection of Component Files used:</h2>
  69. Build Time Elapsed: 00:00:01
  70. </pre>
  71. </body>
  72. </html>