RTC on A13-SOM-WIFI Rev.B

Started by davicarnieto, January 10, 2017, 09:24:47 PM

Previous topic - Next topic

davicarnieto

I'm using an A13-SOM-WIFI Rev.B.
When I tried use a libxml2-2.9.4 I had problens.

I'm using "putty". I used the sequence commands bellow:
wget ftp://xmlsoft.org/libxml2/libxml2-git-snapshot.tar.gz
tar -vzxf libxml2-git-snapshot.tar.gz
cd libxml2-2.9.4
./configure

In this point I saw:

root@a13-OLinuXino-Micro-SOM:~/libxml2-2.9.4# ./configure
checking whether to disable maintainer-specific portions of Makefiles... yes
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
root@a13-OLinuXino-Micro-SOM:~/libxml2-2.9.4#

Anybody can help me?

JohnS

Look at the times/dates on the files.  Then set your system clock / use touch / rm / as needed.

John