BUILD INSTRUCTION
Required environment
1. Host PC to Build ObigoAF Source
- Linux ubuntu-16.04 (xenial)
2. ObigoAF Open source Package
ObigoAF Open source Package download
http://oss.obigo.com/oss/index.php?mid=board_mxLS91&document_srl=214
- Extract tar.gz files
obigoaf
├── build
│ ├── syslibs
│ └── util
├── build.sh
├── LICENSE-TERMS-CONDITION.txt
├── OSS-LICENSES.txt
├── output
│ └── target-aivi
├── README.md
├── source
└── oaf
3. Download Build toolchain
ObigoAF Source must be compiled by mentor-graphics toolchain.
To visit [https://www.mentor.com/embedded-software/] find for more information and download.
- version : arm-none-linux-gnueabi-XX (Sourcery CodeBench 2015.12-166) 5.2.0
Download Mentor toolchan in ${DOWNLOAD_TOOLCHAIN_PATH}
- ${DOWNLOAD_TOOLCHAIN_PATH}
├── codebench-linux-2015.12-166-arm.bin
└── license.txt
4. Download Tier1 Sysroot libraries
To build ObigoAF Source, The Sysroot libraries must be located at Host Pc.
- Tier1 Sysroot libraries in obigoaf/sysroots
obigoaf
├── ...
└── sysroots
├── lib
└── usr
Build
$ cd obigoaf
$ sudo ./build.sh ${DOWNLOAD_TOOLCHAIN_PATH}
If you build successfully, you can find IPK file in obigoaf directory.
oaf_1.6.x.RNBS01RXX.v31_cortexa9-vfp-neon.ipk