Good morning everybody,
I'm running baremetal c-programs on the zedboard
(And this software is running).
Now I want to optimize the software. For the analysing of the software I wanted to use the gcov-tool of the gcc. But when I add the compiler and linker flags
"-ftest-coverage -fprofile-arcs",
I receive the compiler-error message:
"undefined reference to `__gcov_init'"
I know that this errormessage mean, that I can not use gcov. But I don't know any other tool, to analyse the code direct on the hardware.
Has anybody of you already tried to run gcov with a baremetal c-program?
I'm using Xilinx ISE Design Suite 14.4.
Thanks in advanced for your replies.
Jan