Skip to content
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

Build configure err #50

Closed
caoli5288 opened this issue Jan 19, 2019 · 4 comments
Closed

Build configure err #50

caoli5288 opened this issue Jan 19, 2019 · 4 comments

Comments

@caoli5288
Copy link

caoli5288 commented Jan 19, 2019

Generated Makefile contains nasm -f elf64 when configure with --host=x86_64-w64-mingw32 on linux platform.

There are two questions.

  1. The format should be win64.
  2. Only yasm can be cross-compiled to win64.
@gbtucker
Copy link
Contributor

Thanks for reporting. I'm testing a fix that will force yasm on configure detecting mingw build. In that case, as you noted, mingw will require yasm as nasm is missing a few features we currently use in the windows prelog. I'll note when integrated.

@caoli5288
Copy link
Author

👍

@gbtucker
Copy link
Contributor

gbtucker commented Feb 2, 2019

The latest commit 32b5c41 should fix this so autodetected mingw will work with yasm and fail on an unsupported version.

@gbtucker
Copy link
Contributor

This seems to be fixed so I'm going to close the issue.

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

No branches or pull requests

2 participants