Managed Build: Clock skew problem. Please help [message #126015] |
Thu, 04 November 2004 14:53  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04459 seconds