hi i need help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • devesh

    hi i need help

    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..


  • Morris Dovey

    #2
    Re: hi i need help

    devesh wrote:
    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
    Every time I've seen this message, it was because the clocks on
    server and client nodes weren't in sync.

    Talk to your network administrator.

    --
    Morris Dovey
    DeSoto Solar
    DeSoto, Iowa USA

    Comment

    Working...