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

(FOR ASi MACS) TIP: Use this command if the iPod touch 1G emulator fails to configure and compile #187

Open
Opuqide opened this issue Oct 19, 2024 · 0 comments

Comments

@Opuqide
Copy link

Opuqide commented Oct 19, 2024

THIS IS MEANT TO BE A TIP, NOT AN ISSUE!!!

In the event that your Terminal on macOS says that a "cc linker is broken", that's because of the touch API "Cocoa" and "Capstone" being disabled at the same time. Removing the "--disable-capstone" argument will resolve that issue.

You can use this below:

../configure --enable-sdl --target-list=arm-softmmu --disable-cocoa --disable-werror --disable-pie --disable-slirp --extra-cflags=-I/opt/homebrew/opt/openssl@3/include --extra-ldflags='-L/opt/homebrew/opt/openssl@3/lib -lcrypto'

If you happen to run into a problem, please let me know.

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

1 participant