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