diff --git a/docs/buildroot.html b/docs/buildroot.html index 333ea224df..aed385694e 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -729,6 +729,17 @@ endif
External binary toolchain toolchain
typeExternal toolchain C
+ libraryEnable large
+ file, Enable IPv6, Enable
+ RPC, Enable toolchain
+ locale/i18n, Enable WCHAR, Enable
+ program invocation, Build/install c++ compiler and
+ libstdc++, according to the configuration of your
+ external toolchain. Buildroot will check those values at the
+ beginning of the compilation process and will tell you if you
+ used incorrect values.External toolchain path
appropriately. It should be set to a path where a bin/ directory
contains your cross-compiling toolsIf you are using an external toolchain based on uClibc, the
- Core C library from the external toolchain and
- Libraries to copy from the external toolchain options
- should already have correct values. However, if your external
- toolchain is based on glibc, you'll have to change these values
- according to your cross-compiling toolchain.
To generate external toolchains, we recommend using Crosstool-NG. It allows generating toolchains based on uClibc, glibc