µ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: 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

Project:

C:\Users\robin\OneDrive\Documents\Dev\Projet-Voilier-3\projet-voilier\projet-voilier.uvprojx Project File Date: 04/11/2023

Output:

*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' Rebuild target 'reel' compiling Driver_UART.c... src/main.c(21): warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] while(!MyGPIO_Read(Gir_IDX.GPIO, 9) != 0); ^ ~~ src/main.c(21): note: add parentheses after the '!' to evaluate the comparison first while(!MyGPIO_Read(Gir_IDX.GPIO, 9) != 0); ^ ( ) src/main.c(21): note: add parentheses around left hand side expression to silence this warning while(!MyGPIO_Read(Gir_IDX.GPIO, 9) != 0); ^ ( ) src/main.c(139): warning: implicitly declaring library function 'abs' with type 'int (int)' [-Wimplicit-function-declaration] MyTimer_SetPWMDutyCycle(&PWM_PLATEAU, abs(tc)); ^ src/main.c(139): note: include the header or explicitly provide a declaration for 'abs' src/main.c(144): 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(144): note: include the header or explicitly provide a declaration for 'sprintf' 3 warnings generated. compiling main.c... compiling App_girouette.c... compiling App_Orientation.c... compiling Driver_GPIO.c... compiling Driver_ADC.c... compiling Driver_Timer.c... assembling startup_stm32f10x_md.s... compiling system_stm32f10x.c... linking... Program Size: Code=7192 RO-data=280 RW-data=16 ZI-data=1032 ".\Objects\projet-voilier_reel.axf" - 0 Error(s), 3 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 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

Collection of Component include folders:

./RTE/Device/STM32F103RB ./RTE/_reel 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

Collection of Component Files used:

* 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