template.build_log.htm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Tool Versions:</h2>
  6. IDE-Version: ¦ÌVision V5.31.0.0
  7. Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
  8. License Information: 123 123, 123, LIC=ZB4EI-T2S8Z-12KLE-50Y8Q-7NG02-HDALA
  9. Tool Versions:
  10. Toolchain: MDK-ARM Plus Version: 5.31.0.0
  11. Toolchain Path: d:\Keil_v5\ARM\ARMCC\Bin
  12. C Compiler: Armcc.exe V5.06 update 6 (build 750)
  13. Assembler: Armasm.exe V5.06 update 6 (build 750)
  14. Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
  15. Library Manager: ArmAr.exe V5.06 update 6 (build 750)
  16. Hex Converter: FromElf.exe V5.06 update 6 (build 750)
  17. CPU DLL: SARMCM3.DLL V5.31.0.0
  18. Dialog DLL: DCM.DLL V1.17.3.0
  19. Target DLL: CMSIS_AGDI.dll V1.32.6.0
  20. Dialog DLL: TCM.DLL V1.46.0.0
  21. <h2>Project:</h2>
  22. E:\xxxx2\evaluationBoard\software\easydemo_at413_4130S\mdk_v5\project.uvprojx
  23. Project File Date: 04/03/2025
  24. <h2>Output:</h2>
  25. *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'd:\Keil_v5\ARM\ARMCC\Bin'
  26. Build target 'project'
  27. compiling main.c...
  28. ..\src\main.c(97): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
  29. strcpy(rfTxPacket.payload, "hello");
  30. ..\src\main.c(100): warning: #223-D: function "myRadio_process" declared implicitly
  31. myRadio_process();
  32. ..\src\main.c(29): warning: #550-D: variable "rfRecvPacket" was set but never used
  33. static rfRxPacket_ts rfRecvPacket;
  34. ..\src\main.c: 3 warnings, 0 errors
  35. linking...
  36. Program Size: Code=19664 RO-data=1080 RW-data=324 ZI-data=2884
  37. FromELF: creating hex file...
  38. ".\objects\template.axf" - 0 Error(s), 3 Warning(s).
  39. <h2>Software Packages used:</h2>
  40. Package Vendor: ArteryTek
  41. ArteryTek.AT32F413_DFP.2.0.7
  42. ArteryTek AT32F413 Series Device Support,Drivers
  43. <h2>Collection of Component include folders:</h2>
  44. D:\keil_V5_pack\ArteryTek\AT32F413_DFP\2.0.7\Device\Include
  45. <h2>Collection of Component Files used:</h2>
  46. Build Time Elapsed: 00:00:01
  47. </pre>
  48. </body>
  49. </html>