BE_VOILIER/Objects/ProjetVide.build_log.htm
2025-12-16 18:49:11 +01:00

94 lines
3.7 KiB
HTML

<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: µVision V5.43.1.0
Copyright (C) 2025 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Nicolas Tassin, insa, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.43.0.0
Toolchain Path: F:\travail\mdk\ARM\ARMCLANG\Bin
C Compiler: ArmClang.exe V6.24
Assembler: Armasm.exe V6.24
Linker/Locator: ArmLink.exe V6.24
Library Manager: ArmAr.exe V6.24
Hex Converter: FromElf.exe V6.24
CPU DLL: SARMCM3.DLL V5.43.0.0
Dialog DLL: DARMSTM.DLL V1.69.1.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.3.1.0
Dialog DLL: TARMSTM.DLL V1.67.1.0
<h2>Project:</h2>
C:\Users\T490s\Documents\GitHub\BE_VOILIER\ProjetVoilier.uvprojx
Project File Date: 12/16/2025
<h2>Output:</h2>
*** Using Compiler 'V6.24', folder: 'F:\travail\mdk\ARM\ARMCLANG\Bin'
Build target 'Simulation'
Pilotes/Source/Horloge.c(75): error: redefinition of 'TIM2_IRQHandler'
75 | void TIM2_IRQHandler(void) { //On redefinit le IRQHandler qui est d<E9>j<E0> 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 d<E9>j<E0> ecrit dans le code source
| ^
1 error generated.
compiling Horloge.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...
Application/principal.c(32): error: call to undeclared function 'initRTC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
32 | initRTC();
| ^
Application/principal.c(32): note: did you mean 'initI2C'?
./Pilotes/Include\I2C.h(2): note: 'initI2C' declared here
2 | void initI2C();
| ^
Application/principal.c(33): error: call to undeclared function 'getTime'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
33 | getTime();
| ^
2 errors generated.
compiling principal.c...
".\Objects\ProjetVide.axf" - 4 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
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
<h2>Collection of Component include folders:</h2>
./RTE/Device/STM32F103RB
./RTE/_Simulation
F:/travail/pack/ARM/CMSIS/6.2.0/CMSIS/Core/Include
F:/travail/pack/Keil/STM32F1xx_DFP/2.4.1/Device/Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE@6.1.1
* Component: Keil::Device:Startup@1.0.0
Source file: Device/Source/system_stm32f10x.c
Source file: Device/Source/ARM/STM32F1xx_OPT.s
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:01
</pre>
</body>
</html>