finished Task
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<html>
|
||||
<body>
|
||||
<pre>
|
||||
<h1>µVision Build Log</h1>
|
||||
<h2>Tool Versions:</h2>
|
||||
IDE-Version: µVision V5.37.0.0
|
||||
Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
||||
License Information: Roman Schenk, ZHAW, LIC=----
|
||||
|
||||
Tool Versions:
|
||||
Toolchain: MDK-Lite Version: 5.37.0.0
|
||||
Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin
|
||||
C Compiler: ArmClang.exe V6.18
|
||||
Assembler: Armasm.exe V6.18
|
||||
Linker/Locator: ArmLink.exe V6.18
|
||||
Library Manager: ArmAr.exe V6.18
|
||||
Hex Converter: FromElf.exe V6.18
|
||||
CPU DLL: SARMCM3.DLL V5.37.0.0
|
||||
Dialog DLL: DARMCM1.DLL V1.19.6.0
|
||||
Target DLL: UL2CM3.DLL V1.164.7.0
|
||||
Dialog DLL: TARMCM1.DLL V1.14.6.0
|
||||
|
||||
<h2>Project:</h2>
|
||||
C:\Users\roman\Documents\CT-Lab1-Project\CT-Lab1-Project.uvprojx
|
||||
Project File Date: 09/23/2022
|
||||
|
||||
<h2>Output:</h2>
|
||||
*** Using Compiler 'V6.18', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
|
||||
Build target 'Target 1'
|
||||
linking...
|
||||
.\Objects\CT-Lab1-Project.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.
|
||||
.\Objects\CT-Lab1-Project.axf: Warning: L6320W: Ignoring --first command. Cannot find argument '__Vectors'.
|
||||
Not enough information to list image symbols.
|
||||
Not enough information to list load addresses in the image map.
|
||||
Finished: 2 information, 1 warning and 1 error messages.
|
||||
".\Objects\CT-Lab1-Project.axf" - 1 Error(s), 1 Warning(s).
|
||||
|
||||
<h2>Software Packages used:</h2>
|
||||
|
||||
Package Vendor: InES
|
||||
https://ennis.zhaw.ch/pack/InES.CTBoard14_DFP.4.0.2.pack
|
||||
InES.CTBoard14_DFP.4.0.2
|
||||
CT Board 14 (STM32F429ZI) Device Support
|
||||
|
||||
<h2>Collection of Component include folders:</h2>
|
||||
|
||||
<h2>Collection of Component Files used:</h2>
|
||||
Target not created.
|
||||
Build Time Elapsed: 00:00:00
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
--cpu Cortex-M0
|
||||
".\objects\utils_ctboard.o"
|
||||
".\objects\task.o"
|
||||
--ro-base 0x08000000 --entry 0x08000000 --rw-base 0x20000000 --entry Reset_Handler --first __Vectors --strict --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
|
||||
--info sizes --info totals --info unused --info veneers
|
||||
--list ".\Listings\CT-Lab1-Project.map" -o .\Objects\CT-Lab1-Project.axf
|
||||
@@ -0,0 +1,6 @@
|
||||
Dependencies for Project 'CT-Lab1-Project', Target 'Target 1': (DO NOT MODIFY !)
|
||||
CompilerVersion: 6180000::V6.18::ARMCLANG
|
||||
F (.\utils_ctboard.c)(0x613F3541)(-xc -std=c90 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c
|
||||
|
||||
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
-xc -std=c90 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c
|
||||
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
|
||||
-D__EVAL -gdwarf-4 -O0 -ffunction-sections -Weverything -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier
|
||||
-D__UVISION_VERSION="537"
|
||||
-o ./objects/task.o -MD "Task.c"
|
||||
@@ -0,0 +1,2 @@
|
||||
./objects/task.o: Task.c utils_ctboard.h \
|
||||
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
./objects/utils_ctboard.o: utils_ctboard.c \
|
||||
C:\Keil_v5\ARM\ARMCLANG\Bin\..\include\stdint.h utils_ctboard.h
|
||||
Binary file not shown.
Reference in New Issue
Block a user