µVision Build Log
Tool Versions:
IDE-Version: £gVision V5.24.0.0
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: 123 Microsoft, Microsoft, LIC=LSNX7-EHMU3-LQ00Q-N2GL8-X3RTJ-0KM6A
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.24.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 5 (build 528)
Assembler: Armasm.exe V5.06 update 5 (build 528)
Linker/Locator: ArmLink.exe V5.06 update 5 (build 528)
Library Manager: ArmAr.exe V5.06 update 5 (build 528)
Hex Converter: FromElf.exe V5.06 update 5 (build 528)
CPU DLL: SARMCM3.DLL V5.24.0.0
Dialog DLL: DARMCM1.DLL V1.18.0.0
Target DLL: NULink\Nu_Link.dll V2.05
Dialog DLL: TARMCM1.DLL V1.13.0.0
Project:
C:\EXAMPL~1\FY_M05~1\EC_M05~1.00\EC_M05~1.00\SAMPLE~1\EXAMPL~1\MEASUR~1\KEIL\Measure_Internal_Temperature_Sensor.uvproj
Project File Date: 07/10/2019
Output:
*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'Measure_Internal_Temperature_Sensor'
creating preprocessor file for system_M051Series.c...
assembling startup_M051Series.s...
creating preprocessor file for main.c...
creating preprocessor file for uart.c...
compiling system_M051Series.c...
creating preprocessor file for retarget.c...
compiling main.c...
..\main.c(19): warning: #192-D: unrecognized character escape sequence
char ai8TemperatureUnit[] = "\u2103"; //Degree Celsies encode
..\main.c(163): warning: #192-D: unrecognized character escape sequence
printf("Conversion result of channel %d: 0x%X (%.2f %s)\n", 7, i32ConversionData, dTempData,
egee);
..\main.c: 2 warnings, 0 errors
creating preprocessor file for clk.c...
compiling uart.c...
creating preprocessor file for sys.c...
compiling retarget.c...
compiling clk.c...
creating preprocessor file for adc.c...
compiling sys.c...
compiling adc.c...
linking...
Program Size: Code=6124 RO-data=524 RW-data=20 ZI-data=532
After Build - User command #1: fromelf --bin ".\obj\Measure_Internal_Temperature_Sensor.axf" --output ".\obj\Measure_Internal_Temperature_Sensor.bin"
After Build - User command #2: fromelf --text -c ".\obj\Measure_Internal_Temperature_Sensor.axf" --output ".\obj\Measure_Internal_Temperature_Sensor.txt"
".\obj\Measure_Internal_Temperature_Sensor.axf" - 0 Error(s), 2 Warning(s).
Build Time Elapsed: 00:00:06