stm32_keyborad.build_log.htm 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.25.3.0
  7. Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: 123 1231, 123, LIC=MPPLD-81C35-SBGEJ-U18ZC-E0BQ5-98NTW
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.37.0.0
  11. Toolchain Path: D:\Keil_v5\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.37.0.0
  18. Dialog DLL: DARMCM1.DLL V1.19.6.0
  19. Target DLL: Segger\JL2CM3.dll V2.99.42.0
  20. Dialog DLL: TARMCM1.DLL V1.14.6.0
  21. <h2>Project:</h2>
  22. E:\work\2024\wenzhou\STM32F070_keyboard\code\stm32_keyborad\MDK-ARM\stm32_keyborad.uvprojx
  23. Project File Date: 09/09/2024
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
  26. Build target 'stm32_keyborad'
  27. assembling startup_stm32f070x6.s...
  28. compiling stm32f0xx_hal_rcc.c...
  29. compiling usb_device.c...
  30. compiling stm32f0xx_hal_rcc_ex.c...
  31. compiling usbd_custom_hid_if.c...
  32. compiling stm32f0xx_hal_pcd_ex.c...
  33. compiling stm32f0xx_hal.c...
  34. compiling stm32f0xx_ll_usb.c...
  35. compiling stm32f0xx_hal_msp.c...
  36. compiling usbd_desc.c...
  37. compiling main.c...
  38. ../Core/Src/main.c(71): warning: #223-D: function "USBD_CUSTOM_HID_SendReport" declared implicitly
  39. USBD_CUSTOM_HID_SendReport(&hUsbDeviceFS, report, sizeof(report));
  40. ../Core/Src/main.c(82): warning: #177-D: variable "HID_Buffer" was declared but never referenced
  41. uint8_t HID_Buffer[8] = {0};
  42. ../Core/Src/main.c(83): warning: #177-D: variable "HID_Buffer_clean" was declared but never referenced
  43. uint8_t HID_Buffer_clean[8] = {0};
  44. ../Core/Src/main.c: 3 warnings, 0 errors
  45. compiling usbd_conf.c...
  46. compiling stm32f0xx_it.c...
  47. compiling stm32f0xx_hal_pcd.c...
  48. compiling stm32f0xx_hal_i2c.c...
  49. compiling stm32f0xx_hal_i2c_ex.c...
  50. compiling stm32f0xx_hal_cortex.c...
  51. compiling stm32f0xx_hal_tim.c...
  52. compiling stm32f0xx_hal_exti.c...
  53. compiling stm32f0xx_hal_pwr_ex.c...
  54. compiling stm32f0xx_hal_tim_ex.c...
  55. compiling stm32f0xx_hal_dma.c...
  56. compiling stm32f0xx_hal_pwr.c...
  57. compiling stm32f0xx_hal_flash.c...
  58. compiling system_stm32f0xx.c...
  59. compiling stm32f0xx_hal_flash_ex.c...
  60. compiling usbd_ctlreq.c...
  61. compiling stm32f0xx_hal_gpio.c...
  62. compiling usbd_ioreq.c...
  63. compiling usbd_core.c...
  64. compiling usbd_customhid.c...
  65. linking...
  66. Program Size: Code=12712 RO-data=272 RW-data=400 ZI-data=3128
  67. FromELF: creating hex file...
  68. "stm32_keyborad\stm32_keyborad.axf" - 0 Error(s), 3 Warning(s).
  69. <h2>Software Packages used:</h2>
  70. Package Vendor: ARM
  71. http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
  72. ARM.CMSIS.5.9.0
  73. CMSIS (Common Microcontroller Software Interface Standard)
  74. * Component: CORE Version: 5.6.0
  75. Package Vendor: Keil
  76. http://www.keil.com/pack/Keil.STM32F0xx_DFP.2.0.0.pack
  77. Keil.STM32F0xx_DFP.2.0.0
  78. STMicroelectronics STM32F0 Series Device Support, Drivers and Examples
  79. <h2>Collection of Component include folders:</h2>
  80. .\RTE\_stm32_keyborad
  81. D:\Keil_v5\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
  82. D:\Keil_v5\Arm\Packs\Keil\STM32F0xx_DFP\2.0.0\Drivers\CMSIS\Device\ST\STM32F0xx\Include
  83. <h2>Collection of Component Files used:</h2>
  84. * Component: ARM::CMSIS:CORE:5.6.0
  85. Include file: CMSIS\Core\Include\tz_context.h
  86. Build Time Elapsed: 00:00:05
  87. </pre>
  88. </body>
  89. </html>