礦ision 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: 222 Microsoft, Microsoft, LIC=14HLQ-NPD2R-BEPHH-WUDQQ-B3KT6-44MQ9 Tool Versions: Toolchain: MDK-ARM Plus Version: 5.25.2.0 Toolchain Path: D:\KEIL\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.25.2.0 Dialog DLL: DARMSTM.DLL V1.68.0.0 Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.1.0 Dialog DLL: TCM.DLL V1.35.1.0

Project:

E:\林青田\程序\单片机例程\V1.7\F系列带RTC_V1.7\keil5_STM32\STM32\DCDEMO7\RVMDK\DCDEMO7.uvprojx Project File Date: 06/21/2019

Output:

*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\KEIL\ARM\ARMCC\Bin' Rebuild target 'DCDEMO' compiling hw_config.c... compiling stm32f10x_it.c... ..\inc\hmi_driver.h(73): warning: #1295-D: Deprecated declaration GUI_CleanScreen - give arg types void GUI_CleanScreen(); ..\inc\hmi_driver.h(270): warning: #1295-D: Deprecated declaration CalibrateTouchPane - give arg types void CalibrateTouchPane(); ..\inc\hmi_driver.h(275): warning: #1295-D: Deprecated declaration TestTouchPane - give arg types void TestTouchPane(); ..\inc\hmi_driver.h(624): warning: #1295-D: Deprecated declaration BatchEnd - give arg types void BatchEnd(); ..\inc\hmi_driver.h(720): warning: #1295-D: Deprecated declaration FlashEndSaveControl - give arg types void FlashEndSaveControl(); ..\inc\cmd_queue.h(36): warning: #1-D: last line of file ends without a newline #endif ..\src\stm32f10x_it.c: 6 warnings, 0 errors compiling main.c... ..\inc\hmi_driver.h(73): warning: #1295-D: Deprecated declaration GUI_CleanScreen - give arg types void GUI_CleanScreen(); ..\inc\hmi_driver.h(270): warning: #1295-D: Deprecated declaration CalibrateTouchPane - give arg types void CalibrateTouchPane(); ..\inc\hmi_driver.h(275): warning: #1295-D: Deprecated declaration TestTouchPane - give arg types void TestTouchPane(); ..\inc\hmi_driver.h(624): warning: #1295-D: Deprecated declaration BatchEnd - give arg types void BatchEnd(); ..\inc\hmi_driver.h(720): warning: #1295-D: Deprecated declaration FlashEndSaveControl - give arg types void FlashEndSaveControl(); ..\inc\cmd_queue.h(36): warning: #1-D: last line of file ends without a newline #endif ..\inc\cmd_process.h(74): warning: #1295-D: Deprecated declaration NOTIFYHandShake - give arg types void NOTIFYHandShake(); ..\src\main.c(50): warning: #177-D: variable "test_value" was declared but never referenced static int32 test_value = 0; //测试值 ..\src\main.c(491): warning: #186-D: pointless comparison of unsigned integer with zero if(Select_H>=0&&Select_H<=6) //0~6小时,凌晨 ..\src\main.c(558): warning: #167-D: argument of type "unsigned char *" is incompatible with parameter of type "const char *restrict" sscanf(str,"%ld",&value); //把字符串转换为整数 ..\src\main.c(608): warning: #167-D: argument of type "unsigned char *" is incompatible with parameter of type "char *restrict" sprintf(back,"%c",(255-value*2)); //设置背光亮度 背光值范围 0~255,0最亮,255最暗 ..\src\main.c(756): warning: #1-D: last line of file ends without a newline } ..\src\main.c(27): warning: #177-D: variable "progress_value" was declared but never referenced static int32 progress_value = 0; //进度条测试值 ..\src\main.c(34): warning: #177-D: variable "second_flag" was declared but never referenced static int32 second_flag=0; //时间标志位 ..\src\main.c: 14 warnings, 0 errors compiling ulitity.c... compiling stm32f10x_usart.c... compiling misc.c... compiling stm32f10x_gpio.c... compiling stm32f10x_rcc.c... compiling stm32f10x_flash.c... compiling stm32f10x_exti.c... assembling startup_stm32f10x_cl.s... compiling system_stm32f10x.c... compiling core_cm3.c... compiling hmi_user_uart.c... compiling cmd_queue.c... ..\inc\hmi_driver.h(73): warning: #1295-D: Deprecated declaration GUI_CleanScreen - give arg types void GUI_CleanScreen(); ..\inc\hmi_driver.h(270): warning: #1295-D: Deprecated declaration CalibrateTouchPane - give arg types void CalibrateTouchPane(); ..\inc\hmi_driver.h(275): warning: #1295-D: Deprecated declaration TestTouchPane - give arg types void TestTouchPane(); ..\inc\hmi_driver.h(624): warning: #1295-D: Deprecated declaration BatchEnd - give arg types void BatchEnd(); ..\inc\hmi_driver.h(720): warning: #1295-D: Deprecated declaration FlashEndSaveControl - give arg types void FlashEndSaveControl(); ..\inc\cmd_queue.h(36): warning: #1-D: last line of file ends without a newline #endif ..\src\cmd_queue.c(118): warning: #1-D: last line of file ends without a newline } ..\src\cmd_queue.c: 7 warnings, 0 errors compiling hmi_driver.c... ..\inc\hmi_driver.h(73): warning: #1295-D: Deprecated declaration GUI_CleanScreen - give arg types void GUI_CleanScreen(); ..\inc\hmi_driver.h(270): warning: #1295-D: Deprecated declaration CalibrateTouchPane - give arg types void CalibrateTouchPane(); ..\inc\hmi_driver.h(275): warning: #1295-D: Deprecated declaration TestTouchPane - give arg types void TestTouchPane(); ..\inc\hmi_driver.h(624): warning: #1295-D: Deprecated declaration BatchEnd - give arg types void BatchEnd(); ..\inc\hmi_driver.h(720): warning: #1295-D: Deprecated declaration FlashEndSaveControl - give arg types void FlashEndSaveControl(); ..\src\hmi_driver.c(1999): warning: #1-D: last line of file ends without a newline } ..\src\hmi_driver.c: 6 warnings, 0 errors linking... Program Size: Code=7472 RO-data=1068 RW-data=68 ZI-data=1604 FromELF: creating hex file... ".\Obj\HMI_M3DEMO.axf" - 0 Error(s), 33 Warning(s).

Software Packages used:

Package Vendor: Keil http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.3.0.pack Keil.STM32F1xx_DFP.2.3.0 STMicroelectronics STM32F1 Series Device Support, Drivers and Examples

Collection of Component include folders:

.\RTE\_DCDEMO D:\KEIL\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include

Collection of Component Files used:

Build Time Elapsed: 00:00:15