Hello all
I'm evaluating µVision4 for a project and have loaded the Blinky example.
It compiles without errors or warnings.
Build target 'STM32F103 Simulator' assembling startup_stm32f10x_md.s... compiling system_stm32f10x.c... compiling Retarget.c... compiling Blinky.c... linking... Program Size: Code=712 RO-data=268 RW-data=20 ZI-data=1028 ".\Obj\Blinky.axf" - 0 Error(s), 0 Warning(s).
But when I open the core_cmFunc.h file there is a error on line 64. It says:
error: unknown type name '__STATIC_INLINE'
But if I'm selecting Go To Definition Of '__STATIC_INLINE' I end up in core_cm3.h wich is correct.
Why is that?
Can someone else verify that. And what should I do to remove the error?
Hi,
just put below reference top of your code, warning then be removed..
#include "core_cm3.h"
Hello
After including that header file "core_cm3.h" and compiling the Project, I am getting 58 errors in core_cm4.h and core_cm3.h