You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error message from linker stage of gcc point to this line of code:
Ths fuction - inline body of __FPU_Enable, located in core_A/Include/cmsis_gcc.h.
In my project with -Ofast -flto optimization options. Method for solve this error - explicit disable inlining of outer function..
Or, __FPU_Enable can be rewritten for use imm constants and left shift R2 content.
The text was updated successfully, but these errors were encountered:
This error message from linker stage of gcc point to this line of code:

Ths fuction - inline body of __FPU_Enable, located in
core_A/Include/cmsis_gcc.h
.In my project with -Ofast -flto optimization options. Method for solve this error - explicit disable inlining of outer function..
Or, __FPU_Enable can be rewritten for use imm constants and left shift R2 content.
The text was updated successfully, but these errors were encountered: