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

c-stack.c:55:26: error: missing binary operator before token "(" #2

Open
juanmcc opened this issue Sep 21, 2022 · 1 comment
Open

Comments

@juanmcc
Copy link

juanmcc commented Sep 21, 2022

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?

@juanmcc
Copy link
Author

juanmcc commented Sep 21, 2022

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.

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

1 participant