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

Configuration Failure - libfdt not found #210

Open
Opuqide opened this issue Dec 29, 2024 · 0 comments
Open

Configuration Failure - libfdt not found #210

Opuqide opened this issue Dec 29, 2024 · 0 comments

Comments

@Opuqide
Copy link

Opuqide commented Dec 29, 2024

When I tried to compile the QEMU emulator, I used the proper configuration. During the configuration, it tried using 'fdt', but was not found.

Output:

...
Header "linux/vm_sockets.h" has symbol "AF_VSOCK" : NO 
Program scripts/minikconf.py found: YES (/Users/opuqide/Virtualization/iOS/qemu-ios/build/pyvenv/bin/python3.13 /Users/opuqide/Virtualization/iOS/qemu-ios/scripts/minikconf.py)
Configuring arm-softmmu-config-target.h using configuration
Configuring arm-softmmu-config-devices.mak with command
Reading depfile: /Users/opuqide/Virtualization/iOS/qemu-ios/build/meson-private/arm-softmmu-config-devices.mak.d
Configuring arm-softmmu-config-devices.h using configuration
Program scripts/make-config-poison.sh found: YES (/Users/opuqide/Virtualization/iOS/qemu-ios/scripts/make-config-poison.sh)
Dependency capstone skipped: feature capstone disabled
Library fdt found: NO

../meson.build:3129:18: ERROR: Subproject exists but has no meson.build file.

A full log can be found at /Users/opuqide/Virtualization/iOS/qemu-ios/build/meson-logs/meson-log.txt

ERROR: meson setup failed

opuqide@Mac build %

I tried installing fdt using brew, but to no avail. I didn't want the emulator spitting that s5l8720x_gpio_read: message, so I put a double slash on the lines with printf. However, the config failed when finished. However, I didn't take out the sprintf, because I figured they did something.

By any chance, is there an issue in the code? Or that I screwed something up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants