礦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: sasasa QY, asas, LIC=QF8WF-6I29G-55ZT2-95TJS-AUNX7-U54RF
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.25.2.0
Toolchain Path: D:\Keil_v5\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: DCM.DLL V1.17.1.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.1.0
Dialog DLL: TCM.DLL V1.35.1.0
Project:
E:\项目\兼职项目\20220410-IntelligentPiggery\stm32\USER\Template.uvprojx
Project File Date: 04/12/2022
Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Target 1'
compiling main.c...
..\HARDWARE\DS1302\DS1302.h(86): warning: #1-D: last line of file ends without a newline
#endif
main.c(46): warning: #1295-D: Deprecated declaration SendUserInfo - give arg types
void SendUserInfo();
main.c(47): warning: #1295-D: Deprecated declaration SendTime - give arg types
void SendTime();
main.c(52): warning: #187-D: use of "=" where "==" may have been intended
if(flag = 0){
main.c(51): warning: #550-D: variable "flag" was set but never used
static int flag = 0, time_min = 0;
main.c(152): warning: #42-D: operand types are incompatible ("char *" and "u8 *")
target1 = strstr((const char*)USART_RX_BUF, "(") - USART_RX_BUF;
main.c(152): warning: #993-D: subtraction of pointer types "char *" and "u8 *" is nonstandard
target1 = strstr((const char*)USART_RX_BUF, "(") - USART_RX_BUF;
main.c(153): warning: #42-D: operand types are incompatible ("char *" and "u8 *")
target2 = strstr((const char*)USART_RX_BUF, ")") - USART_RX_BUF;
main.c(153): warning: #993-D: subtraction of pointer types "char *" and "u8 *" is nonstandard
target2 = strstr((const char*)USART_RX_BUF, ")") - USART_RX_BUF;
main.c: 9 warnings, 0 errors
linking...
Program Size: Code=16028 RO-data=344 RW-data=96 ZI-data=1384
FromELF: creating hex file...
"..\OBJ\Template.axf" - 0 Error(s), 9 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\_Target_1
D:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include
Collection of Component Files used:
Build Time Elapsed: 00:00:01