emacs icon indicating copy to clipboard operation
emacs copied to clipboard

libgccjit.so: error: error invoking gcc driver

Open behaghel opened this issue 1 year ago • 0 comments

Emacs works fine but the native compilation doesn't. Each time I start it, I get this series of logs for every single .el in my setup:

⛔ Warning (comp): aarch64-apple-darwin-gcc-11.3.0: warning: could not understand version '13.00.00'
⛔ Warning (comp): libgccjit.so: error: error invoking gcc driver
⛔ Warning (comp): /Users/hub/.emacs.d/straight/build/anki-editor/anki-editor.el: Error: Internal native compiler error failed to compile

Looks fairly similar to this discussion: https://github.com/jimeh/build-emacs-for-macos/issues/54

I am on an apple M1 with Ventura 13.2. My installation is verbatim what's in the README.

behaghel avatar Jan 26 '23 16:01 behaghel