Re: hi i need help
- From: Barry Margolin <barmar@xxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 16:17:36 -0400
In article
<407a2d32-8c54-4d90-ab3b-50dcace72de8@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
devesh <deveshjk@xxxxxxxxx> wrote:
hi all ,
when i use the make file given below i get the warning message..
clock skew detected your build may be incomplete.how can i remove
this warning
pls help me..
the make file which i use is ...
obj-M:=hello.o
all:
make -C/lib/modules/$(shellUname-r)/build M=$(PWD)modules
clean:
make -C/lib/modules/$(shellUname-r)/build M=$(PWD)clean
thanks in advance..
This happens when you're using a network file server, and the clock on
your client machine is behind the clock on the server. Make reports
this error if the timestamp on one of the files is in the future.
Use NTP to synchronize all your clocks.
--
Barry Margolin, barmar@xxxxxxxxxxxx
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***
.
- References:
- hi i need help
- From: devesh
- hi i need help
- Prev by Date: Re: popen: how to know the child has exited?
- Next by Date: Re: advices on sockets
- Previous by thread: Re: hi i need help
- Next by thread: signals in a single thread process.
- Index(es):
Relevant Pages
|