Re: Error: Internal native compiler error failed to compile
Eli Zaretskii <[email protected]> Wed, 22 Mar 2023 17:04:15 +0200
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
> From: Ken Goldman <[email protected]> > Date: Wed, 22 Mar 2023 09:23:06 -0400 > > Windows 11, emacs 28.1: > > When I move from gcc 32-bt to 64-bit (mingw), I get these errors. > > It fails on url-history.el, msb.el, ring.el, and misearch.el. > > Is there a fix? If your Emacs was compiled as 32-bit application, you must use a 32-bit GCC and Binutils to perform native-compilation. And if your Emacs was compiled as a 64-bit application, you must use 64-bit compiler. You cannot mix them.