make: *** [obj/rpctest.o] Error 1,这种错误如何定位?
Compiling Rpctestsample ...
Building testdb.c ...
make: Warning: File `rpctest.c' has modification time 9.7e+02 s in the future
Building rpctest.c ...
make: *** [obj/rpctest.o] Error 1
编译时报如上错误。我觉得可能是rpctest.c里的问题,就一行行删除代码,但仍然报此错。目前仍在进行中。
求救,此问题一般因何而起?如何改?关键是如何定位?
如果象平时make的时候,直接报出错文件的哪一行有错,就好了。不知道为何这次不报具体位置?