-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Description
Compiled with Gcc 13.1 on aarch (jetson xavier jetpack 5.1)
kernel - 5.10.104-tegra
Trace:
[ 10%] Linking C executable bin/block_open
/workspace/rr/src/test/bpf_prog_map.c: In function ‘main’:
/workspace/rr/src/test/bpf_prog_map.c:78:11: error: ‘union bpf_attr’ has no member named ‘prog_bind_map’
78 | map_attr->prog_bind_map.map_fd = map_fd;
| ^~
/workspace/rr/src/test/bpf_prog_map.c:79:11: error: ‘union bpf_attr’ has no member named ‘prog_bind_map’
79 | map_attr->prog_bind_map.prog_fd = prog;
| ^~
make[2]: *** [CMakeFiles/bpf_prog_map.dir/build.make:79: CMakeFiles/bpf_prog_map.dir/src/test/bpf_prog_map.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2867: CMakeFiles/bpf_prog_map.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 10%] Linking C executable bin/bpf
[ 10%] Linking C executable bin/block
[ 10%] Built target block_open
[ 10%] Linking C executable bin/bpf_map
[ 10%] Built target bpf
[ 10%] Built target block
[ 10%] Built target bpf_map
[ 11%] Linking C static library libbrotli.a
[ 11%] Built target brotli
make: *** [Makefile:166: all] Error 2
Metadata
Metadata
Assignees
Labels
No labels