µVision Build Log

Tool Versions:

IDE-Version: ¦ÌVision V5.29.0.0 Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: TT TT, TT, LIC=SDAJJ-U71BV-HJP6M-XAP04-ELB25-75CTR Tool Versions: Toolchain: MDK-ARM Plus Version: 5.29.0.0 Toolchain Path: C:\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.29.0.0 Dialog DLL: DARMSTM.DLL V1.68.0.0 Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.7.0 Dialog DLL: TARMSTM.DLL V1.66.0.0

Project:

C:\TT Document\Work\ArctechSolar\AI\¹éµµ\SkyLine-SkySmart-V9.1.44.1\AI-SkyLine\Project\Tracker_AI_DC_IAP.uvprojx Project File Date: 05/28/2021

Output:

*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Rebuild target 'Tracker_AI_DC_IAP_V024' compiling os_dbg.c... compiling os_cfg_app.c... compiling os_core.c... compiling os_int.c... compiling os_flag.c... compiling os_mem.c... compiling os_msg.c... compiling os_mutex.c... compiling os_pend_multi.c... compiling os_prio.c... compiling os_q.c... compiling os_sem.c... compiling os_stat.c... compiling os_task.c... compiling os_tick.c... compiling os_time.c... compiling os_tmr.c... compiling os_var.c... assembling os_cpu_a.asm... assembling cpu_a.asm... compiling os_cpu_c.c... compiling cpu_core.c... compiling os_app_hooks.c... compiling lib_ascii.c... compiling lib_math.c... assembling lib_mem_a.asm... compiling lib_mem.c... compiling lib_str.c... compiling Init.c... compiling main.c... ..\HAL\LED.h(13): warning: #1-D: last line of file ends without a newline #endif ..\Resource\PID\pid.h(123): warning: #1295-D: Deprecated declaration PID_param_init - give arg types void PID_param_init(); ..\Resource\PID\pid.h(135): warning: #1-D: last line of file ends without a newline #endif ..\HAL\LORAMODULE\LoraModule.h(20): warning: #1-D: last line of file ends without a newline #endif ..\Main\main.c: 4 warnings, 0 errors compiling ProtocolAnalysis.c... compiling ASProtocol.c... ..\Resource\ASProtocol.c(624): warning: #177-D: variable "temp" was declared but never referenced signed short temp = 0; ..\Resource\ASProtocol.c(632): warning: #177-D: variable "temp" was declared but never referenced signed short temp = 0; ..\Resource\ASProtocol.c: 2 warnings, 0 errors compiling WorkModeManager.c... compiling PowerManagement.c... ..\Resource\PowerManagement.c(123): warning: #177-D: variable "temp" was declared but never referenced float temp; ..\Resource\PowerManagement.c: 1 warning, 0 errors compiling AstronomicalAlgorithms.c... ..\Resource\AstronomicalAlgorithms.c(246): warning: #177-D: variable "temp1" was declared but never referenced float temp1,temp2,temp3,temp4,temp5,temp6; ..\Resource\AstronomicalAlgorithms.c(246): warning: #177-D: variable "temp2" was declared but never referenced float temp1,temp2,temp3,temp4,temp5,temp6; ..\Resource\AstronomicalAlgorithms.c(246): warning: #177-D: variable "temp3" was declared but never referenced float temp1,temp2,temp3,temp4,temp5,temp6; ..\Resource\AstronomicalAlgorithms.c(246): warning: #177-D: variable "temp4" was declared but never referenced float temp1,temp2,temp3,temp4,temp5,temp6; ..\Resource\AstronomicalAlgorithms.c(246): warning: #177-D: variable "temp5" was declared but never referenced float temp1,temp2,temp3,temp4,temp5,temp6; ..\Resource\AstronomicalAlgorithms.c(246): warning: #177-D: variable "temp6" was declared but never referenced float temp1,temp2,temp3,temp4,temp5,temp6; ..\Resource\AstronomicalAlgorithms.c: 6 warnings, 0 errors compiling HWProtocol.c... compiling MotorProtection.c... ..\Resource\MotorProtection.c(13): warning: #177-D: variable "motor_over_current_1x_count" was declared but never referenced static unsigned char motor_over_current_1x_count = 0; ..\Resource\MotorProtection.c(607): warning: #550-D: variable "day" was set but never used day = 0, ..\Resource\MotorProtection.c(608): warning: #550-D: variable "month" was set but never used month = 0, ..\Resource\MotorProtection.c(609): warning: #550-D: variable "year" was set but never used year = 0; ..\Resource\MotorProtection.c(611): warning: #177-D: variable "time" was declared but never referenced static unsigned short time = 0; ..\Resource\MotorProtection.c(613): warning: #177-D: variable "temp4" was declared but never referenced unsigned short temp, temp1, temp2, temp3, temp4; ..\Resource\MotorProtection.c: 6 warnings, 0 errors compiling pid.c... ..\Resource\PID\pid.h(123): warning: #1295-D: Deprecated declaration PID_param_init - give arg types void PID_param_init(); ..\Resource\PID\pid.h(135): warning: #1-D: last line of file ends without a newline #endif ..\Resource\PID\pid.c(250): warning: #1-D: last line of file ends without a newline } ..\Resource\PID\pid.c: 3 warnings, 0 errors compiling PVPower.c... compiling AngleSensorHAL.c... compiling BatteryPower.c... compiling MotorControl.c... ..\Resource\PID\pid.h(123): warning: #1295-D: Deprecated declaration PID_param_init - give arg types void PID_param_init(); ..\Resource\PID\pid.h(135): warning: #1-D: last line of file ends without a newline #endif ..\HAL\MotorControl.c(318): warning: #177-D: variable "cont_val" was declared but never referenced float cont_val = 0; ..\HAL\MotorControl.c(66): warning: #550-D: variable "_pwm_count" was set but never used static unsigned short _pwm_count; ..\HAL\MotorControl.c(67): warning: #550-D: variable "_pwm_test" was set but never used static signed short _pwm_test = 1,_pwm_test1=0; ..\HAL\MotorControl.c(67): warning: #550-D: variable "_pwm_test1" was set but never used static signed short _pwm_test = 1,_pwm_test1=0; ..\HAL\MotorControl.c: 6 warnings, 0 errors compiling LEDHAL.c... ..\HAL\LED.h(13): warning: #1-D: last line of file ends without a newline #endif ..\HAL\LEDHAL.c(26): warning: #177-D: variable "i" was declared but never referenced static unsigned short i=0; ..\HAL\LEDHAL.c: 2 warnings, 0 errors compiling ModbusFrameHAL.c... compiling FlashStorageHAL.c... compiling ADCSample.c... ..\Resource\PID\pid.h(123): warning: #1295-D: Deprecated declaration PID_param_init - give arg types void PID_param_init(); ..\Resource\PID\pid.h(135): warning: #1-D: last line of file ends without a newline #endif ..\HAL\ADCSample.c(156): warning: #177-D: variable "ltemp1" was declared but never referenced long ltemp = 0, ltemp1 = 0, ltempmax = 0; ..\HAL\ADCSample.c(157): warning: #550-D: variable "ltemp_bak" was set but never used static float ltemp_bak = 0; ..\HAL\ADCSample.c(159): warning: #177-D: variable "t1" was declared but never referenced float t1; ..\HAL\ADCSample.c(289): warning: #175-D: subscript out of range PV_string_cur_up = adc_out[4]; ..\HAL\ADCSample.c(23): warning: #177-D: variable "adc_current_out" was declared but never referenced static unsigned short adc_current_out[1]; ..\HAL\ADCSample.c: 7 warnings, 0 errors compiling RTC.c... compiling TMPSensor.c... compiling HardwareVersion.c... compiling LoraModule.c... ..\HAL\LORAMODULE\LoraModule.h(20): warning: #1-D: last line of file ends without a newline #endif ..\HAL\LORAMODULE\LoraModule.c(63): warning: #1-D: last line of file ends without a newline } ..\HAL\LORAMODULE\LoraModule.c(63): warning: #940-D: missing return statement at end of non-void function "LoraModule_Confirm" } ..\HAL\LORAMODULE\LoraModule.c: 3 warnings, 0 errors compiling BackupRegister.c... compiling RtcLocalModule.c... compiling IICBSP.c... compiling stm32f10x_flash.c... compiling stm32f10x_rcc.c... compiling misc.c... compiling stm32f10x_adc.c... compiling stm32f10x_bkp.c... compiling stm32f10x_dbgmcu.c... compiling stm32f10x_exti.c... compiling stm32f10x_dma.c... compiling stm32f10x_gpio.c... compiling stm32f10x_iwdg.c... compiling stm32f10x_pwr.c... compiling stm32f10x_rtc.c... compiling stm32f10x_spi.c... assembling startup_stm32f10x_hd.s... compiling stm32f10x_tim.c... compiling stm32f10x_usart.c... compiling system_stm32f10x.c... linking... Program Size: Code=65612 RO-data=516 RW-data=544 ZI-data=22388 FromELF: creating hex file... After Build - User command #1: C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output .\bin\Tracker_AI_DC_IAP.bin .\Output\Tracker_AI_DC_IAP.axf ".\Output\Tracker_AI_DC_IAP.axf" - 0 Error(s), 40 Warning(s).

