intel / lmbench

GNU General Public License v2.0
264 stars 116 forks source link

assert.h: No such file or directory #28

Open china2014 opened 2 months ago

china2014 commented 2 months ago

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 | ^~~~~~ compilation terminated. make[1]: *** [Makefile:246: ../bin/x86_64-linux-gnu/lib_tcp.o] Error 1

china2014 commented 2 months ago

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