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
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.
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.
The text was updated successfully, but these errors were encountered: