Skip to content

mingw-32 windows build failed #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
japrozs opened this issue Jan 13, 2021 · 4 comments
Closed

mingw-32 windows build failed #584

japrozs opened this issue Jan 13, 2021 · 4 comments
Labels
question Further information is requested

Comments

@japrozs
Copy link

japrozs commented Jan 13, 2021

Hi,My windows build failed while I ran the following commands:

rustup target add x86_64-pc-windows-gnu
cargo build --release --target x86_64-pc-windows-gnu

I even created a .cargo folder and created a config file but I got an error. File to small to be an archive

@bnoordhuis bnoordhuis added the question Further information is requested label Jan 13, 2021
@bnoordhuis
Copy link
Contributor

See #426, you need to use x86_64-pc-windows-msvc (different - incompatible - calling conventions.)

@japrozs
Copy link
Author

japrozs commented Jan 13, 2021

So an you pls tell me what to write in the config file for msvc and what commands do I use to compile my software for windows .

@bnoordhuis
Copy link
Contributor

I can't help you because your question is too vague to be actionable. What error or errors are you seeing and what steps did you take to get there? Please be precise and complete.

@japrozs
Copy link
Author

japrozs commented Jan 13, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants