µVision Build Log

Tool Versions:

IDE-Version: ¦ÌVision V5.25.2.0 Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: 1 66, HP Inc., LIC=V85II-T69IZ-GQF0H-WMJR7-ZYPSU-YLV41 Tool Versions: Toolchain: MDK-ARM Professional Version: 5.25.2.0 Toolchain Path: C:\Keil_v5\ARM\ARMCLANG\Bin C Compiler: ArmClang.exe V6.9 Assembler: Armasm.exe V6.9 Linker/Locator: ArmLink.exe V6.9 Library Manager: ArmAr.exe V6.9 Hex Converter: FromElf.exe V6.9 CPU DLL: Dialog DLL: Target DLL: CMSIS_AGDI_V8M.DLL V1.3.11.0 Dialog DLL: TCM.DLL V1.35.1.0

Project:

C:\Users\13509\Desktop\Îļþ¼Ð\0\HF GD32 demo TEST uart\Project\Project.uvprojx Project File Date: 06/17/2022

Output:

*** Using Compiler 'V6.9', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' Build target 'GD32E230C_START' ../Application/main.c(37): warning: passing 'char [11]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("JUMP(0);\r\n"); ^~~~~~~~~~~~~~ ../Application/main.c(38): warning: implicit declaration of function 'CheckBusy' is invalid in C99 [-Wimplicit-function-declaration] CheckBusy(); ^ ../Application/main.c(46): warning: implicit declaration of function 'UartSend' is invalid in C99 [-Wimplicit-function-declaration] UartSend(buf); ^ ../Application/main.c(62): warning: passing 'char [89]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_PROG(4,30);SET_PROG(5,3);SET_PROG(6,22);SET_PROG(7,50);DELAYMS(1500);SET_BTN(9,1);\r\n");// ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Application/main.c(68): warning: passing 'char [11]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("JUMP(1);\r\n");// ^~~~~~~~~~~~~~ ../Application/main.c(76): warning: implicit declaration of function 'UartSend' is invalid in C99 [-Wimplicit-function-declaration] UartSend(buf); ^ ../Application/main.c(91): warning: passing 'char [70]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_TXT(11,'30');SET_TXT(12,'3');SET_TXT(13,'22');SET_TXT(14,'50');\r\n");// ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Application/main.c(94): warning: passing 'char [47]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_TXT(19,'The weather condition is good');\r\n");// ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Application/main.c(97): warning: passing 'char [16]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_BTN(6,1);\r\n");// ^~~~~~~~~~~~~~~~~~~ ../Application/main.c(103): warning: passing 'char [11]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("JUMP(2);\r\n");// ^~~~~~~~~~~~~~ ../Application/main.c(105): warning: passing 'char [127]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_POINT(5,5);SET_POINT(5,10);SET_POINT(5,15);SET_POINT(5,20);SET_POINT(5,25);SET_POINT(5,30);SET_POINT(5,35);SET_BTN(2,1);\r\n");//PM2.5 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Application/main.c(109): warning: passing 'char [11]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("JUMP(3);\r\n"); ^~~~~~~~~~~~~~ ../Application/main.c(111): warning: passing 'char [16]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_BTN(3,1);\r\n");// ^~~~~~~~~~~~~~~~~~~ ../Application/main.c(115): warning: passing 'char [11]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("JUMP(4);\r\n"); ^~~~~~~~~~~~~~ ../Application/main.c(117): warning: passing 'char [107]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_PROG(4,5);SET_PROG(4,10);SET_PROG(4,15);SET_PROG(4,20);SET_PROG(5,25);SET_PROG(5,30);SET_PROG(5,35);\r\n");// ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Application/main.c(120): warning: passing 'char [16]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("SET_BTN(0,1);\r\n"); ^~~~~~~~~~~~~~~~~~~ ../Application/main.c(123): warning: passing 'char [11]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] USART0_Send_Str("JUMP(0);\r\n"); ^~~~~~~~~~~~~~ 17 warnings generated. compiling main.c... linking... Program Size: Code=8894 RO-data=1026 RW-data=8 ZI-data=1456 FromELF: creating hex file... ".\output\GD32E230C_START.axf" - 0 Error(s), 17 Warning(s).

Software Packages used:

Package Vendor: ARM http://www.keil.com/pack/ARM.CMSIS.5.3.0.pack ARM.CMSIS.5.3.0 CMSIS (Cortex Microcontroller Software Interface Standard) * Component: CORE Version: 5.1.1

Collection of Component include folders:

.\RTE\_GD32E230C_START C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.3.0\CMSIS\Include

Collection of Component Files used:

* Component: ARM::CMSIS:CORE:5.1.1 Build Time Elapsed: 00:00:02