2022-01-26 01:53 AM
I updated my IDE and i am using the latest version (1.6.1) now. I cannot solve it.
2022-01-26 01:59 AM
latest version is 1.8. But it shouldn't matter. What you are showing is a compiler flag, not a linker flag. Select the whole project first, then there should be a linker section in the Tool settings tree.
hth
KnarfB
2022-01-26 02:06 AM
Thanks. I solved it.
2024-01-17 05:19 AM
For Version 1.14.0 you can solve it like this:
-Click on you Project (The Blue Icon with the Project name behind it)
- File --> Propoerties --> C/C++ Build --> Settings --> Tool Settings --> MCU GCC Linker -->
Other flags --> add --> Insert "-u _scanf_float" without the "...".
- Rebuild your project
2024-03-03 09:12 PM
Thanks Noob, I was also lost, but now I am found