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
cd lmp/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/
make
BPF .output/schedule_image.bpf.o
GEN-SKEL schedule_image
CC .output/controller.o
CC .output/hashmap.o
CC .output/trace_helpers.o
CC .output/uprobe_helpers.o
BINARY controller
CC .output/proc_image.o
BINARY proc_image
.output/proc_image.o: In function main': /lmp/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/proc_image.c:972: undefined reference to pthread_join'
/lmp/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/proc_image.c:980: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make: *** [Makefile:145: proc_image] Error 1
Expected behavior
compile eBPF_proc_image success. Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Centos8
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
compile eBPF_proc_image error.
To Reproduce
Steps to reproduce the behavior:
cd lmp/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/
make
BPF .output/schedule_image.bpf.o
GEN-SKEL schedule_image
CC .output/controller.o
CC .output/hashmap.o
CC .output/trace_helpers.o
CC .output/uprobe_helpers.o
BINARY controller
CC .output/proc_image.o
BINARY proc_image
.output/proc_image.o: In function
main': /lmp/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/proc_image.c:972: undefined reference to
pthread_join'/lmp/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image/proc_image.c:980: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make: *** [Makefile:145: proc_image] Error 1
Expected behavior
compile eBPF_proc_image success.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: