-
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 build for armv7l
fails due to incompatible type(s)
#270
Comments
This affects 32 bit systems in general, including e.g. native compilation on i686-linux. |
I made a naive fix here (sorry for the auto-reformat, don't know what the original formatter was), it built fine but I didn't get to test it, because in the end it was not the last problem... |
I'm also affected by this issue, cross-compiling an armv7l boot image on x64 using nix. |
@gcoremans I also hit this just two days ago, doing the same. Since your armv7l image probably won't be using EFI, you can probably safely remove it:
But then you'll hit many other issues, like I did. |
Error log:
The text was updated successfully, but these errors were encountered: