µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.38.0.0 Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: xu kaiming, HP Inc., LIC=65ISZ-J98KT-Z9PG9-4EL3Q-RM73N-3K9AU Tool Versions: Toolchain: MDK-ARM Plus Version: 5.38.0.0 Toolchain Path: d:\Keil\ARM\ARMCLANG\Bin C Compiler: ArmClang.exe V6.19 Assembler: Armasm.exe V6.19 Linker/Locator: ArmLink.exe V6.19 Library Manager: ArmAr.exe V6.19 Hex Converter: FromElf.exe V6.19 CPU DLL: SARMCM3.DLL V5.38.0.0 Dialog DLL: DARMSTM.DLL V1.69.1.0 Target DLL: UL2CM3.DLL V1.164.8.0 Dialog DLL: TARMSTM.DLL V1.67.1.0Project:
D:\AUTOMFL\AutoSAR\ELF_PARSAR\TEST_elf.uvprojx Project File Date: 11/19/2023Output:
*** Using Compiler 'V6.19', folder: 'd:\Keil\ARM\ARMCLANG\Bin' Build target 'Target 1' main.c(29): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "glob_val_uninit: %#08lx\n" , &glob_val_uninit ); ~~~~~~ ^~~~~~~~~~~~~~~~ main.c(30): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "glob_val_init: %#08lx\n" , &glob_val_init ); ~~~~~~ ^~~~~~~~~~~~~~ main.c(31): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "static_glob_val_uninit: %#08lx\n" , &static_glob_val_uninit ); ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ main.c(32): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "static_glob_val_init: %#08lx\n" , &static_glob_val_init ); ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~ main.c(34): warning: format specifies type 'unsigned long' but the argument has type 'char *' [-Wformat] printf( "local_const_val: %#08lx local_const_val_pointer: %#08lx\n" , p, &p ); ~~~~~~ ^ %8s main.c(34): warning: format specifies type 'unsigned long' but the argument has type 'char **' [-Wformat] printf( "local_const_val: %#08lx local_const_val_pointer: %#08lx\n" , p, &p ); ~~~~~~ ^~ main.c(35): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "local_malloc_val: %#08lx local_malloc_val_pointer: %#08lx\n" , local_malloc_val, &local_malloc_val ); ~~~~~~ ^~~~~~~~~~~~~~~~ main.c(35): warning: format specifies type 'unsigned long' but the argument has type 'int **' [-Wformat] printf( "local_malloc_val: %#08lx local_malloc_val_pointer: %#08lx\n" , local_malloc_val, &local_malloc_val ); ~~~~~~ ^~~~~~~~~~~~~~~~~ main.c(36): warning: format specifies type 'unsigned long' but the argument has type 'char *' [-Wformat] printf( "local_char_array: %#08lx local_char_array_pointer: %#08lx\n" , a, &a ); ~~~~~~ ^ %8s main.c(36): warning: format specifies type 'unsigned long' but the argument has type 'char (*)[13]' [-Wformat] printf( "local_char_array: %#08lx local_char_array_pointer: %#08lx\n" , a, &a ); ~~~~~~ ^~ main.c(38): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "local_val_uninit: %#08lx\n" , &local_val_uninit ); ~~~~~~ ^~~~~~~~~~~~~~~~~ main.c(39): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "local_val_init: %#08lx\n" , &local_val_init ); ~~~~~~ ^~~~~~~~~~~~~~~ main.c(40): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "static_local_val_uninit: %#08lx\n" , &static_local_val_uninit ); ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ main.c(41): warning: format specifies type 'unsigned long' but the argument has type 'int *' [-Wformat] printf( "static_local_val_init: %#08lx\n" , &static_local_val_init ); ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ 14 warnings generated. compiling main.c... linking... Program Size: Code=4496 RO-data=584 RW-data=24 ZI-data=1552 ".\Objects\TEST_elf.axf" - 0 Error(s), 14 Warning(s).Software Packages used:
Package Vendor: ARM http://www.keil.com/pack/ARM.CMSIS.5.9.0.pack ARM.CMSIS.5.9.0 CMSIS (Common Microcontroller Software Interface Standard) * Component: CORE Version: 5.6.0 Package Vendor: Keil https://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.1.pack Keil.STM32F1xx_DFP.2.4.1 STMicroelectronics STM32F1 Series Device Support, Drivers and Examples * Component: Startup Version: 1.0.0 * Component: Framework Version: 3.6.0 * Component: GPIO Version: 3.6.0 * Component: RCC Version: 3.6.0Collection of Component include folders:
./RTE/Device/STM32F103C8 ./RTE/_Target_1 D:/Keil/ARM/Packs/ARM/CMSIS/5.9.0/CMSIS/Core/Include D:/Keil/ARM/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include D:/Keil/ARM/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/StdPeriph_Driver/incCollection of Component Files used:
* Component: ARM::CMSIS:CORE:5.6.0 * Component: Keil::Device:Startup:1.0.0 Source file: Device/Source/ARM/startup_stm32f10x_md.s Source file: Device/Source/system_stm32f10x.c Source file: Device/Source/ARM/STM32F1xx_OPT.s Include file: RTE_Driver/Config/RTE_Device.h * Component: Keil::Device:StdPeriph Drivers:Framework:3.6.0 Include file: Device/StdPeriph_Driver/inc/misc.h Source file: Device/StdPeriph_Driver/templates/stm32f10x_it.c Include file: Device/StdPeriph_Driver/templates/stm32f10x_it.h Source file: Device/StdPeriph_Driver/templates/stm32f10x_conf.h Source file: Device/StdPeriph_Driver/src/misc.c * Component: Keil::Device:StdPeriph Drivers:GPIO:3.6.0 Include file: Device/StdPeriph_Driver/inc/stm32f10x_gpio.h Source file: Device/StdPeriph_Driver/src/stm32f10x_gpio.c * Component: Keil::Device:StdPeriph Drivers:RCC:3.6.0 Source file: Device/StdPeriph_Driver/src/stm32f10x_rcc.c Include file: Device/StdPeriph_Driver/inc/stm32f10x_rcc.h Build Time Elapsed: 00:00:01