Skip to content

Commit 76dc26d

Browse files
committed
Rely on toolchain.toml for Rust version and use windows-mscv instead of windows-gnu platform target
1 parent 470d1da commit 76dc26d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

concordium-consensus/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ The global state depends on the lmdb library, which you may need to install usin
2020

2121
### Troubleshooting on Windows
2222

23-
### `error: linking with link.exe failed`
24-
This might happen if Rust is installed with the MSVC [ABI](https://en.wikipedia.org/wiki/Application_binary_interface).
25-
You can check this by running `rustup show`.
26-
If Rust is using the MSVC toolchain you can switch to GNU instead by running
27-
```
28-
rustup override set 1.94-x86_64-pc-windows-gnu
29-
```
30-
3123
### `user specified .o/.so/.DLL could not be loaded (addDLL: pthread or dependencies not loaded. (Win32 error 5)) whilst trying to load: (dynamic) pthread`
3224
Copy `%LOCALAPPDATA%\Programs\stack\x86_64-windows\ghc-9.10.2\mingw\bin\libwinpthread-1.dll` to `%LOCALAPPDATA%\Programs\stack\x86_64-windows\ghc-9.10.2\mingw\bin\pthread.dll`.
3325

0 commit comments

Comments
 (0)