室内环境检测系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

64 lines
2.8 KiB

<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
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
<h2>Project:</h2>
E:\ÏîÄ¿\¼æÖ°ÏîÄ¿\20220423-IndoorEnvSystem\stm32\USER\Template.uvprojx
Project File Date: 04/24/2022
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Target 1'
compiling main.c...
main.c(83): warning: #42-D: operand types are incompatible ("char *" and "u8 *")
target1 = strstr((const char*)USART_RX_BUF, "(") - USART_RX_BUF;
main.c(83): warning: #993-D: subtraction of pointer types "char *" and "u8 *" is nonstandard
target1 = strstr((const char*)USART_RX_BUF, "(") - USART_RX_BUF;
main.c(84): warning: #42-D: operand types are incompatible ("char *" and "u8 *")
target2 = strstr((const char*)USART_RX_BUF, ")") - USART_RX_BUF;
main.c(84): warning: #993-D: subtraction of pointer types "char *" and "u8 *" is nonstandard
target2 = strstr((const char*)USART_RX_BUF, ")") - USART_RX_BUF;
main.c(99): warning: #181-D: argument is incompatible with corresponding format string conversion
userInfo.temp_value,userInfo.temp_threshold, userInfo.smog, userInfo.PoisonousGas, userInfo.smog_threshold, userInfo.PoisonousGas_threshold);
main.c(99): warning: #181-D: argument is incompatible with corresponding format string conversion
userInfo.temp_value,userInfo.temp_threshold, userInfo.smog, userInfo.PoisonousGas, userInfo.smog_threshold, userInfo.PoisonousGas_threshold);
main.c: 6 warnings, 0 errors
linking...
Program Size: Code=15296 RO-data=372 RW-data=56 ZI-data=1344
FromELF: creating hex file...
"..\OBJ\Template.axf" - 0 Error(s), 6 Warning(s).
<h2>Software Packages used:</h2>
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
<h2>Collection of Component include folders:</h2>
.\RTE\_Target_1
D:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.3.0\Device\Include
<h2>Collection of Component Files used:</h2>
Build Time Elapsed: 00:00:01
</pre>
</body>
</html>