This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM library error in arm keil need guidance in adding library issues during compilation of below code

Hey I'm trying arm keil to run my code but I'm facing an error.

here is files link drive.google.com/open

here is an error

*** Using Compiler 'V6.18', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
../USER/main.c(15): warning: In file included from...
../Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x\stm32f10x.h(461): warning: In file included from...
../Libraries/CMSIS/CM3/CoreSupport\core_cm3.h(1204): error: unknown type name 'inline'
static __INLINE void __enable_irq() { __ASM volatile ("cpsie i"); }
^
../Libraries/CMSIS/CM3/CoreSupport\core_cm3.h(751): note: expanded from macro '__INLINE'
#define __INLINE inline /*! '; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include
^~~~~~~~~

2 warnings and 17 errors generated.
compiling main.c...
"../USER/main.c" - 17 Error(s), 2 Warning(s).