xenomai: new package, only mercury for now supported
[openadk.git] / docs / using-openadk-toolchain.txt
blob6994d9abcae3544435c5589eb2617972ad7339fd
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 Using the generated toolchain outside OpenADK
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 You may want to compile, for your target, your own programs or other software
8 that are not packaged in OpenADK. In order to do this you can use the toolchain
9 that was generated by OpenADK.
11 The toolchain generated by OpenADK is located by default in
12 +toolchain_<gnu_host_name>/+. The simplest way to use it is to add
13 +toolchain_<gnu_host_name>/usr/bin/+ to your PATH environment variable and then to use
14 +<arch>-<vendor>-linux-<libcsuffix>-gcc+,
15 +<arch>-<vendor>-linux-<libcsuffix>-objdump+, etc.
17 It is possible to relocate the toolchain, you just need to put
18 +target_<arch>_<libc>_<libcsuffix>+ into the same directory as
19 +toolchain_<gnu_host_name>/+.