Now i am doing some picture processing. I have to use some function in "math.h"
when ./runxdc.sh it is shows that
"package/cfg/app_release/....o470Mv(.text+0x2d68):**.c: undefined reference to 'cos'"
"package/cfg/app_release/....o470Mv(.text+0x3004):**.c: undefined reference to 'sin'"
"package/cfg/app_release/....o470Mv(.text+0x3040):**.c: undefined reference to 'tan'"
And in my programm I do have #include <math.h> & #include <tgmath.h>
Please !