iovisor/bcc

bcc fail to run on armhf

Open

#4.487 aberto em 17 de fev. de 2023

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)C (4.051 forks)batch import
help wanted

Métricas do repositório

Stars
 (22.409 stars)
Métricas de merge de PR
 (Mesclagem média 12d 6h) (12 fundiu PRs em 30d)

Description

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:

Guia do colaborador