µVision Build Log
Tool Versions:
IDE-Version: µVision V5.36.0.0
Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: hussamaldean al-daffaie, student, LIC=MPPLD-858UF-WF6I7-EQT76-TY5SQ-1RV0U
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.36.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 7 (build 960)
Assembler: Armasm.exe V5.06 update 7 (build 960)
Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
Library Manager: ArmAr.exe V5.06 update 7 (build 960)
Hex Converter: FromElf.exe V5.06 update 7 (build 960)
CPU DLL: SARMCM3.DLL V5.36.0.0
Dialog DLL: DCM.DLL V1.17.3.0
Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0
Dialog DLL: TCM.DLL V1.53.0.0
Project:
C:\Users\hussam\Documents\stm32projectsx\oled_i2c\oled.uvprojx
Project File Date: 12/05/2021
Output:
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'STM32F411RETx'
compiling main.c...
oled.h(130): warning: #1295-D: Deprecated declaration ssd1306_I2C_Init - give arg types
void ssd1306_I2C_Init();
main.c(105): warning: #188-D: enumerated type mixed with another type
SSD1306_Puts ("Embedded", &Font_7x10, 1);
main.c(109): warning: #188-D: enumerated type mixed with another type
SSD1306_Puts ("Expret.io", &Font_7x10, 1);
main.c(113): warning: #188-D: enumerated type mixed with another type
SSD1306_Puts ("OLED Display", &Font_7x10, 1);
main.c(117): warning: #188-D: enumerated type mixed with another type
SSD1306_Puts ("Bare Metal Code", &Font_7x10, 1);
main.c(162): warning: #188-D: enumerated type mixed with another type
SSD1306_Puts ("variable", &Font_7x10, 1);
main.c(169): warning: #188-D: enumerated type mixed with another type
SSD1306_Puts (zz, &Font_7x10, 1);
main.c(224): warning: #1-D: last line of file ends without a newline
}
main.c: 8 warnings, 0 errors
linking...
Program Size: Code=4000 RO-data=21964 RW-data=32 ZI-data=2672
FromELF: creating hex file...
".\Objects\oled.axf" - 0 Error(s), 8 Warning(s).
Software Packages used:
Package Vendor: ARM
http://www.keil.com/pack/ARM.CMSIS.5.8.0.pack
ARM.CMSIS.5.8.0
CMSIS (Common Microcontroller Software Interface Standard)
* Component: CORE Version: 5.5.0
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.15.0.pack
Keil.STM32F4xx_DFP.2.15.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
* Component: Startup Version: 2.6.3
Collection of Component include folders:
.\RTE\_STM32F411RETx
C:\Users\hussam\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include
C:\Users\hussam\AppData\Local\Arm\Packs\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:5.5.0
* Component: Keil::Device:Startup:2.6.3
Source file: MDK\Device\Source\ARM\STM32F411xx_OPT.s
Source file: MDK\Device\Source\ARM\STM32F4xx_OTP.s
Source file: Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f411xe.s
Include file: Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
Source file: Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
Build Time Elapsed: 00:00:01