µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.38.0.0 Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: xu kaiming, HP Inc., LIC=65ISZ-J98KT-Z9PG9-4EL3Q-RM73N-3K9AU Tool Versions: Toolchain: MDK-ARM Plus Version: 5.38.0.0 Toolchain Path: d:\Keil\ARM\ARM_Compiler_5.06u7\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.38.0.0 Dialog DLL: DCM.DLL V1.17.5.0 Target DLL: Segger\JL2CM3.dll V2.99.42.0 Dialog DLL: TCM.DLL V1.56.4.0Project:
D:\1.Project\git\Systick_Pendsv_SVC\Systick_Pendsv_SVC.uvprojx Project File Date: 07/15/2024Output:
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'd:\Keil\ARM\ARM_Compiler_5.06u7\Bin' Rebuild target 'Target 1' compiling retarget_io.c... D:/Keil/ARM/Packs/Keil/ARM_Compiler/1.7.2/Source/retarget_io.c(167): warning: #177-D: variable "cchar" was declared but never referenced char cchar = (char)ch; D:/Keil/ARM/Packs/Keil/ARM_Compiler/1.7.2/Source/retarget_io.c: 1 warning, 0 errors compiling stm32f4xx_it.c... compiling main.c... src\main.c(165): warning: #550-D: variable "CPU_Sn0" was set but never used uint32_t CPU_Sn0, CPU_Sn1, CPU_Sn2; src\main.c(165): warning: #550-D: variable "CPU_Sn1" was set but never used uint32_t CPU_Sn0, CPU_Sn1, CPU_Sn2; src\main.c(165): warning: #550-D: variable "CPU_Sn2" was set but never used uint32_t CPU_Sn0, CPU_Sn1, CPU_Sn2; src\main.c: 3 warnings, 0 errors compiling stm32f4xx_hal_cortex.c... compiling EventRecorder.c... assembling startup_stm32f407xx.s... compiling stm32f4xx_hal_pwr_ex.c... compiling stm32f4xx_hal_rcc_ex.c... compiling stm32f4xx_hal_gpio.c... compiling stm32f4xx_hal.c... compiling stm32f4xx_hal_pwr.c... compiling stm32f4xx_hal_exti.c... compiling stm32f4xx_hal_rcc.c... compiling system_stm32f4xx.c... linking... Program Size: Code=624 RO-data=448 RW-data=4 ZI-data=2660 ".\Objects\Systick_Pendsv_SVC.axf" - 0 Error(s), 4 Warning(s).Software Packages used:
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 https://www.keil.com/pack/Keil.ARM_Compiler.1.7.2.pack Keil.ARM_Compiler.1.7.2 Keil ARM Compiler extensions for ARM Compiler 5 and ARM Compiler 6 * Component: Event Recorder Variant: DAP Version: 1.5.1 * Component: STDOUT Variant: ITM Version: 1.2.0 Package Vendor: Keil https://www.keil.com/pack/Keil.STM32F4xx_DFP.2.17.1.pack Keil.STM32F4xx_DFP.2.17.1 STMicroelectronics STM32F4 Series Device Support, Drivers and Examples * Component: STM32Cube Framework Version: 1.0.0 * Component: Classic Version: 1.8.1 * Component: Common Version: 1.8.1 * Component: Cortex Version: 1.8.1 * Component: EXTI Version: 1.8.1 * Component: GPIO Version: 1.8.1 * Component: PWR Version: 1.8.1 * Component: RCC Version: 1.8.1 * Component: Startup Version: 2.6.3Collection of Component include folders:
./RTE/Compiler ./RTE/Device/STM32F407ZGTx ./RTE/_Target_1 D:/Keil/ARM/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include D:/Keil/ARM/Packs/Keil/ARM_Compiler/1.7.2/Include D:/Keil/ARM/Packs/Keil/STM32F4xx_DFP/2.17.1/Drivers/CMSIS/Device/ST/STM32F4xx/Include D:/Keil/ARM/Packs/Keil/STM32F4xx_DFP/2.17.1/Drivers/STM32F4xx_HAL_Driver/IncCollection of Component Files used:
* Component: ::Device:STM32Cube Framework:1.0.0 (API) * Component: ARM::CMSIS:CORE:5.6.0 * Component: Keil.ARM Compiler::Compiler:Event Recorder:DAP:1.5.1 Include file: Include/EventRecorder.h Include file: Config/EventRecorderConf.h Source file: Source/EventRecorder.c * Component: Keil.ARM Compiler::Compiler:I/O:STDOUT:ITM:1.2.0 Source file: Source/retarget_io.c * Component: Keil::Device:STM32Cube Framework:Classic:1.8.1 Include file: CMSIS/Driver/Config/RTE_Device.h Include file: MDK/Templates/Inc/stm32f4xx_it.h Source file: MDK/Templates/Src/stm32f4xx_it.c Include file: MDK/Templates/Inc/stm32f4xx_hal_conf.h Source file: MDK/Templates/Src/stm32f4xx_hal_msp.c Include file: MDK/Templates/Inc/main.h Source file: MDK/Templates/Src/main.c Source file: MDK/Templates_LL/Src/main.c Include file: MDK/Templates_LL/Inc/main.h * Component: Keil::Device:STM32Cube HAL:Common:1.8.1 Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c Include file: Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h * Component: Keil::Device:STM32Cube HAL:Cortex:1.8.1 Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c * Component: Keil::Device:STM32Cube HAL:EXTI:1.8.1 Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c * Component: Keil::Device:STM32Cube HAL:GPIO:1.8.1 Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c * Component: Keil::Device:STM32Cube HAL:PWR:1.8.1 Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c * Component: Keil::Device:STM32Cube HAL:RCC:1.8.1 Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c Source file: Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c * Component: Keil::Device:Startup:2.6.3 Source file: MDK/Device/Source/ARM/STM32F4xx_OTP.s Source file: MDK/Device/Source/ARM/STM32F40xxx_41xxx_OPT.s Source file: Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s Include file: Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h Source file: Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c Build Time Elapsed: 00:00:06