// -*- 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 software that are not packaged in OpenADK. In order to do this you can use the toolchain that was generated by OpenADK. The toolchain generated by OpenADK is located by default in +toolchain_/+. The simplest way to use it is to add +toolchain_/usr/bin/+ to your PATH environment variable and then to use +--linux--gcc+, +--linux--objdump+, etc. It is possible to relocate the toolchain, you just need to put +target___+ into the same directory as +toolchain_/+.