Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
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`.