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

19 lines
828B

  1. Error: Creating a static library archive failed
  2. ###############################################
  3. ``dds`` primarily works with *static libraries*, and the file format of a
  4. static library is known as an *archive*. This error indicates that ``dds``
  5. failed in its attempt to collect one or more compiled *object files* together
  6. into an archive.
  7. It is unlikely that regular user action can cause this error, and is more
  8. likely an error related to the environment and/or filesystem.
  9. If you are using a custom toolchain and have specified the archiving command
  10. explicitly, it may also be possible that the argument list you have given to
  11. the archiving tool is invalid.
  12. When archiving fails, ``dds`` will print the output and command that tried to
  13. generate the archive. It should provide more details into the nature of the
  14. failure.