µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.21.1.0
Copyright (C) 2016 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: huangea huangea, huangea, LIC=8VR30-BSF17-Z7CRU-SYVA4-59IM3-HHGMF
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.21a
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 3 (build 300)
Assembler: Armasm.exe V5.06 update 3 (build 300)
Linker/Locator: ArmLink.exe V5.06 update 3 (build 300)
Library Manager: ArmAr.exe V5.06 update 3 (build 300)
Hex Converter: FromElf.exe V5.06 update 3 (build 300)
CPU DLL: SARMCM3.DLL V5.21a
Dialog DLL: DCM.DLL V1.13.8.0
Target DLL: Segger\JL2CM3.dll V2.99.23.0
Dialog DLL: TCM.DLL V1.14.14.0
Project:
C:\Users\huangea\OneDrive\WorkSpeace\APDS_gesture\USER\Template.uvprojx
Project File Date: 04/20/2018
Output:
*** Using Compiler 'V5.06 update 3 (build 300)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'Template'
compiling system_stm32f10x.c...
compiling stm32f10x_it.c...
type.h(22): warning: #1-D: last line of file ends without a newline
#endif /* __TYPE_H */
stm32f10x_it.c: 1 warning, 0 errors
compiling main1.c...
type.h(22): warning: #1-D: last line of file ends without a newline
#endif /* __TYPE_H */
main1.c: 1 warning, 0 errors
compiling delay.c...
compiling usart.c...
..\USER\type.h(22): warning: #1-D: last line of file ends without a newline
#endif /* __TYPE_H */
..\SYSTEM\usart\usart.c(91): warning: #177-D: variable "i" was declared but never referenced
u8 Res,i;
..\SYSTEM\usart\usart.c: 2 warnings, 0 errors
compiling sys.c...
compiling core_cm3.c...
compiling systime.c...
assembling startup_stm32f10x_hd.s...
compiling watchdog.c...
compiling misc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_sdio.c...
compiling stm32f10x_usart.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_tim.c...
compiling EXTI.c...
compiling myiic.c...
compiling LED.c...
compiling SparkFun_ADSP9960.c...
..\ADSP9960\SparkFun_ADSP9960.c(219): warning: #186-D: pointless comparison of unsigned integer with zero
if((mode >= 0)&&(mode <= 6)) {
..\ADSP9960\SparkFun_ADSP9960.c(484): warning: #514-D: pointless comparison of unsigned integer with a negative constant
if( bytes_read == -1 ) {
..\ADSP9960\SparkFun_ADSP9960.c: 2 warnings, 0 errors
compiling ADSP9960_platform.c...
linking...
Program Size: Code=8180 RO-data=336 RW-data=80 ZI-data=1952
FromELF: creating hex file...
"..\OBJ\Template.axf" - 0 Error(s), 6 Warning(s).
Collection of Component include folders:
C:\Users\huangea\OneDrive\WorkSpeace\APDS_gesture\USER\RTE
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.1.0\Device\Include
Collection of Component Files used:
Build Time Elapsed: 00:00:08