Updated libraries now get Error about FPU Nucleo f103rb

Hey. I was having the same error. I kept ctrl-clicking on the red underlined code to go to the source of the error. I finally got to macros-armclang.cfg with the line #define __ARM_FP 0x06.

I guess there are better ways to solve this issue, but putting the line

#undef __ARM_FP

before any includes in my source files, fixed this problem for me.

3 Likes