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
Hi, I'm trying to build Buildroot for IMX8 on Ubuntu 22.04 WSL, but I have received this error:
c-stack.c:55:26: error: missing binary operator before token "(" 55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384 | ^~~~~~~~
How can i fix it?
The text was updated successfully, but these errors were encountered:
Following this thread:
https://stackoverflow.com/questions/69719688/buildroot-error-when-building-with-ubuntu-21-10
I have changed all the SIGSTKSZ by _SC_SIGSTKSZ. Apparently solved.
Sorry, something went wrong.
No branches or pull requests
Hi, I'm trying to build Buildroot for IMX8 on Ubuntu 22.04 WSL, but I have received this error:
c-stack.c:55:26: error: missing binary operator before token "("
55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384
| ^~~~~~~~
How can i fix it?
The text was updated successfully, but these errors were encountered: