µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.36.0.0 Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: dan shu, ShiLide, LIC=X96CK-ZCF23-30ANC-7RXC2-BLK2V-25C1K Tool Versions: Toolchain: MDK-ARM Plus Version: 5.36.0.0 Toolchain Path: C:\Keil_v5\ARM\ARMCC\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.36.0.0 Dialog DLL: DCM.DLL V1.17.3.0 Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0 Dialog DLL: TCM.DLL V1.53.0.0Project:
D:\my_work\work_stm32\test_lcd_12864_1\test_switch_pwm_3\test_timer_uart.uvprojx Project File Date: 10/03/2021Output:
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'test_timer_uart' compiling main.c... main.c(167): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_8,(data & 0x1) >> 0); main.c(168): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_9,(data & 0x2) >> 1); main.c(169): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_10,(data & 0x4) >> 2); main.c(170): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_11,(data & 0x8) >> 3); main.c(171): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_12,(data & 0x10) >> 4); main.c(172): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_13,(data & 0x20) >> 5); main.c(173): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_14,(data & 0x40) >> 6); main.c(174): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_15,(data & 0x80) >> 7); main.c(136): warning: #177-D: variable "i" was declared but never referenced int i; main.c(231): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_8,(data & 0x1) >> 0); main.c(232): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_9,(data & 0x2) >> 1); main.c(233): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_10,(data & 0x4) >> 2); main.c(234): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_11,(data & 0x8) >> 3); main.c(235): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_12,(data & 0x10) >> 4); main.c(236): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_13,(data & 0x20) >> 5); main.c(237): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_14,(data & 0x40) >> 6); main.c(238): warning: #188-D: enumerated type mixed with another type GPIO_WriteBit(GPIOA,GPIO_Pin_15,(data & 0x80) >> 7); main.c(202): warning: #177-D: variable "i" was declared but never referenced int i; main.c(310): warning: #177-D: variable "i" was declared but never referenced int i, j; main.c(310): warning: #177-D: variable "j" was declared but never referenced int i, j; main.c(445): warning: #111-D: statement is unreachable return 0; main.c: 21 warnings, 0 errors linking... Program Size: Code=1928 RO-data=268 RW-data=48 ZI-data=1632 FromELF: creating hex file... ".\Objects\test_timer_uart.axf" - 0 Error(s), 21 Warning(s).Software Packages used:
Package Vendor: Keil http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.3.0.pack Keil.STM32F1xx_DFP.2.3.0 STMicroelectronics STM32F1 Series Device Support, Drivers and ExamplesCollection of Component include folders:
C:\Users\Admin2\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\IncludeCollection of Component Files used:
Build Time Elapsed: 00:00:02