1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.29.0.0
- Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: s yf, 11, LIC=WHYH9-4R8F5-WFPI7-E0KRQ-DXARV-W9U12
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.29.0.0
- Toolchain Path: D:\workSoftware\stm32Software\mdk\mdkcore\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.29.0.0
- Dialog DLL: DCM.DLL V1.17.3.0
- Target DLL: CMSIS_AGDI.dll V1.32.0.0
- Dialog DLL: TCM.DLL V1.36.5.0
-
- <h2>Project:</h2>
- D:\Project\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
- Project File Date: 06/13/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin'
- Build target 'Target 1'
- compiling usart.c...
- ..\HARDWARE\includes\usart.h(86): warning: #1295-D: Deprecated declaration NVIC_Configuration - give arg types
- void NVIC_Configuration();
- ..\HARDWARE\sources\usart.c(12): warning: #177-D: variable "NVIC_InitStructure" was declared but never referenced
- NVIC_InitTypeDef NVIC_InitStructure;
- ..\HARDWARE\sources\usart.c(10): warning: #177-D: function "NVIC_Configuration" was declared but never referenced
- static void NVIC_Configuration(void)
- ..\HARDWARE\sources\usart.c: 3 warnings, 0 errors
- compiling main.c...
- ..\HARDWARE\includes\usart.h(86): warning: #1295-D: Deprecated declaration NVIC_Configuration - give arg types
- void NVIC_Configuration();
- ..\USER\main.c: 1 warning, 0 errors
- linking...
- ..\OBJ\lora_gateway.axf: Error: L6218E: Undefined symbol Debug_USART_Config (referred from main.o).
- Not enough information to list image symbols.
- Not enough information to list load addresses in the image map.
- Finished: 2 information, 0 warning and 1 error messages.
- "..\OBJ\lora_gateway.axf" - 1 Error(s), 4 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: Keil
- http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.9.0.pack
- Keil.STM32F2xx_DFP.2.9.0
- STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
- <h2>Collection of Component include folders:</h2>
- .\RTE\_Target_1
- D:\workSoftware\stm32Software\mdk\mdkpack\Keil\STM32F2xx_DFP\2.9.0\Drivers\CMSIS\Device\ST\STM32F2xx\Include
- <h2>Collection of Component Files used:</h2>
- Target not created.
- Build Time Elapsed: 00:00:00
- </pre>
- </body>
- </html>
|