µ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: sij k, jlk, LIC=X1ERA-1KZ13-GNDA5-GC01I-ILF2N-CVCA6
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: SARM.DLL V5.23
Dialog DLL: DARMP.DLL V1.53.0.0
Target DLL: UL2ARM.DLL V1.74.10.0
Dialog DLL: TARMP.DLL V1.53.0.0
Project:
E:\embedded\blog\lpc2148\ADC\code\adc.uvproj
Project File Date: 06/30/2017
Output:
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Target 1'
compiling adc.c...
lcd.h(83): warning: #1-D: last line of file ends without a newline
}
adc.c(23): warning: #61-D: integer operation result is out of range
while (!(
D0GDR&(1<<31))); // wait untill DONE bit is set
adc.c(23): warning: #68-D: integer conversion resulted in a change of sign
while (!(
D0GDR&(1<<31))); // wait untill DONE bit is set
adc.c(25): warning: #223-D: function "sprintf" declared implicitly
sprintf (chdata, "%04u", data); // convert the data
adc.c(29): warning: #1-D: last line of file ends without a newline
}
adc.c: 5 warnings, 0 errors
linking...
Program Size: Code=2428 RO-data=36 RW-data=0 ZI-data=1256
FromELF: creating hex file...
".\Objects\adc.axf" - 0 Error(s), 5 Warning(s).
Build Time Elapsed: 00:00:01