-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Linuxboot - Won't build on Ubuntu 20.04 #978
Comments
@Frogging101 linuxboot builds are not receiving a lot a of love, mostly because all other currently maintained boards are coreboot based. Last pertinent comment on that matter happened here: #971 (comment) Otherwise, this PR attempted to fix the build issues: #845, where I have reviewed and suggested changes that were not applied. Best would be to propose changes that works. :) PRs always welcome. I haven't tested any of them. And CI is not building for linuxboot since January 2020 Please report back in either on the linked PR or referred issue. I do not think its Ubuntu based error, but linked to upstream changes in the linuxboot project, which Heads is just using. |
Addresses build errors in Ubuntu 20.04 (linuxboot#978)
I'm running Kubuntu 20.04. I cloned heads and ran
make BOARD=qemu-linuxboot
. linuxboot-git fails to compile edk2 because of -Werror=stringop-truncation. My build host hasgcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
. This is a clean build on a common system; I'm surprised it's failing so easily.Here is build/log/linuxboot.configure.log:
The text was updated successfully, but these errors were encountered: