64 lines
2.5 KiB
HTML
64 lines
2.5 KiB
HTML
<html>
|
|
<body>
|
|
<pre>
|
|
<h1>礦ision Build Log</h1>
|
|
<h2>Tool Versions:</h2>
|
|
IDE-Version: μVision V5.23.0.0
|
|
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
|
License Information: Microsoft, Microsoft, LIC=D0DTG-V164K-V1NP8-3FC2P-BNK0Y-B5AVJ
|
|
|
|
Tool Versions:
|
|
Toolchain: MDK-ARM Plus 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: SARMCM3.DLL V5.23
|
|
Dialog DLL: DCM.DLL V1.15.0.0
|
|
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V2.0.18.0
|
|
Dialog DLL: TCM.DLL V1.27.0.0
|
|
|
|
<h2>Project:</h2>
|
|
D:\Desktop\H750\H750例程-HAL库\例4 外部中断\USER\TEST.uvprojx
|
|
Project File Date: 08/23/2019
|
|
|
|
<h2>Output:</h2>
|
|
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
|
Build target 'TEST'
|
|
compiling exti.c...
|
|
..\HARDWARE\EXTI\exti.c(92): error: #20: identifier "WK_UP" is undefined
|
|
if(WK_UP==1) //控制LED0,LED1互斥点亮
|
|
..\HARDWARE\EXTI\exti.c(96): warning: #223-D: function "LED1" declared implicitly
|
|
LED1(led1sta);
|
|
..\HARDWARE\EXTI\exti.c(97): warning: #223-D: function "LED0" declared implicitly
|
|
LED0(led0sta);
|
|
..\HARDWARE\EXTI\exti.c(104): warning: #223-D: function "LED1" declared implicitly
|
|
LED1(led1sta);
|
|
..\HARDWARE\EXTI\exti.c(108): error: #20: identifier "KEY0" is undefined
|
|
if(KEY0==0) //同时控制LED0,LED1翻转
|
|
..\HARDWARE\EXTI\exti.c(112): warning: #223-D: function "LED1" declared implicitly
|
|
LED1(led1sta);
|
|
..\HARDWARE\EXTI\exti.c(113): warning: #223-D: function "LED0" declared implicitly
|
|
LED0(led0sta);
|
|
..\HARDWARE\EXTI\exti.c(121): warning: #223-D: function "LED0" declared implicitly
|
|
LED0(led0sta);
|
|
..\HARDWARE\EXTI\exti.c: 6 warnings, 2 errors
|
|
compiling main.c...
|
|
main.c(24): warning: #223-D: function "LED0" declared implicitly
|
|
LED0(0); //先点亮红灯
|
|
main.c: 1 warning, 0 errors
|
|
"..\OBJ\Template.axf" - 2 Error(s), 7 Warning(s).
|
|
|
|
<h2>Collection of Component include folders:</h2>
|
|
.\RTE\_TEST
|
|
C:\Keil_v5\ARM\PACK\Keil\STM32H7xx_DFP\2.3.0\Drivers\CMSIS\Device\ST\STM32H7xx\Include
|
|
|
|
<h2>Collection of Component Files used:</h2>
|
|
Target not created.
|
|
Build Time Elapsed: 00:00:01
|
|
</pre>
|
|
</body>
|
|
</html>
|