Page 1 of 1

Clock Skew

Posted: Tue Oct 16, 2007 9:18 am
by davidfourie
when running the compiler on my NMODL code I get the following warning.

Code: Select all

pmt
make: warning:  Clock skew detected.  Your build may be incomplete.

nrnmech.dll was built successfully.
Press Return key to exit
the channel functions well in the model, does anyone know what this could indicate?

Posted: Tue Oct 16, 2007 11:09 am
by hines
either your file timestamps or your computer clock is wrong. The clock skew
warning generally means that if you compiled a c file, the resultant .o file would stil be earlier than the c file.