Hi Hihith, As per your error list, It is realated to your Math library. If library is not included, then you have to implement the code for pow, round and etc.. FIrst please define #include <math.h> , #include <stdio.h>, #include <stdint.h>, #include <stdlib.h> header files. hope it will solve your dependency. Thanks
... View more