I'm using the Eclipse based ONSemi IDE for my RSL10 device.
I would class myself as a novice when it comes to using Eclipse IDE and the GNU / C compiler.
So this has me puzzled.
I've included math.h and it registers when I include the math function I want to use - in this case log10.
However, when I choose to build my project, I get an error "undefined reference to `log10'"
I'm sure it is something obvious.
Any idea?