Forum Discussion
Altera_Forum
Honored Contributor
11 years agocan't able to use usleep function in ARM DS-5
Hi, I am working with ARM DS-5 builder.I want to use Usleep function but it always display error like: "undefined reference to `usleep'" - I have already included unistd.h and when I click...
Altera_Forum
Honored Contributor
11 years agotried with following options:
# include "sys/unistd.h" # include "unistd.h" # include <sys/unistd.h> # include <unistd.h> still not working..