µVision Build Log
Tool Versions:
IDE-Version: µVision V5.42.0.0
Copyright (C) 2025 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: user user, INSA Toulouse, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.42.0.0
Toolchain Path: C:\Keil\542a\ARM\ARMCLANG\Bin
C Compiler: ArmClang.exe V6.23
Assembler: Armasm.exe V6.23
Linker/Locator: ArmLink.exe V6.23
Library Manager: ArmAr.exe V6.23
Hex Converter: FromElf.exe V6.23
CPU DLL: SARMCM3.DLL V5.42.0.0
Dialog DLL: DARMSTM.DLL V1.69.1.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.3.0.0
Dialog DLL: TARMSTM.DLL V1.67.1.0
Project:
U:\Documents\ProjetVoilier\BE_VOILIER\ProjetVoilier.uvprojx
Project File Date: 12/16/2025
Output:
*** Using Compiler 'V6.23', folder: 'C:\Keil\542a\ARM\ARMCLANG\Bin'
Rebuild target 'Simulation'
Pilotes/Source/Horloge.c(75): error: redefinition of 'TIM2_IRQHandler'
75 | void TIM2_IRQHandler(void) { //On redefinit le IRQHandler qui est dj ecrit dans le code source
| ^
Pilotes/Source/Horloge.c(33): note: previous definition is here
33 | void TIM2_IRQHandler(void) { //On redefinit le IRQHandler qui est dj ecrit dans le code source
| ^
1 error generated.
compiling Horloge.c...
compiling DriverGPIO.c...
Services/Source/Girouette.c(13): error: call to undeclared function 'Timer_init'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
13 | Timer_init(Timer, 0, 0);
| ^
Services/Source/Girouette.c(13): note: did you mean 'Timer_Init'?
./Pilotes/Include\Horloge.h(10): note: 'Timer_Init' declared here
10 | void Timer_Init(TIM_TypeDef *Timer, unsigned short Autoreload, unsigned short Prescaler);
| ^
1 error generated.
compiling Girouette.c...
compiling Servo.c...
compiling MyUart.c...
Application/principal.c(8): warning: In file included from...
./Pilotes/Include\RTC.h(4): error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
4 | initRTC();
| ^
| int
1 error generated.
compiling principal.c...
compiling Accelerometre.c...
compiling MYGPIO.c...
compiling PWM.c...
compiling I2C.c...
compiling system_stm32f10x.c...
assembling startup_stm32f10x_md.s...
".\Objects\ProjetVide.axf" - 3 Error(s), 0 Warning(s).
Software Packages used:
Package Vendor: ARM
https://www.keil.com/pack/ARM.CMSIS.6.2.0.pack
ARM::CMSIS@6.2.0
CMSIS (Common Microcontroller Software Interface Standard)
* Component: CORE Version: 6.1.1
Package Vendor: Keil
https://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.1.pack
Keil::STM32F1xx_DFP@2.4.1
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
* Component: Startup Version: 1.0.0
Collection of Component include folders:
./RTE/Device/STM32F103RB
./RTE/_Simulation
C:/ProgramData/Keil/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include
C:/ProgramData/Keil/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE@6.1.1
* Component: Keil::Device:Startup@1.0.0
Source file: Device/Source/ARM/STM32F1xx_OPT.s
Source file: Device/Source/system_stm32f10x.c
Include file: RTE_Driver/Config/RTE_Device.h
Source file: Device/Source/ARM/startup_stm32f10x_md.s
Target not created.
Build Time Elapsed: 00:00:02