From 9c6c1dff2e80cafcd828cd663755efdea55645a5 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb Each directory contains at least 3 files : Each directory contains at least 2 files : The toolchain generated by the Buildroot by default is located in
target
directory) contains the
Makefiles and associated files for software related to the generation of
- the target root filesystem image. Four types of filesystems are supported
+ the target root filesystem image. Two types of filesystems are supported
: jffs2 and squashfs.
-
Makefile
is the Makefile that downloads, configures,
@@ -294,7 +294,7 @@
build_ARCH/staging_dir/
. The simplest way to use it
is to add build_ARCH/staging_dir/bin/
to your PATH
- environnement variable, and then to use
+ environment variable, and then to use
arch-linux-gcc
, arch-linux-objdump
,
arch-linux-ld
, etc.~/buildroot/
) :
-export PATH=$PATH:~/buildroot/build_mips/bin/ +export PATH=$PATH:~/buildroot/build_mipsel/staging_dir/bin/
Then you can simply do :
-mips-linux-gcc -o foo foo.c +mipsel-linux-uclibc-gcc -o foo foo.c
Important : do not try to move the toolchain to an other
@@ -510,7 +510,7 @@ foo-compile: bar-compile
of BUILD_DIR
which is created upon decompression of
the tarball.
-
PKG_IPK
: The resulting ipkg pacakge
+ PKG_IPK
: The resulting ipkg package
--
2.30.2