HI Again,
I'm up and running, It's now time for me to start to write some code. I'm intending on moding the demo code. so first thing to do is to be able to compile the original code.
I've changed the make.rules file and then ran the make instruction.
It seems to have mostly worked but there is a error message. I've copied the ouput below
There is an Error 2 code at the bottom. has any one got any ideas? root@192.168.11.3:/opt/dvsdk_1_30_01_41/demos/dm355# make make: Warning: File `../../Rules.make' has modification time 1.2e+09 s in the future Making all in subdirectory utils... make[1]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils' make[1]: Warning: File `Makefile' has modification time 1.2e+09 s in the future Making all in subdirectory msp430lib... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/msp430lib' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/msp430lib' Making all in subdirectory simplewidget... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/simplewidget' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/simplewidget' Making all in subdirectory fifoutil... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/fifoutil' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: Nothing to be done for `all'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/fifoutil' Making all in subdirectory rendezvous... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/rendezvous' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: Nothing to be done for `all'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/rendezvous' Making all in subdirectory timerutil... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/timerutil' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: Nothing to be done for `all'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/timerutil' Making all in subdirectory smooth... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/smooth' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/smooth' Making all in subdirectory pause... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/pause' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: Nothing to be done for `all'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/pause' Making all in subdirectory rszcopy... make[2]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/rszcopy' make[2]: Warning: File `../../../../Rules.make' has modification time 1.2e+09 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils/rszcopy' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/utils' Making all in subdirectory decode... make[1]: Entering directory `/opt/dvsdk_1_30_01_41/demos/dm355/decode' Makefile:20: *** missing separator. Stop. make[1]: Leaving directory `/opt/dvsdk_1_30_01_41/demos/dm355/decode' make: *** [decode] Error 2