-
-
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
Building coreboot for AGESA board fails #445
Comments
@jorgefm, as the AMD Bettong board also uses AGESA, I wonder if you hit the same problem. |
Heads’ coreboot module seems to override the CFLAGS in an incompatible way.
|
Hi,
|
Not setting CFLAGS to
No, idea what the right solution is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Note, the problem happens also with coreboot 4.7 in the Heads master branch. Upgrading to coreboot 4.8.1 didn’t solve it.)
Trying to add the ASRock E350M1 to Heads, the coreboot build fails with the error below (from
build/log/coreboot.log
).The problem seems to be, that the CFLAGS for AGESA or somehow ignored.
The main
Makefile.inc
enables the warning.But in
src/vendorcode/amd/agesa/f14/Makefile.inc
there is:Building coreboot manually, works fine.
The text was updated successfully, but these errors were encountered: