Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section
@ 2012-02-08 22:20 Samuel MARTIN
  2012-02-08 23:15 ` Arnout Vandecappelle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Samuel MARTIN @ 2012-02-08 22:20 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
---
 docs/manual/customize-toolchain.txt |   45 +++++++++++++++++++++++++++++++++++
 docs/manual/customize.txt           |    2 +
 docs/manual/external-toolchain.txt  |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
 create mode 100644 docs/manual/customize-toolchain.txt

diff --git a/docs/manual/customize-toolchain.txt b/docs/manual/customize-toolchain.txt
new file mode 100644
index 0000000..a54e2e2
--- /dev/null
+++ b/docs/manual/customize-toolchain.txt
@@ -0,0 +1,45 @@
+Customizing the toolchain
+-------------------------
+[[toolchain-custom]]
+
+There are three distinct types of toolchain backend supported in Buildroot,
+available under the menu +Toolchain+, invoking +make menuconfig+.
+
+Using the external toolchain backend
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There is no way of tuning an external toolchain since Buildroot does not
+generate it.
+
+It also requires to set the Buildroot settings according to the toolchain ones
+(see xref:external-toolchain[]).
+
+Using the internal Buildroot toolchain backend
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The internal Buildroot toolchain backend *only* allows to generate
+*http://www.uclibc.org/[uClibc]-based toolchains*.
+
+However, it allows to tune major settings, such as:
+
+* Linux header version
+
+* http://www.uclibc.org/[uClibc] configuration (see xref:uclibc-custom[uClibc])
+
+* Binutils, GCC, Gdb and toolchain options
+
+This is directly avaiblable after selecting the +Buildroot toolchain+ type in
+the menu +Toolchain+.
+
+Using the Crosstool-NG backend
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The http://crosstool-ng.org[crosstool-NG] toolchain backend enables a rather
+limited set of settings under the Buildroot +Toolchain+ menu (ie. when invoking
++make menuconfig+); mostly:
+
+* The http://crosstool-ng.org[crosstool-NG] configuration file
+
+* Gdb and some toolchain options
+
+Then, the toolchain can be finely tuned invoking +make ctng-menuconfig+.
diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt
index c9f4dfd..e8235de 100644
--- a/docs/manual/customize.txt
+++ b/docs/manual/customize.txt
@@ -8,3 +8,5 @@ include::customize-busybox-config.txt[]
 include::customize-uclibc-config.txt[]
 
 include::customize-kernel-config.txt[]
+
+include::customize-toolchain.txt[]
diff --git a/docs/manual/external-toolchain.txt b/docs/manual/external-toolchain.txt
index 20eebdb..62eb0a3 100644
--- a/docs/manual/external-toolchain.txt
+++ b/docs/manual/external-toolchain.txt
@@ -1,5 +1,6 @@
 Using an external toolchain
 ===========================
+[[external-toolchain]]
 
 Using an already existing toolchain is useful for different
 reasons:
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section
  2012-02-08 22:20 [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section Samuel MARTIN
@ 2012-02-08 23:15 ` Arnout Vandecappelle
  2012-02-09  7:38 ` Thomas De Schampheleire
  2012-02-09 22:24 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-02-08 23:15 UTC (permalink / raw)
  To: buildroot

On Wednesday 08 February 2012 23:20:54 Samuel MARTIN wrote:
> 
> Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Documentation updates, we need more of those!  Thanks, Samuel.

[snip]
> +Using the internal Buildroot toolchain backend
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
> +The internal Buildroot toolchain backend *only* allows to generate
> +*http://www.uclibc.org/[uClibc]-based toolchains*.
> +
> +However, it allows to tune major settings, such as:
> +
> +* Linux header version
> +
> +* http://www.uclibc.org/[uClibc] configuration (see xref:uclibc-custom[uClibc])
> +
> +* Binutils, GCC, Gdb and toolchain options
> +
> +This is directly avaiblable after selecting the +Buildroot toolchain+ type in
> +the menu +Toolchain+.

Then, the toolchain can be finely tuned invoking +make uclibc-menuconfig+.

:-)

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section
  2012-02-08 22:20 [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section Samuel MARTIN
  2012-02-08 23:15 ` Arnout Vandecappelle