Software Packages used:

Package Vendor: ARM http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack ARM.CMSIS.5.6.0 CMSIS (Cortex Microcontroller Software Interface Standard) * Component: CORE Version: 5.3.0 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 * Component: Startup Version: 1.0.0 * Component: ADC Version: 3.5.0 * Component: BKP Version: 3.5.0 * Component: DBGMCU Version: 3.5.0 * Component: DMA Version: 3.5.0 * Component: EXTI Version: 3.5.0 * Component: Framework Version: 3.5.1 * Component: GPIO Version: 3.5.0 * Component: IWDG Version: 3.5.0 * Component: PWR Version: 3.5.0 * Component: RTC Version: 3.5.0 * Component: SPI Version: 3.5.0 * Component: TIM Version: 3.5.0 * Component: USART Version: 3.5.0

Collection of Component include folders:

.\RTE\Device\STM32F103VE .\RTE\_Tracker_AI_DC_IAP_V024 C:\Users\TT\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include C:\Users\TT\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\Include C:\Users\TT\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.3.0\Device\StdPeriph_Driver\inc

Collection of Component Files used:

* Component: ARM::CMSIS:CORE:5.3.0 * Component: Keil::Device:Startup:1.0.0 Source file: Device\Source\ARM\startup_stm32f10x_hd.s Include file: RTE_Driver\Config\RTE_Device.h Source file: Device\Source\ARM\STM32F1xx_OPT.s Source file: Device\Source\system_stm32f10x.c * Component: Keil::Device:StdPeriph Drivers:ADC:3.5.0 Source file: Device\StdPeriph_Driver\src\stm32f10x_adc.c Include file: Device\StdPeriph_Driver\inc\stm32f10x_adc.h * Component: Keil::Device:StdPeriph Drivers:BKP:3.5.0 Include file: Device\StdPeriph_Driver\inc\stm32f10x_bkp.h Source file: Device\StdPeriph_Driver\src\stm32f10x_bkp.c * Component: Keil::Device:StdPeriph Drivers:DBGMCU:3.5.0 Include file: Device\StdPeriph_Driver\inc\stm32f10x_dbgmcu.h Source file: Device\StdPeriph_Driver\src\stm32f10x_dbgmcu.c * Component: Keil::Device:StdPeriph Drivers:DMA:3.5.0 Source file: Device\StdPeriph_Driver\src\stm32f10x_dma.c Include file: Device\StdPeriph_Driver\inc\stm32f10x_dma.h * Component: Keil::Device:StdPeriph Drivers:EXTI:3.5.0 Include file: Device\StdPeriph_Driver\inc\stm32f10x_exti.h Source file: Device\StdPeriph_Driver\src\stm32f10x_exti.c * Component: Keil::Device:StdPeriph Drivers:Framework:3.5.1 Source file: Device\StdPeriph_Driver\templates\stm32f10x_it.c Source file: Device\StdPeriph_Driver\templates\stm32f10x_conf.h Include file: Device\StdPeriph_Driver\templates\stm32f10x_it.h Source file: Device\StdPeriph_Driver\src\misc.c Include file: Device\StdPeriph_Driver\inc\misc.h * Component: Keil::Device:StdPeriph Drivers:GPIO:3.5.0 Source file: Device\StdPeriph_Driver\src\stm32f10x_gpio.c Include file: Device\StdPeriph_Driver\inc\stm32f10x_gpio.h * Component: Keil::Device:StdPeriph Drivers:IWDG:3.5.0 Include file: Device\StdPeriph_Driver\inc\stm32f10x_iwdg.h Source file: Device\StdPeriph_Driver\src\stm32f10x_iwdg.c * Component: Keil::Device:StdPeriph Drivers:PWR:3.5.0 Source file: Device\StdPeriph_Driver\src\stm32f10x_pwr.c Include file: Device\StdPeriph_Driver\inc\stm32f10x_pwr.h * Component: Keil::Device:StdPeriph Drivers:RTC:3.5.0 Include file: Device\StdPeriph_Driver\inc\stm32f10x_rtc.h Source file: Device\StdPeriph_Driver\src\stm32f10x_rtc.c * Component: Keil::Device:StdPeriph Drivers:SPI:3.5.0 Include file: Device\StdPeriph_Driver\inc\stm32f10x_spi.h Source file: Device\StdPeriph_Driver\src\stm32f10x_spi.c * Component: Keil::Device:StdPeriph Drivers:TIM:3.5.0 Source file: Device\StdPeriph_Driver\src\stm32f10x_tim.c Include file: Device\StdPeriph_Driver\inc\stm32f10x_tim.h * Component: Keil::Device:StdPeriph Drivers:USART:3.5.0 Source file: Device\StdPeriph_Driver\src\stm32f10x_usart.c Include file: Device\StdPeriph_Driver\inc\stm32f10x_usart.h Build Time Elapsed: 00:00:24