Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

30 lines
1.2KB

  1. Error: Unable to find a default toolchain to use for the build
  2. ##############################################################
  3. Unlike other build systems, ``dds`` will not attempt to make a "best guess"
  4. about the local platform and the available build toolchains. Instead, a
  5. toolchain must be provided for every build. This can be named on the command
  6. line with ``--toolchain`` or by placing a toolchain file in one of a few
  7. prescribed locations.
  8. Solution: Request a built-in toolchain
  9. **************************************
  10. A built-in toolchain can be specified with the ``--toolchain`` (or ``-t``)
  11. argument. Refer to the :ref:`toolchains.builtin` section for more information.
  12. Solution: Set up a default toolchain file for the project or for your local user
  13. ********************************************************************************
  14. If no toolchain argument is given when a build is invoked, ``dds`` will search
  15. a predefined set of filepaths for the existence of a toolchain file to use as
  16. the "default." Writing a simple toolchain to one of these paths will cause
  17. ``dds`` to use this toolchain when none was provided.
  18. .. seealso::
  19. For more information, refer to the full documentation page:
  20. :doc:`/guide/toolchains`