using-openadk-toolchain.txt 798 B

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