On Monday, March 23, 2015 at 9:42:08 PM UTC-4, Shyam D wrote: > > No, the first time it succedded but dont know why the second time it > started saying > > make -C /lib/modules/3.8.13-bone47/build M=/root/lddgeek modules >> make[1]: Entering directory `/usr/src/linux-3.8.13-bone47' >> make[1]: Warning: File `/usr/src/linux-3.8.13-bone47/arch/arm/Makefile' >> has modification time 1.2e+03 s in the future >> make[2]: Warning: File `scripts/Makefile.lib' has modification time >> 1.2e+03 s in the future >> CC [M] /root/lddgeek/module.o >> /root/lddgeek/module.c: In function 'module_start': >> /root/lddgeek/module.c:7:1: warning: control reaches end of non-void >> function [-Wreturn-type] >> LD [M] /root/lddgeek/Module.o >> make[2]: warning: Clock skew detected. Your build may be incomplete. >> Building modules, stage 2. >> make[2]: Warning: File `scripts/Makefile.lib' has modification time >> 1.2e+03 s in the future >> MODPOST 1 modules >> CC /root/lddgeek/Module.mod.o >> LD [M] /root/lddgeek/Module.ko >> make[2]: warning: Clock skew detected. Your build may be incomplete. >> make[1]: warning: Clock skew detected. Your build may be incomplete. >> make[1]: Leaving directory `/usr/src/linux-3.8.13-bone47' > > You should look more closely at the results. Your module built successfully and should be usable. The messages regarding "clock skew detected" are warnings only. They are usually caused when during separate compilation attempts (usually across system boots) the system clock has changed. You can usually eliminate those type of warnings by first running "make clean" then your normal make.
frank -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
