Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

invalid-builtin-toolchain.rst 664B

1234567891011121314151617
  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`.