HONGRI_boot/boot_project/Objects/hongri_boot.build_log.htm
2024-11-05 10:08:08 +08:00

117 lines
5.3 KiB
HTML

<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: Zachary Administrator, Zachary, LIC=TIVNB-2IHDY-01WP1-C2K2G-5HIE0-XG8NS
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.25.2.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.25.2.0
Dialog DLL: DCM.DLL V1.17.1.0
Target DLL: Segger\JL2CM3.dll V2.99.29.0
Dialog DLL: TCM.DLL V1.35.1.0
<h2>Project:</h2>
E:\liudagui\project\HONGRI\code\boot_up\boot_project\hongri_boot.uvprojx
Project File Date: 11/04/2024
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'hongri_boot'
assembling startup_stm32f10x_cl.s...
compiling stm32f10x_gpio.c...
compiling misc.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_pwr.c...
compiling stm32f10x_can.c...
compiling stm32f10x_rcc.c...
compiling led.c...
compiling stm32f10x_flash.c...
compiling 24cxx.c...
compiling core_cm3.c...
compiling bsp_i2c_gpio.c...
compiling dev_eerom.c...
compiling dev_crc32.c...
compiling dev_flashApi.c...
compiling stm32f10x_it.c...
compiling system_stm32f10x.c...
compiling dev_sys.c...
compiling can2.c...
compiling iso15765-2_entry.c...
compiling Can_Transceiver.c...
compiling iso15765-2.c...
compiling Diag_Eeprom_C301.c...
compiling UDS.c...
compiling CanConfig_C301.c...
compiling CanCtrl_C301.c...
compiling UDS_SA_C301.c...
..\boot_source\code_app\service\CanStack\canBus_hongri\UDS_SA_C301.c(48): warning: #177-D: function "BL_BE32_TO_MCU" was declared but never referenced
static uint32_t BL_BE32_TO_MCU(uint8_t *pBuf)
..\boot_source\code_app\service\CanStack\canBus_hongri\UDS_SA_C301.c: 1 warning, 0 errors
compiling Diag_Appl_C301.c...
..\boot_source\code_app\driver\inc\dev_eerom.h(32): warning: #1-D: last line of file ends without a newline
/** EOF */
..\boot_source\code_app\service\CanStack\canBus_hongri\Diag_Appl_C301.c(1329): warning: #177-D: variable "crc32" was declared but never referenced
uint32_t crc32=0;
..\boot_source\code_app\service\CanStack\canBus_hongri\Diag_Appl_C301.c(2026): warning: #550-D: variable "CRC_16" was set but never used
uint16_t CRC_16=0xFFFF;
..\boot_source\code_app\service\CanStack\canBus_hongri\Diag_Appl_C301.c(2121): warning: #223-D: function "GetCrc32Chk" declared implicitly
if(GetCrc32Chk() == transSequenceValue)
..\boot_source\code_app\service\CanStack\canBus_hongri\Diag_Appl_C301.c(289): warning: #177-D: function "Diag_ExtMemorySecFAAFlagSave" was declared but never referenced
static void Diag_ExtMemorySecFAAFlagSave(uint8_t cnt)
..\boot_source\code_app\service\CanStack\canBus_hongri\Diag_Appl_C301.c: 5 warnings, 0 errors
compiling main.c...
..\boot_source\code_app\main\src\main.c(163): warning: #188-D: enumerated type mixed with another type
RCC_APB1PeriphClockCmd (RCC_APB1Periph_PWR | RCC_APB1Periph_BKP,ENABLE );//
..\boot_source\code_app\main\src\main.c(164): warning: #188-D: enumerated type mixed with another type
PWR_BackupAccessCmd(ENABLE);//
..\boot_source\code_app\main\src\main.c(198): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_1MS = RESET;
..\boot_source\code_app\main\src\main.c(207): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_5MS = RESET;
..\boot_source\code_app\main\src\main.c(213): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_10MS = RESET;
..\boot_source\code_app\main\src\main.c(222): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_20MS = RESET;
..\boot_source\code_app\main\src\main.c(226): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_50MS = RESET;
..\boot_source\code_app\main\src\main.c(230): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_100MS = RESET;
..\boot_source\code_app\main\src\main.c(234): warning: #188-D: enumerated type mixed with another type
TimeTaskData.F_Time_1000MS = RESET;
..\boot_source\code_app\main\src\main.c(89): warning: #177-D: function "Task_RunToAppCheckValide" was declared but never referenced
static uint8_t Task_RunToAppCheckValide(void)
..\boot_source\code_app\main\src\main.c: 10 warnings, 0 errors
compiling app_can.c...
linking...
Program Size: Code=22124 RO-data=980 RW-data=252 ZI-data=12716
FromELF: creating hex file...
".\Objects\hongri_boot.axf" - 0 Error(s), 16 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.1.0.pack
Keil.STM32F1xx_DFP.2.1.0
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_hongri_boot
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.1.0\Device\Include
<h2>Collection of Component Files used:</h2>
Build Time Elapsed: 00:00:06
</pre>
</body>
</html>