@ 2012-02-09  7:38 ` Thomas De Schampheleire
  2012-02-09 22:24 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2012-02-09  7:38 UTC (permalink / raw)
  To: buildroot

Op 8 feb. 2012 23:21 schreef "Samuel MARTIN" <s.martin49@gmail.com> het
volgende:
>
>
> Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
> ---
>  docs/manual/customize-toolchain.txt |   45
+++++++++++++++++++++++++++++++++++
>  docs/manual/customize.txt           |    2 +
>  docs/manual/external-toolchain.txt  |    1 +
>  3 files changed, 48 insertions(+), 0 deletions(-)
>  create mode 100644 docs/manual/customize-toolchain.txt
>
> diff --git a/docs/manual/customize-toolchain.txt
b/docs/manual/customize-toolchain.txt
> new file mode 100644
> index 0000000..a54e2e2
> --- /dev/null
> +++ b/docs/manual/customize-toolchain.txt
> @@ -0,0 +1,45 @@
> +Customizing the toolchain
> +-------------------------
> +[[toolchain-custom]]
> +
> +There are three distinct types of toolchain backend supported in
Buildroot,
> +available under the menu +Toolchain+, invoking +make menuconfig+.
> +
> +Using the external toolchain backend
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
> +There is no way of tuning an external toolchain since Buildroot does not
> +generate it.
> +
> +It also requires to set the Buildroot settings according to the
toolchain ones
> +(see xref:external-toolchain[]).
> +
> +Using the internal Buildroot toolchain backend
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
> +The internal Buildroot toolchain backend *only* allows to generate
> +*http://www.uclibc.org/[uClibc]-based toolchains*.
> +
> +However, it allows to tune major settings, such as:
> +
> +* Linux header version
> +
> +* http://www.uclibc.org/[uClibc] configuration (see
xref:uclibc-custom[uClibc])
> +
> +* Binutils, GCC, Gdb and toolchain options
> +
> +This is directly avaiblable after selecting the +Buildroot toolchain+
type in

available

> +the menu +Toolchain+.
> +
> +Using the Crosstool-NG backend
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
> +The http://crosstool-ng.org[crosstool-NG] toolchain backend enables a
rather
> +limited set of settings under the Buildroot +Toolchain+ menu (ie. when
invoking
> ++make menuconfig+); mostly:
> +
> +* The http://crosstool-ng.org[crosstool-NG] configuration file
> +
> +* Gdb and some toolchain options
> +
> +Then, the toolchain can be finely tuned invoking +make ctng-menuconfig+.
> diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt
> index c9f4dfd..e8235de 100644
> --- a/docs/manual/customize.txt
> +++ b/docs/manual/customize.txt
> @@ -8,3 +8,5 @@ include::customize-busybox-config.txt[]
>  include::customize-uclibc-config.txt[]
>
>  include::customize-kernel-config.txt[]
> +
> +include::customize-toolchain.txt[]
> diff --git a/docs/manual/external-toolchain.txt
b/docs/manual/external-toolchain.txt
> index 20eebdb..62eb0a3 100644
> --- a/docs/manual/external-toolchain.txt
> +++ b/docs/manual/external-toolchain.txt
> @@ -1,5 +1,6 @@
>  Using an external toolchain
>  ===========================
> +[[external-toolchain]]
>
>  Using an already existing toolchain is useful for different
>  reasons:

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120209/6503264f/attachment.html>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section
  2012-02-08 22:20 [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section Samuel MARTIN
  2012-02-08 23:15 ` Arnout Vandecappelle
  2012-02-09  7:38 ` Thomas De Schampheleire
@ 2012-02-09 22:24 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-02-09 22:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Samuel" == Samuel MARTIN <s.martin49@gmail.com> writes:

 Samuel> Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-09 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 22:20 [Buildroot] [PATCH 1/1] docs: Add customizing toolchain section Samuel MARTIN
2012-02-08 23:15 ` Arnout Vandecappelle
2012-02-09  7:38 ` Thomas De Schampheleire
2012-02-09 22:24 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox