-
Notifications
You must be signed in to change notification settings - Fork 2
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
Getting GCC to run under zigux #2
Comments
Hmm, I encountered that error as well when trying to get GCC running on Tonix. Honestly, I don’t remember exactly how I solved it, but what I do remember is that that file isn’t supposed to be there anyway (like you said, it isn’t even there on Linux), and that something went wrong with GCC that caused it to reach that point. From looking at my notes and commits from around that time, I would check if your |
Just checked your mlibc sysdeps. You have to implement |
Although I'm afraid that #3 doesn't fix this issue just yet, we got a little bit further now |
There seem to be some missing sysdeps warnings that show up throughout the program's runtime, not sure how important they are to us though.
|
Currently GCC compiles just fine, but when running it under zigux, the following error is shown:
This file is not present on my Linux host either, but seems to work here just fine..? That error also causes bash to crash for unknown reasons :/
The text was updated successfully, but these errors were encountered: