#error clnk Debug\weblink-1.lkf:1 symbol _log not defined (Debug\main.o ) what is this error???
this is my program#include "STM8AF51x8.h"#include "math.h"void main(){ double x=4,result; result=log(x); I2C_DR=result;}errors:--#error clnk Debug\weblink-1.lkf:1 symbol _log not defined (Debug\main.o ) The command: "clnk -m Debug\weblink-1.map -l"C:...