-
Notifications
You must be signed in to change notification settings - Fork 388
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
cross build --target x86_64-pc-windows-msvc => error: linker link.exe
not found
#238
Comments
Indeed. I am getting the following error log on [email protected] and [email protected]:
|
I'm getting this same error trying to |
We don't support images for any of those targets, since we cannot distribute images containing MSVC or the macOS SDK. We now warn you if |
FWIW the warning is the first line of the output and almost immediately gets flushed from the output on a new build by Just some thoughts:
|
I agree, see #1591
yes, this would be easy to implement also.
The problem here is that the slightly optimistic claim is only for our supported targets, which we list on the README. Maybe we could add a side-note about unsupported targets but seems unneccessary. I'd be open for further discussion and/or PRs improving but this 3 year old issue is probably not the place for it! |
Oh, #1591 , nice! Sorry, I searched a bit and thought this was where discussion had ended so I thought this would be the most relevant place. Should I create new issues/discussions for any of them? FWIW I ran into other Windows build issues (not cross related) so I'm kind of exploring other options now, but I keep coming back to Windows builds about once a year so I wanted to open discussion. |
Please do 👍🏼 |
Compiling for Windows on OSX seems to require non-zero configuration :).
The text was updated successfully, but these errors were encountered: