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
I've been trying this on both Debian (using Karton/Docker) and MacOS (High Sierra), but make m68k-toolchain always eventually ends up in error: computing EOF failed.
Any idea why on how to fix this?
The text was updated successfully, but these errors were encountered:
Poked around online to see if there were other people who got this error compiling GCC. It seems that with GCC 13 you can't build the freestanding C++ standard lib without the C standard lib anymore.
If you don't need C++ try this. I'll make it the default later:
I've been trying this on both Debian (using Karton/Docker) and MacOS (High Sierra), but
make m68k-toolchain
always eventually ends up inerror: computing EOF failed
.Any idea why on how to fix this?
The text was updated successfully, but these errors were encountered: