We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to compile SDL2 with SGUG GCC I'm getting an error:
/usr/sgug/lib/.../9/include/stdint.h: error stdint.h no such file #include_next <stdint.h>
The text was updated successfully, but these errors were encountered:
I got it to compile my using CFLAG -ffreestanding, but now the linker fails with every basic libc function.
SDL2 is 2.0.12 patched with SGUG RSE patch and GCC is form SGUG RSE 0.0.7
Sorry, something went wrong.
No branches or pull requests
When trying to compile SDL2 with SGUG GCC I'm getting an error:
/usr/sgug/lib/.../9/include/stdint.h: error stdint.h no such file
#include_next <stdint.h>
The text was updated successfully, but these errors were encountered: