| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.11.2.0
- Copyright (C) 2014 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: kinve Microsoft, Microsoft, LIC=BU374-FWIVR-93SMA-1PZIT-70GQJ-0IN6R
-
- Tool Versions:
- Toolchain: PK51 Prof. Developers Kit Version: 9.53.0.0
- Toolchain Path: D:\Keil_v5\C51\BIN
- C Compiler: C51.exe V9.53.0.0
- Assembler: A51.exe V8.02b
- Linker/Locator: BL51.exe V6.22
- Library Manager: LIB51.exe V4.30.0.2
- Hex Converter: OH51.exe V2.7.0.0
- CPU DLL: S8051.DLL V3.95.0.0
- Dialog DLL: DP51.DLL V2.62.0.1
- Target DLL: Nuvoton_8051_Keil_uVision_Driver.dll V1.09
- Dialog DLL: TP51.DLL V2.58
-
- <h2>Project:</h2>
- G:\Kinve\N76E003\code\Home_Light\Home_Light_V0.1\project\keil\Home_Light.uvproj
- Project File Date: 09/29/2018
- <h2>Output:</h2>
- Rebuild target 'Home_Light'
- User command #1: G:\Kinve\N76E003\code\Home_Light\Home_Light_V0.1\project\keil\ProduceVersion.bat
- 11:45
- 1809301145
- assembling STARTUP.A51...
- compiling Delay.c...
- compiling Interrupt.c...
- compiling Common.c...
- compiling PackData.c...
- compiling Timer.c...
- compiling Flash.c...
- compiling nRF24L01_API.c...
- compiling DHT11.c...
- compiling Keys.c...
- compiling Main.c...
- linking...
- Program Size: data=15.1 xdata=549 code=10922
- creating hex file from ".\Output\Home_Light"...
- ".\Output\Home_Light" - 0 Error(s), 0 Warning(s).
- Load "G:\\Kinve\\N76E003\\code\\Home_Light\\Home_Light_V0.1\\project\\keil\\Output\\Home_Light"
- Flash Erase Done.
- Flash Write Done: 10922 bytes programmed.
- Flash Verify Done: 10922 bytes verified.
- Load "G:\\Kinve\\N76E003\\code\\Home_Light\\Home_Light_V0.1\\project\\keil\\Output\\Home_Light"
- Flash Erase Done.
- Flash Write Done: 10922 bytes programmed.
- Flash Verify Done: 10922 bytes verified.
- ..
- ".\Output\Home_Light" - 0 Error(s), 4 Warning(s).
- ndefined identifier
- ..\..\Code\User\Driver\Keys.c(39): error C202: 'i': undefined identifier
- ..\..\Code\User\Driver\Keys.c(44): error C202: 'i': undefined identifier
- compiling Main.c...
- Target not created.
|