Projet-Voilier-3/projet-voilier/Objects/projet-voilier.build_log.htm
2023-04-11 15:03:30 +02:00

96 lines
4 KiB
HTML

<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: µVision V5.38.0.0
Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Robin M, INSA, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.38.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin
C Compiler: ArmClang.exe V6.19
Assembler: Armasm.exe V6.19
Linker/Locator: ArmLink.exe V6.19
Library Manager: ArmAr.exe V6.19
Hex Converter: FromElf.exe V6.19
CPU DLL: SARMCM3.DLL V5.38.0.0
Dialog DLL: DARMSTM.DLL V1.69.1.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.1.0.0
Dialog DLL: TARMSTM.DLL V1.67.1.0
<h2>Project:</h2>
C:\Users\robin\OneDrive\Documents\Dev\Projet-Voilier-3\projet-voilier\projet-voilier.uvprojx
Project File Date: 04/11/2023
<h2>Output:</h2>
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'sim'
src/main.c(122): warning: incompatible pointer types passing 'MyGPIO_Struct_TypeDef *' to parameter of type 'GPIO_TypeDef *' [-Wincompatible-pointer-types]
MyGPIO_Set(&DirPlateau, 9);
^~~~~~~~~~~
../driver\Driver_GPIO.h(22): note: passing argument to parameter 'GPIO' here
void MyGPIO_Set ( GPIO_TypeDef * GPIO , char GPIO_Pin ) ;
^
src/main.c(124): warning: incompatible pointer types passing 'MyGPIO_Struct_TypeDef *' to parameter of type 'GPIO_TypeDef *' [-Wincompatible-pointer-types]
MyGPIO_Reset(&DirPlateau, 9);
^~~~~~~~~~~
../driver\Driver_GPIO.h(23): note: passing argument to parameter 'GPIO' here
void MyGPIO_Reset ( GPIO_TypeDef * GPIO , char GPIO_Pin ) ;
^
src/main.c(127): warning: implicitly declaring library function 'abs' with type 'int (int)' [-Wimplicit-function-declaration]
MyTimer_SetPWMDutyCycle(&PWM_PLATEAU, abs(tc));
^
src/main.c(127): note: include the header <stdlib.h> or explicitly provide a declaration for 'abs'
src/main.c(132): warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' [-Wimplicit-function-declaration]
sprintf(str, "Dir: %f deg", (float)dir);
^
src/main.c(132): note: include the header <stdio.h> or explicitly provide a declaration for 'sprintf'
4 warnings generated.
compiling main.c...
compiling App_girouette.c...
compiling Driver_GPIO.c...
compiling App_Orientation.c...
compiling Driver_ADC.c...
compiling Driver_UART.c...
compiling Driver_Timer.c...
assembling startup_stm32f10x_md.s...
compiling system_stm32f10x.c...
linking...
Program Size: Code=6980 RO-data=444 RW-data=16 ZI-data=1640
".\Objects\projet-voilier.axf" - 0 Error(s), 4 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.STM32F1xx_DFP.2.4.0.pack
Keil.STM32F1xx_DFP.2.4.0
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/_sim
C:/Users/robin/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include
C:/Users/robin/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.0/Device/Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.6.0
* Component: Keil::Device:Startup:1.0.0
Source file: Device/Source/ARM/startup_stm32f10x_md.s
Source file: Device/Source/system_stm32f10x.c
Include file: RTE_Driver/Config/RTE_Device.h
Source file: Device/Source/ARM/STM32F1xx_OPT.s
Build Time Elapsed: 00:00:01
</pre>
</body>
</html>