-
Notifications
You must be signed in to change notification settings - Fork 624
Closed
Description
- command:
$ sccache cc test.c
sccache: error: failed to execute compile
sccache: caused by: Failed to send data to or receive data from server
sccache: caused by: Failed to read response header
sccache: caused by: An existing connection was forcibly closed by the remote host. (os error 10054)
- compiler:
$ cc --version
clang version 20.1.1
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: F:/msys64/clang64/bin
- Steps to reproduce:
- Install https://www.msys2.org/
- Open clang64 environment (orange M icon in start menu).
- Install packages:
pacman -S $MINGW_PACKAGE_PREFIX-cc $MINGW_PACKAGE_PREFIX-sccache - Try to compile simple hello world program.
Metadata
Metadata
Assignees
Labels
No labels