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

vendor/github.com/yerden/go-dpdk/eal/init.go:258:13: could not determine kind of name for C.rte_eal_cleanup #4

Closed
3158472906 opened this issue Jun 1, 2021 · 1 comment

Comments

@3158472906
Copy link

#apt-get update -y ;
#apt-get install libdpdk-dev libnuma-dev dpdk -y;
GOOS=linux \
GOARCH=amd64 \
CGO_ENABLED=1 \
CGO_CFLAGS="-m64 -pthread -O3 -march=native -I/usr/include/dpdk" \
CGO_LDFLAGS="-L/usr/lib/x86_64-linux-gnu -ldpdk -lz -lrt -lnuma -ldl -lm" \
go build cmd/dpdk/main.go;

#I am a novice

@yerden
Copy link
Owner

yerden commented Dec 23, 2021

  1. Make sure pkg-config successfully resolves dpdk.
  2. Try running app/helloworld.

@yerden yerden closed this as completed May 31, 2022
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

2 participants