On Sat, 30 Nov 2024, 09:01 David H. Lynch Jr. via Gcc, <gcc@gcc.gnu.org> wrote:
> Is it possible to build gcc 13 with gcc 14 ? > Yes > My system updated to gcc 14 and I am doing some private development for > hardware stesting of a new memory addressing paradigm using the GCC 13 > code base. > Now I can't compile. > > Do I need to revert my base compiler to gcc 13 ? > No, you can just build your own cot of GCC 13 and install it to a separate location e.g. under your home directory. Just don't install it to the same --prefix=DIR as the system compiler or you'll break things.