I'm using the No-OS software with the AD9371 on a KCU105 board. When I build the software I see an error flash by on the screen which says:
"../src/platform_xilinx/platform_drivers.h:44:10: fatal error: sleep.h: No such file or directory
#include <sleep.h>
compilation terminated.
make: *** [src/platform_xilinx/adc_core.o] Error 1"
There is no "sleep.h" header available. Given that the software is running on a microblaze that has no timer attached to it, I don't know how any of the function calls needing "sleep.h" are going to work. I am having trouble getting things to work consistently. I wonder if this might have something to do with it. What is the correct way to address this missing header?
-Thanks