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-aivi2
├── 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 : aarch64-linux-gnu-XX (Sourcery CodeBench 2018.05-7) 7.3.1
Download Mentor toolchan in ${DOWNLOAD_TOOLCHAIN_PATH}
- ${DOWNLOAD_TOOLCHAIN_PATH}
├── codebench-linux-x64-11.0.0-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
└── renesas
└── st3.x
├── include
├── lib
├── lib64
├── usr
├── rfs_version.txt
└── vfp -> ${current_folder}
Build
$ cd obigoaf
$ sudo ./build.sh ${DOWNLOAD_TOOLCHAIN_PATH}
If you build successfully, you can find IPK file in obigoaf directory.
oaf_1.7.x.RNBS03RXX.v31_cortexa57-cortexa53.ipk