µVision Build Log
Tool Versions:
IDE-Version: µVision V5.12.0.0
Copyright (C) 2014 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: mahmoud hd, mhd sol, LIC=Z3C45-GGXUG-F0QN5-G7RA5-LA2NQ-M3D0C
Tool Versions:
Toolchain: MDK-ARM Professional Version: 5.12.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.05 (build 41)
Assembler: Armasm.exe V5.05 (build 41)
Linker/Locator: ArmLink.exe V5.05 (build 41)
Library Manager: ArmAr.exe V5.05 (build 41)
Hex Converter: FromElf.exe V5.05 (build 41)
CPU DLL: SARMCM3.DLL V5.12.0.0
Dialog DLL: DCM.DLL V1.13.0.0
Target DLL: Segger\JL2CM3.dll
Dialog DLL: TCM.DLL V1.14.2.0
Project:
C:\Users\F.HD\Desktop\Cash\GLCD\GLCD\project\gpio.uvprojx
Project File Date: 11/12/2014
Output:
Build target 'Target 1'
compiling main.c...
..\lib\font.h(30): warning: #1-D: last line of file ends without a newline
..\lib\font.h(1): error: #37: the #endif for this directive is missing
#ifndef Font_Lib
..\lib\glcd.h(45): error: #29: expected an expression
unsigned char prevLet = 193;
..\lib\glcd.h(45): error: #67: expected a "}"
unsigned char prevLet = 193;
..\lib\glcd.h(688): error: #20: identifier "prevLet" is undefined
if((c >= 193) && (prevLet >= 193) && (map[prevLet-193][5]) && (map[c-193][4]))
..\lib\glcd.h(688): error: #20: identifier "map" is undefined
if((c >= 193) && (prevLet >= 193) && (map[prevLet-193][5]) && (map[c-193][4]))
..\lib\glcd.h(759): error: #20: identifier "prevLet" is undefined
prevLet = 193;
..\lib\main.c: 1 warning, 6 errors
".\gpio.axf" - 6 Error(s), 1 Warning(s).
Software Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.4.2.0.pack
ARM::CMSIS:CORE:3.40.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 3.40.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F1xx_DFP.1.0.5.pack
Keil::Device:Startup:1.0.0
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
* Component: Startup Version: 1.0.0
Collection of Component include folders:
C:\Users\F.HD\Desktop\Cash\GLCD\GLCD\project\RTE
C:\Users\F.HD\Desktop\Cash\GLCD\GLCD\project\RTE\Device\STM32F103RE
C:\Keil_v5\ARM\PACK\ARM\CMSIS\4.2.0\CMSIS\Include
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\1.0.5\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:3.40.0
Source file: CMSIS\UserCodeTemplates\ARM\ITM_Retarget.c
* Component: Keil::Device:Startup:1.0.0
Source file: Device\Source\ARM\startup_stm32f10x_hd.s
Source file: Device\Source\ARM\STM32F1xx_OPT.s
Source file: Device\Source\system_stm32f10x.c
Include file: RTE_Driver\Config\RTE_Device.h
Target not created.