TrungNguyen1909 / qemu-t8030

iPhone 11 emulated on QEMU
Other
1.97k stars 194 forks source link

Compilation failure with Homebrew LLVM on Apple Silicon Mac #87

Closed alfiecg24 closed 1 year ago

alfiecg24 commented 1 year ago

On Apple Silicon Macs, running ./configure where clang is at the path /opt/homebrew/opt/llvm/bin/clang (installed with brew install llvm) will fail. Make sure that users run export PATH="/usr/bin/:$PATH" before running ./configure.

TrungNguyen1909 commented 1 year ago

Hmmm, I felt like your configuration is weird, since by default, Homebrew LLVM is not linked (keg-only).

alfiecg24 commented 1 year ago

Ah yes, that will be the reason - sorry about that!