|
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
|
- [SLUG] Re: ask gnuc(udelay) henry
- [SLUG] Re: ask gnuc(udelay) Angus Lees
