Skip to content
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

Missing functions from libfdt version script #27

Closed
brad0 opened this issue Mar 24, 2019 · 1 comment
Closed

Missing functions from libfdt version script #27

brad0 opened this issue Mar 24, 2019 · 1 comment

Comments

@brad0
Copy link

brad0 commented Mar 24, 2019

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

@dgibson
Copy link
Owner

dgibson commented Mar 25, 2019

I've now merged a fix for this.

@dgibson dgibson closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants