Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: davicarnieto on January 10, 2017, 09:24:47 PM

Title: RTC on A13-SOM-WIFI Rev.B
Post by: davicarnieto on January 10, 2017, 09:24:47 PM
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?
Title: Re: RTC on A13-SOM-WIFI Rev.B
Post by: JohnS on January 10, 2017, 09:39:34 PM
Look at the times/dates on the files.  Then set your system clock / use touch / rm / as needed.

John