You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
I tried installing fdt using
brew
, but to no avail. I didn't want the emulator spitting thats5l8720x_gpio_read:
message, so I put a double slash on the lines withprintf
. However, the config failed when finished. However, I didn't take out thesprintf
, because I figured they did something.By any chance, is there an issue in the code? Or that I screwed something up?
The text was updated successfully, but these errors were encountered: