From ae3ae906e5b910f062c15db7fab089c8cd657994 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 Jan 2011 15:37:50 +0100 Subject: documentation: mention we can't use the distro toolchain as external Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index f1721ea41..36297e099 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -778,6 +778,15 @@ $(ZLIB_DIR)/libz.a: $(ZLIB_DIR)/.configured +

We also do not support using the distribution toolchain (i.e + the gcc/binutils/C library installed by your distribution) as the + toolchain to build software for the target. This is because your + distribution toolchain is not a "pure" toolchain (i.e only with + the C/C++ library), so we cannot import it properly into the + Buildroot build environment. So even if you are building a system + for a x86 or x86_64 target, you have to generate a + cross-compilation toolchain with Buildroot or Crosstool-NG.

+

Adding new packages to Buildroot

This section covers how new packages (userspace libraries or -- cgit v1.2.3