L4Linux/build

From TUDOS-Wiki
Revision as of 23:34, 7 November 2007 by Adam (talk | contribs) (New page: Quick build instructions. cd l4linux-2.6 mkdir /tmp/buildpath make O=/tmp/buildpath x86-native_defconfig Set proper path to L4 build directory. make O=/tmp/buildpath menuconfig Bui...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Quick build instructions.

cd l4linux-2.6
mkdir /tmp/buildpath
make O=/tmp/buildpath x86-native_defconfig

Set proper path to L4 build directory.

make O=/tmp/buildpath menuconfig

Build

make O=/tmp/buildpath


Building L4Linux for ARM:

cd l4linux-2.6
mkdir /tmp/buildpath
make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- arm_defconfig
make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- menuconfig
make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux-