Home_Light.build_log.htm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.11.2.0
  7. Copyright (C) 2014 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: kinve Microsoft, Microsoft, LIC=BU374-FWIVR-93SMA-1PZIT-70GQJ-0IN6R
  9. Tool Versions:
  10. Toolchain: PK51 Prof. Developers Kit Version: 9.53.0.0
  11. Toolchain Path: D:\Keil_v5\C51\BIN
  12. C Compiler: C51.exe V9.53.0.0
  13. Assembler: A51.exe V8.02b
  14. Linker/Locator: BL51.exe V6.22
  15. Library Manager: LIB51.exe V4.30.0.2
  16. Hex Converter: OH51.exe V2.7.0.0
  17. CPU DLL: S8051.DLL V3.95.0.0
  18. Dialog DLL: DP51.DLL V2.62.0.1
  19. Target DLL: Nuvoton_8051_Keil_uVision_Driver.dll V1.09
  20. Dialog DLL: TP51.DLL V2.58
  21. <h2>Project:</h2>
  22. G:\Kinve\N76E003\code\Home_Light\Home_Light_V0.1\project\keil\Home_Light.uvproj
  23. Project File Date: 09/29/2018
  24. <h2>Output:</h2>
  25. Rebuild target 'Home_Light'
  26. User command #1: G:\Kinve\N76E003\code\Home_Light\Home_Light_V0.1\project\keil\ProduceVersion.bat
  27. 11:45
  28. 1809301145
  29. assembling STARTUP.A51...
  30. compiling Delay.c...
  31. compiling Interrupt.c...
  32. compiling Common.c...
  33. compiling PackData.c...
  34. compiling Timer.c...
  35. compiling Flash.c...
  36. compiling nRF24L01_API.c...
  37. compiling DHT11.c...
  38. compiling Keys.c...
  39. compiling Main.c...
  40. linking...
  41. Program Size: data=15.1 xdata=549 code=10922
  42. creating hex file from ".\Output\Home_Light"...
  43. ".\Output\Home_Light" - 0 Error(s), 0 Warning(s).
  44. Load "G:\\Kinve\\N76E003\\code\\Home_Light\\Home_Light_V0.1\\project\\keil\\Output\\Home_Light"
  45. Flash Erase Done.
  46. Flash Write Done: 10922 bytes programmed.
  47. Flash Verify Done: 10922 bytes verified.
  48. Load "G:\\Kinve\\N76E003\\code\\Home_Light\\Home_Light_V0.1\\project\\keil\\Output\\Home_Light"
  49. Flash Erase Done.
  50. Flash Write Done: 10922 bytes programmed.
  51. Flash Verify Done: 10922 bytes verified.
  52. ..
  53. ".\Output\Home_Light" - 0 Error(s), 4 Warning(s).
  54. ndefined identifier
  55. ..\..\Code\User\Driver\Keys.c(39): error C202: 'i': undefined identifier
  56. ..\..\Code\User\Driver\Keys.c(44): error C202: 'i': undefined identifier
  57. compiling Main.c...
  58. Target not created.