Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

18 lines
664B

  1. Error: Invalid built-in toolchain
  2. #################################
  3. ``dds`` requires a toolchain in order to build any packages or projects. It
  4. ships with several built-in toolchains that do not require the user to write
  5. any configuration files.
  6. If you start your toolchain name (The `-t` or `--toolchain` argument)
  7. with a leading colon, dds will interpret it as a reference to a built-in
  8. toolchain. (Toolchain file paths cannot begin with a leading colon).
  9. These toolchain names are encoded into the dds executable and cannot be
  10. modified.
  11. .. seealso::
  12. Refer to the documentation on :doc:`toolchains </guide/toolchains>` and
  13. :ref:`toolchains.builtin`.