-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.build_log.htm
74 lines (65 loc) · 2.42 KB
/
sample.build_log.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: µVision V5.24.2.0
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Carlos Peña, Politecnico, LIC=----
Tool Versions:
Toolchain: MDK-Lite Version: 5.24.1
Toolchain Path: C:\Keil_P\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.1
Dialog DLL: DARMP1.DLL V1.27.0.0
Target DLL: UL2CM3.DLL V1.160.3.0
Dialog DLL: TARMP1.DLL V1.26.0.0
<h2>Project:</h2>
C:\Users\Roberth\Documents\11 Polito 1\Computer Arquitectures\Proyecto\Escritorio\Snake (20Mayo2018)\Snake\sample.uvprojx
Project File Date: 03/07/2018
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_P\ARM\ARMCC\Bin'
Rebuild target 'Target 1'
assembling startup_LPC17xx.s...
compiling core_cm3.c...
compiling sample.c...
compiling system_LPC17xx.c...
compiling IRQ.c...
compiling GLCD_SPI_LPC1700.c...
compiling lib_button.c...
compiling IRQ_button.c...
compiling IRQ_potenciometer.c...
compiling Lib_potenciometer.c...
compiling joystick.c...
compiling funct_timer.c...
compiling IRQ_timer.c...
compiling lib_timer.c...
compiling lib_movement.c...
compiling menu.c...
linking...
Program Size: Code=13546 RO-data=6542 RW-data=276 ZI-data=836
".\sample.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.2.0.pack
ARM.CMSIS.5.2.0
CMSIS (Cortex Microcontroller Software Interface Standard)
* Component: CORE Version: 5.0.2
Package Vendor: Keil
http://www.keil.com/pack/Keil.LPC1700_DFP.2.4.0.pack
Keil.LPC1700_DFP.2.4.0
NXP LPC1700 Series Device Support, Drivers and Examples for MCB1700 and LPC1788-32
<h2>Collection of Component include folders:</h2>
.\RTE\_Target_1
C:\Keil_P\ARM\PACK\ARM\CMSIS\5.2.0\CMSIS\Include
C:\Keil_P\ARM\PACK\Keil\LPC1700_DFP\2.4.0\Device\Include
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.0.2
Build Time Elapsed: 00:00:09
</pre>
</body>
</html>