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
make[1]: Entering directory '/xxx/lmbench-master/src' gcc -O -DSYS5 -Dvalloc=malloc -DS_IFIFO=S_IFFIFO -c lib_tcp.c -o ../bin/x86_64-linux-gnu/lib_tcp.o In file included from lib_tcp.c:9: bench.h:12:10: fatal error: assert.h: No such file or directory 12 | #include <assert.h> | ^~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:246: ../bin/x86_64-linux-gnu/lib_tcp.o] Error 1
The text was updated successfully, but these errors were encountered:
uname -a : 5.15.0-1036-gke #41-Ubuntu SMP Wed Jun 7 04:23:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy
Sorry, something went wrong.
No branches or pull requests
make[1]: Entering directory '/xxx/lmbench-master/src'
gcc -O -DSYS5 -Dvalloc=malloc -DS_IFIFO=S_IFFIFO -c lib_tcp.c -o ../bin/x86_64-linux-gnu/lib_tcp.o
In file included from lib_tcp.c:9:
bench.h:12:10: fatal error: assert.h: No such file or directory
12 | #include <assert.h>
| ^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:246: ../bin/x86_64-linux-gnu/lib_tcp.o] Error 1
The text was updated successfully, but these errors were encountered: