HC32_4G04.build_log.htm 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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: d king, d, LIC=KRMW3-AXG01-KPXZY-INXKQ-82HWD-U4LKP
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.29.0.0
  11. Toolchain Path: C:\Keil_v5\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:\document\4G04\project\HC32_4G04 -6.2\HC32_4G04.uvprojx
  23. Project File Date: 08/14/2023
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
  26. Build target 'HC32'
  27. compiling glo_var.c...
  28. compiling main.c...
  29. compiling app_protocol.c...
  30. app\app_protocol.c(231): warning: #111-D: statement is unreachable
  31. break;
  32. app\app_protocol.c(245): warning: #111-D: statement is unreachable
  33. break;
  34. app\app_protocol.c(253): warning: #111-D: statement is unreachable
  35. break;
  36. app\app_protocol.c(273): warning: #188-D: enumerated type mixed with another type
  37. SPI_Cmd(MPU_SPI_UNIT, DISABLE);
  38. app\app_protocol.c(293): warning: #188-D: enumerated type mixed with another type
  39. SPI_Cmd(MPU_SPI_UNIT, ENABLE);
  40. app\app_protocol.c(334): warning: #111-D: statement is unreachable
  41. break;
  42. app\app_protocol.c(341): warning: #111-D: statement is unreachable
  43. break;
  44. app\app_protocol.c(347): warning: #111-D: statement is unreachable
  45. break;
  46. app\app_protocol.c(356): warning: #111-D: statement is unreachable
  47. break;
  48. app\app_protocol.c(185): warning: #177-D: variable "frame_read_tmp" was declared but never referenced
  49. frame_pack_t* frame_read_tmp;
  50. app\app_protocol.c(197): warning: #550-D: variable "frame_update_index" was set but never used
  51. static int frame_update_index = 0;
  52. app\app_protocol.c(117): warning: #177-D: function "struct_convert_to_buffer" was declared but never referenced
  53. static int8_t struct_convert_to_buffer(pack_t *pack,uint8_t *data)
  54. app\app_protocol.c: 12 warnings, 0 errors
  55. compiling hal_ec600g.c...
  56. driver\hal_ec600g.c(101): warning: #188-D: enumerated type mixed with another type
  57. FCG_Fcg1PeriphClockCmd(MPU_SPI_PERIPH_CLK, ENABLE);
  58. driver\hal_ec600g.c(114): warning: #188-D: enumerated type mixed with another type
  59. SPI_IntCmd(MPU_SPI_UNIT,SPI_INT_RX_BUF_FULL, ENABLE);
  60. driver\hal_ec600g.c(115): warning: #188-D: enumerated type mixed with another type
  61. SPI_IntCmd(MPU_SPI_UNIT,SPI_INT_TX_BUF_EMPTY, ENABLE);
  62. driver\hal_ec600g.c(142): warning: #188-D: enumerated type mixed with another type
  63. SPI_Cmd(MPU_SPI_UNIT, ENABLE);
  64. driver\hal_ec600g.c(157): warning: #188-D: enumerated type mixed with another type
  65. DMA_ChCmd(DMA_UNIT, DMA_RX_CH, ENABLE);
  66. driver\hal_ec600g.c(178): warning: #188-D: enumerated type mixed with another type
  67. FCG_Fcg1PeriphClockCmd(MPU_SPI_PERIPH_CLK, ENABLE);
  68. driver\hal_ec600g.c(201): warning: #188-D: enumerated type mixed with another type
  69. SPI_IntCmd(MPU_SPI_UNIT,SPI_INT_TX_BUF_EMPTY, ENABLE);
  70. driver\hal_ec600g.c(210): warning: #188-D: enumerated type mixed with another type
  71. SPI_Cmd(MPU_SPI_UNIT, ENABLE);
  72. driver\hal_ec600g.c(213): warning: #188-D: enumerated type mixed with another type
  73. FCG_Fcg0PeriphClockCmd(DMA_CLK, ENABLE);
  74. driver\hal_ec600g.c(252): warning: #188-D: enumerated type mixed with another type
  75. DMA_Cmd(DMA_UNIT, ENABLE);
  76. driver\hal_ec600g.c(254): warning: #188-D: enumerated type mixed with another type
  77. DMA_ChCmd(DMA_UNIT, DMA_RX_CH, ENABLE);
  78. driver\hal_ec600g.c(266): warning: #188-D: enumerated type mixed with another type
  79. DMA_ChCmd(DMA_UNIT, DMA_TX_CH, ENABLE);
  80. driver\hal_ec600g.c(301): warning: #188-D: enumerated type mixed with another type
  81. DMA_ChCmd(DMA_UNIT, DMA_RX_CH, ENABLE);
  82. driver\hal_ec600g.c(336): warning: #1-D: last line of file ends without a newline
  83. driver\hal_ec600g.c(23): warning: #177-D: function "SPI_IdleCallback" was declared but never referenced
  84. static void SPI_IdleCallback(void)
  85. driver\hal_ec600g.c(147): warning: #177-D: function "DMA_ReceiveCallback" was declared but never referenced
  86. static void DMA_ReceiveCallback(void)
  87. driver\hal_ec600g.c(160): warning: #177-D: function "SPI_IDLECallback" was declared but never referenced
  88. static void SPI_IDLECallback(void)
  89. driver\hal_ec600g.c(259): warning: #177-D: function "DMA_ReloadConfig" was declared but never referenced
  90. static void DMA_ReloadConfig(void)
  91. driver\hal_ec600g.c: 18 warnings, 0 errors
  92. linking...
  93. Program Size: Code=22760 RO-data=1000 RW-data=764 ZI-data=46236
  94. FromELF: creating hex file...
  95. After Build - User command #1: C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output ./Objects/HC32_4G04.bin ./Objects/HC32_4G04.axf
  96. ".\Objects\HC32_4G04.axf" - 0 Error(s), 30 Warning(s).
  97. <h2>Software Packages used:</h2>
  98. Package Vendor: HDSC
  99. https://raw.githubusercontent.com/hdscmcu/pack/master/HDSC.HC32F448.1.0.0.pack
  100. HDSC.HC32F448.1.0.0
  101. HC32F448 ARM Cortex-M4 Device Family Pack
  102. <h2>Collection of Component include folders:</h2>
  103. .\RTE\_HC32
  104. C:\Users\king\AppData\Local\Arm\Packs\HDSC\HC32F448\1.0.0\Device\Include
  105. <h2>Collection of Component Files used:</h2>
  106. Build Time Elapsed: 00:00:02
  107. </pre>
  108. </body>
  109. </html>