L4Linux/build: Difference between revisions
From TUDOS-Wiki
Jump to navigationJump to search
m add path in prompts |
No edit summary |
||
Line 1: | Line 1: | ||
Quick build instructions. | Quick build instructions. | ||
~$ cd l4linux | ~$ cd l4linux | ||
l4linux | l4linux$ mkdir /tmp/buildpath | ||
l4linux | l4linux$ make O=/tmp/buildpath x86-ux_defconfig | ||
Set proper path to L4 build directory. | Set proper path to L4 build directory. | ||
l4linux | l4linux$ make O=/tmp/buildpath menuconfig | ||
Build | Build | ||
l4linux | l4linux$ make O=/tmp/buildpath | ||
Building L4Linux for ARM: | Building L4Linux for ARM: | ||
$ cd l4linux | $ cd l4linux | ||
l4linux | l4linux$ mkdir /tmp/buildpath | ||
l4linux | l4linux$ make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- arm_defconfig | ||
l4linux | l4linux$ make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- menuconfig | ||
l4linux | l4linux$ make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- |
Revision as of 14:24, 15 June 2011
Quick build instructions.
~$ cd l4linux l4linux$ mkdir /tmp/buildpath l4linux$ make O=/tmp/buildpath x86-ux_defconfig
Set proper path to L4 build directory.
l4linux$ make O=/tmp/buildpath menuconfig
Build
l4linux$ make O=/tmp/buildpath
Building L4Linux for ARM:
$ cd l4linux l4linux$ mkdir /tmp/buildpath l4linux$ make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- arm_defconfig l4linux$ make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux- menuconfig l4linux$ make O=/tmp/buildpath L4ARCH=arm CROSS_COMPILE=arm-linux-