123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <html>
- <body>
- <pre>
- <h1>礦ision 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>
- D:\Project\dtu\Proj\Ringzle.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 'GD32F103C8T6'
- compiling main.c...
- ..\App\otaEvent.h(26): warning: #1295-D: Deprecated declaration check_ota_event - give arg types
- int8_t check_ota_event();
- ..\App\main.c(65): warning: #1295-D: Deprecated declaration fwdgt_init - give arg types
- void fwdgt_init();
- ..\App\main.c(66): warning: #1295-D: Deprecated declaration task_fwdgt_reload - give arg types
- void task_fwdgt_reload();
- ..\App\main.c(95): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->deviceId, strID);
- ..\App\main.c(96): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->version, VERSION);
- ..\App\main.c(97): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->gatewayMode, GATEWAYMODE);
- ..\App\main.c(98): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->gateName,GATEWAYNAME);
- ..\App\main.c(104): warning: #167-D: argument of type "char *" is incompatible with parameter of type "uint8_t *"
- http_load_config(httpURL);
- ..\App\main.c(111): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->deviceId, strID);
- ..\App\main.c(112): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->version, VERSION);
- ..\App\main.c(113): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->gatewayMode, GATEWAYMODE);
- ..\App\main.c(114): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->gateName,GATEWAYNAME);
- ..\App\main.c(121): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->deviceId, strID);
- ..\App\main.c(122): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->version, VERSION);
- ..\App\main.c(123): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->gatewayMode, GATEWAYMODE);
- ..\App\main.c(124): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *restrict"
- strcpy(gateway->gateName,GATEWAYNAME);
- ..\App\main.c(242): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
- if (EC800MGetUrl(httpURL) == true) // 从http获取信息,获取成功则保存到本地
- ..\App\main.c: 17 warnings, 0 errors
- linking...
- Program Size: Code=38444 RO-data=2680 RW-data=224 ZI-data=90320
- FromELF: creating hex file...
- After Build - User command #1: fromelf --bin --output ./Objects/Ringzle.bin ./Objects/Ringzle.axf
- ".\Objects\Ringzle.axf" - 0 Error(s), 17 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\_GD32F103C8T6
- 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:00
- </pre>
- </body>
- </html>
|