Hi everyone,
I am working on a project using ZedBoard. I have some problems regrading to the ZedBoard with Xilinx EDK.
I am trying to use timing of the system using gettimeofday()/time() function in the time.h. However, I cannot compile the C code. I got an error message like:
gettimeofdayr.c:(.text+0x20): undefined reference to `_gettimeofday'
collect2: ld returned 1 exit status
make: *** [inverter_test.elf] Error 1
I compiled the code in Visual Studio, it worked. I was wondering if the zedboard supports the timing function in standalone mode. My OS is windows 7 with Xilinx EDK 14.3.
Thank you very much.