µVision Build Log
Tool Versions:
IDE-Version: µVision V5.23.0.0
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: kj k, jlkj, LIC=KIVRA-1PA4Y-TLHCD-8KSXM-2ZWP9-JCWG4
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.23
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 4 (build 422)
Assembler: Armasm.exe V5.06 update 4 (build 422)
Linker/Locator: ArmLink.exe V5.06 update 4 (build 422)
Library Manager: ArmAr.exe V5.06 update 4 (build 422)
Hex Converter: FromElf.exe V5.06 update 4 (build 422)
CPU DLL: SARMCM3.DLL V5.23
Dialog DLL: DCM.DLL V1.15.0.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V2.0.18.0
Dialog DLL: TCM.DLL V1.27.0.0
Project:
E:\embedded\ARM F103\DOT-MATRIX\led-dot-matrix\MDK-ARM\led-dot-matrix.uvprojx
Project File Date: 01/09/2019
Output:
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'led-dot-matrix'
compiling main.c...
../Src/main.c(124): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin (
PIOA,
PIO_PIN_5, 0); // pull the clock pin low
../Src/main.c(125): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin (
PIOA,
PIO_PIN_7, byte&0x80); // write the MSB bit to the data pin
../Src/main.c(127): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin (
PIOA,
PIO_PIN_5, 1); // pull the clock pin HIGH
../Src/main.c(133): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin (
PIOA,
PIO_PIN_6, 0); // pull the CS pin LOW
../Src/main.c(136): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin (
PIOA,
PIO_PIN_6, 1); // pull the CS pin HIGH
../Src/main.c: 5 warnings, 0 errors
linking...
Program Size: Code=2868 RO-data=284 RW-data=320 ZI-data=1024
FromELF: creating hex file...
"led-dot-matrix\led-dot-matrix.axf" - 0 Error(s), 5 Warning(s).
Software Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.3.0.pack
ARM::CMSIS:CORE:5.1.1
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.1.1
Collection of Component include folders:
.\RTE\_led-dot-matrix
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.3.0\CMSIS\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:5.1.1
Build Time Elapsed: 00:00:02