SPC58 : how to measure execution time?
I use SPC58nh-disp.
I use "time.h" and clock() function.
but occur error
like
" c:/spc5studio-6.0/eclipse/plugins/com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.20200908161514/toolchain/bin/../lib/gcc/powerpc-eabivle/4.9.4/../../../../powerpc-eabivle/lib/e200z4\libc.a(lib_a-timesr.o): In function `_times_r':
timesr.c:(.text._times_r+0x2): undefined reference to `times' "
how to solve?? or Are there other ways to measure execution time????
