| 12345678910111213141516171819 | // -*- mode:doc; -*-// vim: set syntax=asciidoc:Using the generated toolchain outside OpenADK~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You may want to compile, for your target, your own programs or other softwarethat are not packaged in OpenADK. In order to do this you can use the toolchainthat was generated by OpenADK.The toolchain generated by OpenADK is located by default in+toolchain_<gnu_host_name>/+. The simplest way to use it is to add+toolchain_<gnu_host_name>/usr/bin/+ to your PATH environment variable and then to use+<arch>-<vendor>-linux-<libcsuffix>-gcc+,+<arch>-<vendor>-linux-<libcsuffix>-objdump+, etc.It is possible to relocate the toolchain, you just need to put+target_<arch>_<libc>_<libcsuffix>+ into the same directory as+toolchain_<gnu_host_name>/+.
 |