You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc -O2 -msse2 -c -o meltdown.o meltdown.c
meltdown.c:11:23: error: x86intrin.h: No such file or directory
meltdown.c: In function ‘main’:
meltdown.c:296: warning: incompatible implicit declaration of built-in function ‘exit’
make: *** [meltdown.o] Error 1
make CFLAGS=-DHAVE_RDTSCP=0 clean all
rm -f meltdown.o meltdown
cc -DHAVE_RDTSCP=0 -c -o meltdown.o meltdown.c
meltdown.c:11:23: error: x86intrin.h: No such file or directory
meltdown.c: In function ‘main’:
meltdown.c:296: warning: incompatible implicit declaration of built-in function ‘exit’
make: *** [meltdown.o] Error 1
gcc 4.3.4
GNU Make 3.81
The text was updated successfully, but these errors were encountered:
make
cc -O2 -msse2 -c -o meltdown.o meltdown.c
meltdown.c:11:23: error: x86intrin.h: No such file or directory
meltdown.c: In function ‘main’:
meltdown.c:296: warning: incompatible implicit declaration of built-in function ‘exit’
make: *** [meltdown.o] Error 1
make CFLAGS=-DHAVE_RDTSCP=0 clean all
rm -f meltdown.o meltdown
cc -DHAVE_RDTSCP=0 -c -o meltdown.o meltdown.c
meltdown.c:11:23: error: x86intrin.h: No such file or directory
meltdown.c: In function ‘main’:
meltdown.c:296: warning: incompatible implicit declaration of built-in function ‘exit’
make: *** [meltdown.o] Error 1
gcc 4.3.4
GNU Make 3.81
The text was updated successfully, but these errors were encountered: