Question
Eclipse shows error though GCC says no error
I'm just getting started with development for STMF4 etc.
Using Eclipse IDE for GNU ARM & RISC-V C/C++ Developers Version: 2018-09 (4.9.0)
Got the blinky C++ example to build and run fine on STMF4 Discovery board.
Despite no errors from GCC build, Eclipse is showing errors like below;
seems to not correctly match C++ member functions.
Any ideas what causes this and how to fix it?
Thanks!

