Hello,
I am using zedboard for my project and I want to measure my algorithm process time. The problem is that I can not use the clock() or gettimeofday() function, it says "undefined reference to _gettimeofday" or " undefined reference to _time", but in fact, I have already included the <sys/time.h> and <time.h>. I really need this problem to be fixed or any idea to measure the execution time.
P.S. My programmm is based on C and neon intrinsics, and the The Project is running on standalone.