µVision Build Log

Tool Versions:

IDE-Version: µVision V5.24.2.0 Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: alex rayne, pe196, LIC=1WSBS-LIFTY-227L4-FI5IF-X9RMP-UJGZH Tool Versions: Toolchain: MDK-ARM Professional Version: 5.24.1 Toolchain Path: C:\Keil\ARM\ARMCLANG\Bin C Compiler: ArmClang.exe V6.7 Assembler: Armasm.exe V6.7 Linker/Locator: ArmLink.exe V6.7 Library Manager: ArmAr.exe V6.7 Hex Converter: FromElf.exe V6.7 CPU DLL: SARMCM3.DLL V5.24.1 Dialog DLL: DCM.DLL V1.16.0.0 Target DLL: UL2CM3.DLL V1.160.3.0 Dialog DLL: TCM.DLL V1.32.0.0

Project:

D:\projects\max6954.work\max6954-test2\max6954-demo\MDK-ARM\max6954-demo.uvprojx Project File Date: 03/17/2020

Output:

*** Using Compiler 'V6.7', folder: 'C:\Keil\ARM\ARMCLANG\Bin' Build target 'Debug' compiling system_stm32l1xx.c... compiling stm32l1xx_it.c... ../Core/Src/main.c(174): error: use of undeclared identifier 'LL_USART_InitTypeDef' LL_USART_InitTypeDef USART_InitStruct = {0}; ^ ../Core/Src/main.c(176): error: use of undeclared identifier 'LL_GPIO_InitTypeDef' LL_GPIO_InitTypeDef GPIO_InitStruct = {0}; ^ ../Core/Src/main.c(186): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Pin = USART_TX_Pin; ^ ../Core/Src/main.c(187): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; ^ ../Core/Src/main.c(188): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_VERY_HIGH; ^ ../Core/Src/main.c(189): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; ^ ../Core/Src/main.c(190): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Pull = LL_GPIO_PULL_NO; ^ ../Core/Src/main.c(191): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Alternate = LL_GPIO_AF_7; ^ ../Core/Src/main.c(192): warning: implicit declaration of function 'LL_GPIO_Init' is invalid in C99 [-Wimplicit-function-declaration] LL_GPIO_Init(USART_TX_GPIO_Port, &GPIO_InitStruct); ^ ../Core/Src/main.c(192): error: use of undeclared identifier 'GPIO_InitStruct' LL_GPIO_Init(USART_TX_GPIO_Port, &GPIO_InitStruct); ^ ../Core/Src/main.c(194): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Pin = USART_RX_Pin; ^ ../Core/Src/main.c(195): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; ^ ../Core/Src/main.c(196): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_VERY_HIGH; ^ ../Core/Src/main.c(197): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; ^ ../Core/Src/main.c(198): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Pull = LL_GPIO_PULL_NO; ^ ../Core/Src/main.c(199): error: use of undeclared identifier 'GPIO_InitStruct' GPIO_InitStruct.Alternate = LL_GPIO_AF_7; ^ ../Core/Src/main.c(200): error: use of undeclared identifier 'GPIO_InitStruct' LL_GPIO_Init(USART_RX_GPIO_Port, &GPIO_InitStruct); ^ ../Core/Src/main.c(205): error: use of undeclared identifier 'USART_InitStruct' USART_InitStruct.BaudRate = 115200; ^ ../Core/Src/main.c(206): error: use of undeclared identifier 'USART_InitStruct' USART_InitStruct.DataWidth = LL_USART_DATAWIDTH_8B; ^ ../Core/Src/main.c(207): error: use of undeclared identifier 'USART_InitStruct' USART_InitStruct.StopBits = LL_USART_STOPBITS_1; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. compiling main.c... "max6954demo.axf" - 19 Error(s), 1 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.STM32L1xx_DFP.1.2.0.pack Keil.STM32L1xx_DFP.1.2.0 STMicroelectronics STM32L1 Series Device Support and Examples

Collection of Component include folders:

.\RTE\_Debug C:\Keil\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include C:\Keil\ARM\PACK\Keil\STM32L1xx_DFP\1.2.0\Device\Include

Collection of Component Files used:

* Component: ARM::CMSIS:CORE:5.3.0 Target not created. Build Time Elapsed: 00:00:01