Hi Rik,
The best way to build a kernel is to setup some variables.
because i like to have things separate i added a user under linux called
looxlinux.
in the .bash_profile of that user I added:
export ARCH=arm
export CROSS_COMPILE=arm-linux-
export PATH=$PATH:/usr/local/arm/3.4.1/bin
which seems to me sufficient.
also the def_config of the loox720 is a little outdated.
To setup the configuration of the kernel:
make loox720_defconfig
To build the kernel:
make zImage
manually configure kernel settings:
make menuconfig
building modules:
make modules modules_install
Good luck!
Jan Rinze.
Received on Wed Sep 26 2007 - 04:06:33 EDT
This archive was generated by hypermail 2.2.0 : Wed Sep 26 2007 - 04:16:24 EDT