Difference between revisions of "External Toolchains"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
(Using already built Toolchains)
Line 18: Line 18:
  
 
==Using already built Toolchains==
 
==Using already built Toolchains==
 +
 +
<pre class="config">
 +
Toolchain ---->
 +
    Toolchain type (External toolchain)  --->
 +
    Toolchain (Custom toolchain)  --->
 +
    (/path/to/staging/usr/) Toolchain path
 +
</pre>
 +
 +
Then, set the properties of the toolchain accordingly.
  
 
==Links==
 
==Links==
 
* [http://www.buildroot.net/downloads/buildroot.html#external_toolchain Buildroot's documentation about External Toolchains]
 
* [http://www.buildroot.net/downloads/buildroot.html#external_toolchain Buildroot's documentation about External Toolchains]

Revision as of 21:44, 7 August 2011

You will need to use a recent Armadeus release (with Buildroot > 2011.05) to use the following instructions.

Building common toolchains with Buildroot

  • create directory where toolchain will be put:
$ sudo mkdir -p /usr/local/armadeus
$ sudo chown $USER:$USER /usr/local/armadeus
$ make menuconfig
Build options ---->
    () Host dir

Using already built Toolchains

Toolchain ---->
    Toolchain type (External toolchain)  --->
    Toolchain (Custom toolchain)  --->
    (/path/to/staging/usr/) Toolchain path

Then, set the properties of the toolchain accordingly.

Links