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

Using gcc assembler #391

Open
iTrooz opened this issue Aug 7, 2023 · 2 comments
Open

Using gcc assembler #391

iTrooz opened this issue Aug 7, 2023 · 2 comments

Comments

@iTrooz
Copy link

iTrooz commented Aug 7, 2023

It seems like ./build_gcc will make gcc use the clang assembler.
Unfortunately, this sometimes cause problems. In my case, I get this error: "ambiguous instructions require an explicit suffix (could be 'filds', or 'fildl')" Screenshot

@tpoechtrager
Copy link
Owner

You could try to build OSXCross with DISABLE_CLANG_AS=1 ./build.sh. Maybe you will have some luck with that.

@iTrooz
Copy link
Author

iTrooz commented Nov 1, 2023

Hey ! So sorry for the late answer

Doesn't ./build.sh build utilities for a Clang compiler ? In my case, I would like to build with gcc, so I don't think this would be a solution

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