1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <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: Segger\JL2CM3.dll V2.99.36.0
- Dialog DLL: TCM.DLL V1.36.5.0
-
- <h2>Project:</h2>
- C:\Users\16936\Desktop\dtu_gateway\bootloader\USER\bootloader.uvprojx
- Project File Date: 06/28/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\workSoftware\stm32Software\mdk\mdkcore\ARM\ARMCC\Bin'
- Build target 'bootloader'
- compiling gd32f10x_misc.c...
- compiling system_gd32f10x.c...
- compiling delay.c...
- compiling w25q32.c...
- compiling fmc.c...
- compiling boot.c...
- ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
- extern int load_ota_message_config_params();
- ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
- extern OTA_MESSAGE *get_config_params();
- ..\HW\Source\boot.c(20): warning: #223-D: function "memset" declared implicitly
- memset(app_programmer,0,1024);
- ..\HW\Source\boot.c(31): warning: #223-D: function "memset" declared implicitly
- memset(app_programmer,0,1024);
- ..\HW\Source\boot.c(28): warning: #177-D: variable "startAddress" was declared but never referenced
- uint32_t startAddress=(app_byte/1024)*1024;
- ..\HW\Source\boot.c: 5 warnings, 0 errors
- compiling gd32f10x_it.c...
- compiling gd32f10x_gpio.c...
- compiling gd32f10x_wwdgt.c...
- compiling main.c...
- ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
- extern int load_ota_message_config_params();
- ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
- extern OTA_MESSAGE *get_config_params();
- main.c: 2 warnings, 0 errors
- compiling ota_message.c...
- ..\HW\Include\ota_message.h(14): warning: #1295-D: Deprecated declaration load_ota_message_config_params - give arg types
- extern int load_ota_message_config_params();
- ..\HW\Include\ota_message.h(16): warning: #1295-D: Deprecated declaration get_config_params - give arg types
- extern OTA_MESSAGE *get_config_params();
- ..\HW\Source\ota_message.c(23): warning: #223-D: function "memset" declared implicitly
- memset(&ota_message, 0, sizeof(OTA_MESSAGE));
- ..\HW\Source\ota_message.c(24): warning: #223-D: function "memcpy" declared implicitly
- memcpy(&ota_message, params, sizeof(OTA_MESSAGE));
- ..\HW\Source\ota_message.c(41): warning: #223-D: function "memset" declared implicitly
- memset(&ota_message, 0, sizeof(OTA_MESSAGE));//Çå¿ÕÔÏÈÊý¾Ý
- ..\HW\Source\ota_message.c: 5 warnings, 0 errors
- compiling spi.c...
- compiling gd32f10x_fmc.c...
- compiling gd32f10x_rcu.c...
- compiling gd32f10x_spi.c...
- linking...
- Program Size: Code=2956 RO-data=336 RW-data=12 ZI-data=4100
- FromELF: creating hex file...
- "..\OBJ\bootloader.axf" - 0 Error(s), 12 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: GigaDevice
- https://gd32mcu.com/data/documents/pack/GigaDevice.GD32F10x_DFP.2.0.3.pack
- GigaDevice.GD32F10x_DFP.2.0.3
- GigaDevice GD32F10x Series Device Support and Examples
- <h2>Collection of Component include folders:</h2>
- .\RTE\_bootloader
- D:\workSoftware\stm32Software\mdk\mdkpack\GigaDevice\GD32F10x_DFP\2.0.3\Device\Include
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:01
- </pre>
- </body>
- </html>
|