Hello Please help:
I Added -(l)m for functions as roundf, fmaxf,
Now i am getting the following error:

I am not good with these side programming problems. What do i do to solve this?
I have added the following, this did not help:
#include "errno.h"
#define errno (*__error())
extern int * __error(void);
MCU linker is invoking:
arm-none-eabi-gcc -nostdlib -L"C:\Users\...
I am not familiar with what correct invoking is, arm-none-eabi-gcc I have seen before.
Is there some work around, adding some small-math-lib or something from github, anyone know?