Skip to content
New issue

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

error: llc: xdp-dispatcher.ll:410:54: error: unterminated attribute group #405

Open
NobinPegasus opened this issue Mar 11, 2024 · 0 comments

Comments

@NobinPegasus
Copy link

When I'm trying to build this repo. I get the following errors.

pegasus@pegasus:~/Documents/eBPF/xdp-tutorial$ make
error: pathspec 'lib/libbpf' did not match any file(s) known to git

lib

  libbpf
    CC       install/lib/libbpf.a
    INSTALL  install/lib/libbpf.a

  libxdp
    CC       install/lib/libxdp.a
llc: error: llc: xdp-dispatcher.ll:410:54: error: unterminated attribute group
attributes #0 = { nofree noinline norecurse nounwind memory(inaccessiblemem: readwrite) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" }
                                                     ^
make[4]: *** [Makefile:138: xdp-dispatcher.o] Error 1
make[3]: *** [Makefile:20: libxdp] Error 2
make[2]: *** [Makefile:28: libxdp] Error 2
make[1]: *** [Makefile:68: install/lib/libxdp.a] Error 2
make: *** [Makefile:27: lib] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant