| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.25.3.0
- Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: 123 1231, 123, LIC=MPPLD-81C35-SBGEJ-U18ZC-E0BQ5-98NTW
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.37.0.0
- Toolchain Path: D:\Keil_v5\ARM\ARMCC\Bin
- C Compiler: Armcc.exe V5.06 update 7 (build 960)
- Assembler: Armasm.exe V5.06 update 7 (build 960)
- Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
- Library Manager: ArmAr.exe V5.06 update 7 (build 960)
- Hex Converter: FromElf.exe V5.06 update 7 (build 960)
- CPU DLL: SARMCM3.DLL V5.37.0.0
- Dialog DLL: DARMCM1.DLL V1.19.6.0
- Target DLL: Segger\JL2CM3.dll V2.99.42.0
- Dialog DLL: TARMCM1.DLL V1.14.6.0
-
- <h2>Project:</h2>
- E:\work\2024\wenzhou\STM32F070_keyboard\code\stm32_keyborad\MDK-ARM\stm32_keyborad.uvprojx
- Project File Date: 09/09/2024
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
- Build target 'stm32_keyborad'
- assembling startup_stm32f070x6.s...
- compiling stm32f0xx_hal_rcc.c...
- compiling usb_device.c...
- compiling stm32f0xx_hal_rcc_ex.c...
- compiling usbd_custom_hid_if.c...
- compiling stm32f0xx_hal_pcd_ex.c...
- compiling stm32f0xx_hal.c...
- compiling stm32f0xx_ll_usb.c...
- compiling stm32f0xx_hal_msp.c...
- compiling usbd_desc.c...
- compiling main.c...
- ../Core/Src/main.c(71): warning: #223-D: function "USBD_CUSTOM_HID_SendReport" declared implicitly
- USBD_CUSTOM_HID_SendReport(&hUsbDeviceFS, report, sizeof(report));
- ../Core/Src/main.c(82): warning: #177-D: variable "HID_Buffer" was declared but never referenced
- uint8_t HID_Buffer[8] = {0};
- ../Core/Src/main.c(83): warning: #177-D: variable "HID_Buffer_clean" was declared but never referenced
- uint8_t HID_Buffer_clean[8] = {0};
- ../Core/Src/main.c: 3 warnings, 0 errors
- compiling usbd_conf.c...
- compiling stm32f0xx_it.c...
- compiling stm32f0xx_hal_pcd.c...
- compiling stm32f0xx_hal_i2c.c...
- compiling stm32f0xx_hal_i2c_ex.c...
- compiling stm32f0xx_hal_cortex.c...
- compiling stm32f0xx_hal_tim.c...
- compiling stm32f0xx_hal_exti.c...
- compiling stm32f0xx_hal_pwr_ex.c...
- compiling stm32f0xx_hal_tim_ex.c...
- compiling stm32f0xx_hal_dma.c...
- compiling stm32f0xx_hal_pwr.c...
- compiling stm32f0xx_hal_flash.c...
- compiling system_stm32f0xx.c...
- compiling stm32f0xx_hal_flash_ex.c...
- compiling usbd_ctlreq.c...
- compiling stm32f0xx_hal_gpio.c...
- compiling usbd_ioreq.c...
- compiling usbd_core.c...
- compiling usbd_customhid.c...
- linking...
- Program Size: Code=12712 RO-data=272 RW-data=400 ZI-data=3128
- FromELF: creating hex file...
- "stm32_keyborad\stm32_keyborad.axf" - 0 Error(s), 3 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: ARM
- http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
- ARM.CMSIS.5.9.0
- CMSIS (Common Microcontroller Software Interface Standard)
- * Component: CORE Version: 5.6.0
- Package Vendor: Keil
- http://www.keil.com/pack/Keil.STM32F0xx_DFP.2.0.0.pack
- Keil.STM32F0xx_DFP.2.0.0
- STMicroelectronics STM32F0 Series Device Support, Drivers and Examples
- <h2>Collection of Component include folders:</h2>
- .\RTE\_stm32_keyborad
- D:\Keil_v5\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include
- D:\Keil_v5\Arm\Packs\Keil\STM32F0xx_DFP\2.0.0\Drivers\CMSIS\Device\ST\STM32F0xx\Include
- <h2>Collection of Component Files used:</h2>
- * Component: ARM::CMSIS:CORE:5.6.0
- Include file: CMSIS\Core\Include\tz_context.h
- Build Time Elapsed: 00:00:05
- </pre>
- </body>
- </html>
|