We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build newer QEMU I noticed that libfdt is missing a function from its version script causing the build to fail (fdt_check_full).
Looking at the source and header I see there are 3 other functions missing as well.
fdt_get_max_phandle fdt_check_full fdt_setprop_placeholder fdt_property_placeholder
The text was updated successfully, but these errors were encountered:
I've now merged a fix for this.
Sorry, something went wrong.
No branches or pull requests
When trying to build newer QEMU I noticed that libfdt is missing a function from its version script causing the build to fail (fdt_check_full).
Looking at the source and header I see there are 3 other functions missing as well.
fdt_get_max_phandle
fdt_check_full
fdt_setprop_placeholder
fdt_property_placeholder
The text was updated successfully, but these errors were encountered: