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 compiling on a native M-Series machine, make looks for ld in /opt/homebrew/opt/llvm/bin/ld.lld, but ld is no longer packaged with llvm by brew and instead requires it to be installed as a second package.
INFO: Building on Darwin
INFO: Toolchain path: /opt/homebrew/opt/llvm/bin/
LD build/m1n1.elf
make: /opt/homebrew/opt/llvm/bin/ld.lld: No such file or directory
To put it lightly, this is not very cashmoney. (I've compiled like 5 things in my lifetime and don't exactly know what I'm doing)
The text was updated successfully, but these errors were encountered:
When compiling on a native M-Series machine, make looks for ld in /opt/homebrew/opt/llvm/bin/ld.lld, but ld is no longer packaged with llvm by brew and instead requires it to be installed as a second package.
To put it lightly, this is not very cashmoney. (I've compiled like 5 things in my lifetime and don't exactly know what I'm doing)
The text was updated successfully, but these errors were encountered: