2014-11-13
This is the libhal part of the SDK.
The following things are assumed to be true before you start:
- You have GNU autotools installed.
 - You have a cross-compiler in 
~/x-tools/xtensa-lx106-elf/bin. - The programs in 
~/x-tools/xtensa-lx106-elf/binare all prefixed withxtensa-lx106-elf-, so adding the directory to$PATHwill not interfere with other programs. 
To build, install a cross-compiler for Xtensa LX106, e.g. using crosstool-NG. Then run
autoreconf -i
PATH=~/x-tools/xtensa-lx106-elf/bin:$PATH
mkdir build
cd build
../configure --host=xtensa-lx106-elf
make
Distributed under the MIT license. See the LICENSE file.