-
Notifications
You must be signed in to change notification settings - Fork 72
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
Arm-softmmu #221
Comments
Sorry, but you have to build it yourself. |
You can't. You gotta configure the emulator and build it from scratch. Refer to RUNNING.md for information. |
/data/data/com.termux/files/usr/include/pwd.h:114:23: warning: ‘android_polyfill_getpwuid’ defined but not used [-Wunused-function] 114 | static struct passwd* android_polyfill_getpwuid(uid_t t) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. make: *** [Makefile:162: run-ninja] Error 1 How to fix this? |
The file path tells me that you're on termux, a terminal emulator for Android. qemu-ios may only run on MacOS, Linux and Windows. |
Can I get prebuild arm-softmmu/qemu-system-arm binary?
The text was updated successfully, but these errors were encountered: