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
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
This is an old revision of the document!
Kerlink provides the cross-toolchain, libraries and headers necessary to the compilation of an application.
The provided toolchain and development procedure are dedicated to Linux x86 computer (64 bits). There is no embedded compiler in the Wirnet™ Productline gateways.
Retrieve the toolchain installation package corresponding to your firmware version from the resources page.
Execute the script:
/opt/toolchains/lpbs./opt/toolchains/wifc./opt/toolchains/klkgw../poky-glibc-x86_64-keros-toolchain-klkgw-4.1.2.sh Poky (Yocto Project Reference Distro) SDK installer version 2.4.2 ================================================================= Enter target directory for SDK (default: /opt/poky/2.4.2): /opt/toolchains/klkgw You are about to install the SDK to "/opt/toolchains/klkgw". Proceed[Y/n]? y Extracting SDK...............................................................done Setting it up...done SDK has been successfully set up and is ready to be used. Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. $ . /opt/toolchains/klkgw/environment-setup-armv7ahf-neon-poky-linux-gnueabi
In order to avoid issues with Makefile using “CFLAGS” or “LDFLAGS”, please modify the toolchain environment file (using the corresponding toolchain directory /opt/toolchains/lpbs/… or /opt/toolchains/wifc/…):
cat << EOF >> /opt/toolchains/klkgw/environment-setup-armv7ahf-neon-poky-linux-gnueabi unset CFLAGS unset CXXFLAGS unset LDFLAGS EOF
Source the toolchain environment (using the corresponding toolchain directory /opt/toolchains/lpbs/… or /opt/toolchains/wifc/…):
source /opt/toolchains/klkgw/environment-setup-armv7ahf-neon-poky-linux-gnueabi
System is ready to use make, autotools or cmake.