You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

archive-failure.rst 828B

4 years ago
123456789101112131415161718
  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.