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

[BUG]使用ecli运行时提示找不到 vmlinux BTF #118

Open
xuanyuan-mercury opened this issue May 10, 2024 · 3 comments
Open

[BUG]使用ecli运行时提示找不到 vmlinux BTF #118

xuanyuan-mercury opened this issue May 10, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@xuanyuan-mercury
Copy link

Bpf error: Failed to start polling: Bpf("Failed to build skeleton: All ways tried to find vmlinux BTF, but not found. Please provide the vmlinux btf using env BTF_FILE_PATH. (Tried parameter btf_archive_path, BTF_FILE_PATH, and /sys/kernel/btf/vmlinux)"), RecvError

@xuanyuan-mercury xuanyuan-mercury added the bug Something isn't working label May 10, 2024
@Officeyutong
Copy link
Contributor

Officeyutong commented May 10, 2024

Bpf error: Failed to start polling: Bpf("Failed to build skeleton: All ways tried to find vmlinux BTF, but not found. Please provide the vmlinux btf using env BTF_FILE_PATH. (Tried parameter btf_archive_path, BTF_FILE_PATH, and /sys/kernel/btf/vmlinux)"), RecvError

Please check whether your kernel is built with BTF

@xuanyuan-mercury
Copy link
Author

Bpf 错误:无法开始轮询:Bpf(“无法构建骨架:所有方法都试图找到 vmlinux BTF,但未找到。请使用 env 提供 vmlinux btf。(尝试参数 、 BTF_FILE_PATH 和 /sys/kernel/btf/vmlinux)“)、RecvErrorBTF_FILE_PATH``btf_archive_path

请检查您的内核是否是用 BTD 构建的

Hello, I didn't find anything related to BTD in the kernel version info

@Officeyutong
Copy link
Contributor

Bpf 错误:无法开始轮询:Bpf(“无法构建骨架:所有方法都试图找到 vmlinux BTF,但未找到。请使用 env 提供 vmlinux btf。(尝试参数 、 BTF_FILE_PATH 和 /sys/kernel/btf/vmlinux)“)、RecvError BTF_FILE_PATHbtf_archive_path ``

请检查您的内核是否是用 BTD 构建的

Hello, I didn't find anything related to BTD in the kernel version info

Sorry, my fault. It should be BTF. You may check CONFIG_DEBUG_INFO_BTF in your kernel config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants