Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. build failed when use -static 6.5.3/6.6.2 windows ar.exe: could not create temporary file whilst writing archive: no more archived files
Qt 6.11 is out! See what's new in the release blog

build failed when use -static 6.5.3/6.6.2 windows ar.exe: could not create temporary file whilst writing archive: no more archived files

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 366 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qwe_13378
    wrote on last edited by
    #1

    When i build just
    configure.bat
    cmake --build . --parallel
    cmake --install .
    work okay

    but if i use
    configure.bat -static
    cmake --build . --parallel

    ar.exe: could not create temporary file whilst writing archive: no more archived files
    [3579/10917] Building CXX object qtdeclarative/src/qmlcomp...eFiles/QmlCompilerPrivate.dir/qqmljstypepropagator.cpp.obj
    ninja: build stopped: subcommand failed.
    

    how to fix it?
    all variables of cmake/ninja/mingw/python i got in env all okay
    Mingw 1120_64
    cmake version 3.27.7
    ninja version 1.10.2

    I

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved