Skip to content

Instantly share code, notes, and snippets.

@AkiaCode
Last active March 28, 2021 14:51
Show Gist options
  • Select an option

  • Save AkiaCode/1474f3b65eb1fc3c11e9a904f3409dd3 to your computer and use it in GitHub Desktop.

Select an option

Save AkiaCode/1474f3b65eb1fc3c11e9a904f3409dd3 to your computer and use it in GitHub Desktop.
Rust lib 오류 해결 방법

만약 amethyst를 사용하려다가 '"lib.exe" did not execute successfully (status code exit code: 1181).' 이런 오류를 보면 toolchain을 stable-i686-pc-windows-msvc로 바꾸시고(rustup default stable-i686-pc-windows-msvc) 그리고 만약 rust 64bit로 설치하셨으면 지우시고 rust 32bit(+VS BUILD TOOLS 설치)로 설치하세요.

@AkiaCode
Copy link
Author

if you saw "lib.exe" did not execute successfully (status code exit code: 1181) while using amethyst, change the toolchain to stable-i686-pc-windows-msvc(rustup default stable-i686-pc-windows-msvc) and if you installed rust 64bit version remove it and install rust 32bit and vs build tools

@pmh-only
Copy link

hmm interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment