µVision Build Log
Tool Versions:
IDE-Version: µVision V5.16a
Copyright (C) 2015 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Mm Pp, Xx, LIC=EPPBS-L3XJP-9XXUW-Q0NIQ-M43U7-3ZSR3
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.16a
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 (build 20)
Assembler: Armasm.exe V5.06 (build 20)
Linker/Locator: ArmLink.exe V5.06 (build 20)
Library Manager: ArmAr.exe V5.06 (build 20)
Hex Converter: FromElf.exe V5.06 (build 20)
CPU DLL: SARMCM3.DLL V5.16a
Dialog DLL: DARMCM1.DLL V1.12.0.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V2.0.17.0
Dialog DLL: TARMCM1.DLL V1.9.0.0
Project:
C:\ARM\STM32CubeMX\MIDI-SPI\Alarm\MDK-ARM\Alarm.uvprojx
Project File Date: 07/24/2017
Output:
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Alarm'
compiling main.c...
../Src/main.c(530): warning: #177-D: variable "pm" was declared but never referenced
uint32_t pm, pm2;
../Src/main.c(530): warning: #177-D: variable "pm2" was declared but never referenced
uint32_t pm, pm2;
../Src/main.c(531): warning: #177-D: variable "p" was declared but never referenced
char p;
../Src/main.c(690): warning: #61-D: integer operation result is out of range
PIOA->BSRR =
PIO_PIN_15 << 16; //Wylacz podswietlenie
../Src/main.c(690): warning: #68-D: integer conversion resulted in a change of sign
PIOA->BSRR =
PIO_PIN_15 << 16; //Wylacz podswietlenie
../Src/main.c(697): warning: #61-D: integer operation result is out of range
PIOC->BSRR =
PIO_PIN_15 << 16; //Wylacz przetwornice BOOST
../Src/main.c(697): warning: #68-D: integer conversion resulted in a change of sign
PIOC->BSRR =
PIO_PIN_15 << 16; //Wylacz przetwornice BOOST
../Src/main.c(721): warning: #61-D: integer operation result is out of range
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(721): warning: #68-D: integer conversion resulted in a change of sign
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(729): warning: #61-D: integer operation result is out of range
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(729): warning: #68-D: integer conversion resulted in a change of sign
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(754): warning: #61-D: integer operation result is out of range
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(754): warning: #68-D: integer conversion resulted in a change of sign
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(757): warning: #61-D: integer operation result is out of range
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c(757): warning: #68-D: integer conversion resulted in a change of sign
PIOA->BSRR =
PIO_PIN_15 << 16;
../Src/main.c: 15 warnings, 0 errors
linking...
Program Size: Code=16088 RO-data=260 RW-data=64 ZI-data=1480
"Alarm\Alarm.axf" - 0 Error(s), 15 Warning(s).
Software Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.4.5.0.pack
ARM::CMSIS:CORE:4.3.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 4.3.0
Collection of Component include folders:
C:\ARM\STM32CubeMX\MIDI-SPI\Alarm\MDK-ARM\RTE
C:\Keil_v5\ARM\PACK\ARM\CMSIS\4.5.0\CMSIS\Include
C:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\1.5.0\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:4.3.0
Build Time Elapsed: 00:00:02