Dear List:
 
I "make test" for test.c as follows :
#include<linux/delay.h>
int main()
{
udelay(1000);
return 0;
}
But I got "undefined reference to __const_udelay",
Could you show me what library to link ?
 
BestRegards'
Henry

Reply via email to