User Tools

Site Tools


Sidebar

Kerlink Wiki Home Page

Home

Setups

General information

Wirnet™ iBTS information

Wirnet™ iFemtoCell information

Wirnet™ iFemtoCell-evolution information

Wirnet™ iStation information

System management

Network management

LoRa Features

KerOS customization

Support and resources



www.kerlink.com

wiki:sdk

This is an old revision of the document!


Table of Contents

Toolchain

Kerlink provides the arm-2011.03-wirma2-r59.tar.xz package which contains the cross-toolchain, libraries and headers necessary to the compilation of an application.

Install

Retreive the installation package according to the linux build machine architecture :

  • 32 bits : use “poky-glibc-i686-keros-cortexa9hf-vfp-neon-toolchain-1.8.sh”
  • 64 bits : use “poky-glibc-x86_64-keros-cortexa9hf-vfp-neon-toolchain-1.8.sh”

Execute the script (example for 32 bits arch):

./poky-glibc-x86_64-keros-cortexa9hf-vfp-neon-toolchain-1.8.sh
Enter target directory for SDK (default: /opt/poky/1.8): /opt/toolchains/loraV2
You are about to install the SDK to "/opt/toolchains/loraV2". Proceed[Y/n]? Y
Extracting SDK...done
Setting it up...done
SDK has been successfully set up and is ready to be used.

Modify toolchain environment file (use your own toolchain directory):

echo "unset CFLAGS" >> /opt/toolchains/loraV2/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi
echo "unset CXXFLAGS" >> /opt/toolchains/loraV2/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi
echo "unset LDFLAGS" >> /opt/toolchains/loraV2/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi

Source the toolchain environment :

source /opt/toolchains/loraV2/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi

System is ready to use “make”

wiki/sdk.1448024493.txt.gz · Last modified: 2019/01/17 10:01 (external edit)