12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.38.0.0
- Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: w Dell, HHH, LIC=PE7DL-0NVL4-01LP1-CNU45-K9DMR-72GXR
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.38.0.0
- Toolchain Path: C:\Keil_v5\ARM\ARM_Compiler_5.06u7\Bin
- C Compiler: Armcc.exe V5.06 update 7 (build 960)
- Assembler: Armasm.exe V5.06 update 7 (build 960)
- Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
- Library Manager: ArmAr.exe V5.06 update 7 (build 960)
- Hex Converter: FromElf.exe V5.06 update 7 (build 960)
- CPU DLL: SARMCM3.DLL V5.38.0.0
- Dialog DLL: DCM.DLL V1.17.5.0
- Target DLL: Segger\JL2CM3.dll V2.99.42.0
- Dialog DLL: TCM.DLL V1.56.4.0
-
- <h2>Project:</h2>
- D:\workspaces\wenkongqi\wenkongqi - new\Template\Keil_project\Project.uvprojx
- Project File Date: 03/26/2024
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARM_Compiler_5.06u7\Bin'
- Build target 'GD32F30X_HD'
- compiling led.c...
- ..\HARDWARE\HT16C22\HT16C22.h(125): warning: #1295-D: Deprecated declaration Delay_SS - give arg types
- void Delay_SS();
- ..\HARDWARE\HT16C22\HT16C22.h(126): warning: #1295-D: Deprecated declaration Delay_Ms - give arg types
- void Delay_Ms();
- ..\HARDWARE\LED\led.c(43): warning: #177-D: variable "Low_value" was declared but never referenced
- uint16_t Low_value = dis_page_param.face_plate_param.Led_Brightness & 0x0f00;
- ..\HARDWARE\LED\led.c: 3 warnings, 0 errors
- linking...
- Program Size: Code=45056 RO-data=908 RW-data=440 ZI-data=44360
- FromELF: creating hex file...
- ".\output\Project.axf" - 0 Error(s), 3 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: ARM
- http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack
- ARM.CMSIS.5.9.0
- CMSIS (Common Microcontroller Software Interface Standard)
- * Component: CORE Version: 5.6.0
- Package Vendor: GigaDevice
- https://gd32mcu.com/data/documents/pack/GigaDevice.GD32F30x_DFP.2.2.3.pack
- GigaDevice.GD32F30x_DFP.2.2.3
- GigaDevice GD32F30x Series Device Support and Examples
- <h2>Collection of Component include folders:</h2>
- ./RTE/_GD32F30X_HD
- C:/Users/Dell/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include
- C:/Users/Dell/AppData/Local/Arm/Packs/GigaDevice/GD32F30x_DFP/2.2.3/Device/Include
- <h2>Collection of Component Files used:</h2>
- * Component: ARM::CMSIS:CORE:5.6.0
- Build Time Elapsed: 00:00:01
- </pre>
- </body>
- </html>
|