iovisor/bcc

bcc fail to run on armhf

Ouverte

#4 487 ouverte le 17 févr. 2023

 (7 commentaires) (0 réaction) (0 personne assignée)C (4 074 forks)batch import
help wanted

Métriques du dépôt

Stars
 (22 627 étoiles)
Métriques de merge PR
 (Merge moyen 12j 6h) (12 PRs mergées en 30 j)

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:

Guide contributeur