iovisor/bcc

bcc fail to run on armhf

Open

#4,487 建立於 2023年2月17日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)C (4,051 fork)batch import
help wanted

倉庫指標

Star
 (22,409 star)
PR 合併指標
 (平均合併 12天 6小時) (30 天內合併 12 個 PR)

描述

My configuration

  • Linux kernel version: 5.10
  • Compilied bcc version: 0.25.0
  • LLVM version: 11.0-51+nmu5

Problem

I tried to execute my bpf program with bcc on armhf, and I had getting many errors about SMP and registers. Like in #1202 issue, first error was "error: register 'sp' unsuitable for global register variables on this target". Full log in attached file.

log.txt

Inspection in bcc

Looks like that the following files doesn't contain information about working with the armhf architecture:

貢獻者指南