-
Notifications
You must be signed in to change notification settings - Fork 225
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
Assembler message on Ubuntu 18.04 #5
Comments
You need to pass |
I have added
please advise |
that file seems to be a 64 only flag, which is what is causing it to be missing with /usr/include/x86_64-linux-gnu/bits/libc-header-start.h |
Looks like you don't have 32-bit glibc development package installed. |
Thank you, I can confirm compilation works with ubuntu 18.04
does that mean I am not vulnerable? |
No; the program didn't check anything, because it couldn't open the device it needed. |
@jwilk @mathieujobin you can load the |
I get the error after this gcc demo.c -o demo
demo.c:11: Error: `bound' is not supported in 64-bit mode
The text was updated successfully, but these errors were encountered: