Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Managed Build: Clock skew problem. Please help
Managed Build: Clock skew problem. Please help [message #126015] Thu, 04 November 2004 14:53 Go to next message
Eclipse UserFriend
Hi, all:

I think this probably not an Eclipse cdt problem, since nobody asked this
before. Could somebody give some hints?

I tried the Eclipse 3.0.1 with CDT 2.0.2, and use the managedmake to
create C project.

My problem is:

Whenever I clean and rebuild the project, there is always time skew
warnining (see below, but it did build everything with the annoying
warning). However, when I run make over the generated makefile directly,
there is no time skew warning.

Any hints?

Thanks
-Chengdong

The time skew warning:


**** Full rebuild of configuration Debug for project ManagedMakeCProject
****

make -k clean all
make: *** Warning: File `objects.mk' has modification time in the future
(2004-11-04 11:52:53 > 2004-11-04 11:52:51.00083)
rm -rf main.o main.d ManagedMakeCProject
Building file: ../main.c
gcc -O0 -g3 -Wall -c -fmessage-length=0 -o main.o ../main.c
Finished building: ../main.c

Building target: ManagedMakeCProject
gcc -o ManagedMakeCProject main.o
make: warning: Clock skew detected. Your build may be incomplete.
Finished building: ManagedMakeCProject
Build complete for project ManagedMakeCProject
Re: Managed Build: Clock skew problem. Please help [message #126041 is a reply to message #126015] Thu, 04 November 2004 16:33 Go to previous message
Eclipse UserFriend
There is a difference between my local machine and file sever machine.
Install time server, then fixed.
-chengdong

chengdong wrote:

> Hi, all:

> I think this probably not an Eclipse cdt problem, since nobody asked this
> before. Could somebody give some hints?

> I tried the Eclipse 3.0.1 with CDT 2.0.2, and use the managedmake to
> create C project.

> My problem is:

> Whenever I clean and rebuild the project, there is always time skew
> warnining (see below, but it did build everything with the annoying
> warning). However, when I run make over the generated makefile directly,
> there is no time skew warning.

> Any hints?

> Thanks
> -Chengdong

> The time skew warning:


> **** Full rebuild of configuration Debug for project ManagedMakeCProject
> ****

> make -k clean all
> make: *** Warning: File `objects.mk' has modification time in the future
> (2004-11-04 11:52:53 > 2004-11-04 11:52:51.00083)
> rm -rf main.o main.d ManagedMakeCProject
> Building file: ../main.c
> gcc -O0 -g3 -Wall -c -fmessage-length=0 -o main.o ../main.c
> Finished building: ../main.c

> Building target: ManagedMakeCProject
> gcc -o ManagedMakeCProject main.o
> make: warning: Clock skew detected. Your build may be incomplete.
> Finished building: ManagedMakeCProject
> Build complete for project ManagedMakeCProject
Previous Topic:Debugger inconsistent STEP INTO behavior
Next Topic:Help with Refactor
Goto Forum:
  


Current Time: Sun Jul 27 16:11:47 EDT 2025

Powered by FUDForum. Page generated in 0.04459 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top