-
Notifications
You must be signed in to change notification settings - Fork 105
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 compile support doesn't work if host and target compilers are different #130
Comments
The usual technique is to carry on the |
I also observe similar breakage with makeguids crashing with invalid opcode because our build scripts compile for particular target architecture which is not supported by the host where makeguids is being executed. |
The problem is that |
This has been solved by ca48d39 |
If the native compiler is e.g. gcc 6.3 but the cross compiler is gcc 9, then using the target CFLAGS when building the native makeguids binary could fail if gcc9-specific options were being used.
The text was updated successfully, but these errors were encountered: