Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computing EOF failed #38

Open
markusbkk opened this issue Jun 19, 2023 · 3 comments
Open

Computing EOF failed #38

markusbkk opened this issue Jun 19, 2023 · 3 comments

Comments

@markusbkk
Copy link

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?

@andwn
Copy link
Owner

andwn commented Jun 19, 2023

Log and output?
Log should be named something like toolchain/m68k-gcc.log

@andwn
Copy link
Owner

andwn commented Jun 19, 2023

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:

make m68k-toolchain LANGS=c

Otherwise build with newlib:

make m68k-toolchain-newlib

@markusbkk
Copy link
Author

Alright. Thanks. I'll try that.

I'm actually building the m68k-amiga toolchain RN.
Wondering if I couldn't just symlink Marsdev to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants