Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

1,118 bytes removed, 15:47, 23 August 2016
m
igep00x0_wilink8_defconfig
</pre>
Modify if it is needed the environment file (setup-env-wl18xx-rmd). My setup-env-wl18xx-rmd file has the following parameters:Change KLIB_BUILD variable
<pre># \\\// # -(o o)- #========================oOO==(_)==OOo=======================## This file contains the exports needed for automating the# build process of WLAN components.##===========================================================# User specific environment settings export INSTALL_DIR="/media/rootfs"export PATH=/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi/bin:$PATH export CROSS_COMPILE="arm-linux-gnueabi-"export PATH="${INSTALL_DIR}/linux_devkit/bin:$PATH"export WORK_SPACE="${INSTALL_DIR}"export KLIB_BUILD="/home/ppajuel/Escritorio/linux-omap-2.6.37-11"export BUILD_VERSION="r8"export ROOTFS="/media/rootfs"export KLIB="/media/rootfs" #===========================================================export ARCH="arm"export MY_PREFIX="/usr"export MY_SYSCONFDIR="/etc"export MY_LOCALSTATEDIR="/var"export CC="${CROSS_COMPILE}gcc"export CXX="${CROSS_COMPILE}g++"export AR="${CROSS_COMPILE}ar"export RANLIB="${CROSS_COMPILE}ranlib"LS=/bin/ls </pre> Load (modify if it is needed) the environment file (setup-env-wl18xx-rmd):
source setup-env-wl18xx-rmd
4,199
edits