-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix Fortran support #29
Comments
Why is this issue new? Can't we undefine |
It's related to the new kernel version.
My suggestion would be to remove the previously referenced code and see if that solves it, but I don't have the time to deal with rebuilding the toolchain right now, so I'll just leave it for now. |
It's only a stub, so there is no meaningful functionality behind it.
Why not solve the linking issue instead, so the kernel stub gets called? |
Currently Fortran support is broken, due to an issue linking fcntl. This is due to the following implementation in gcc: https://github.com/hermit-os/gcc/blob/17f4b3f33eb235780db88692508c3bb13b3a32d0/libbacktrace/posix.c#L82C3-L82C8
The text was updated successfully, but these errors were encountered: