A
A
AiR_WiZArD2022-02-25 22:59:38
linux
AiR_WiZArD, 2022-02-25 22:59:38

arm-linux-gnueabihf-gcc does not compile, requires a library, where to dig?

It was necessary to compile the Linux kernel under arm, for cross compilation you need arm-linux-gnueabihf-gcc, I install via AUR:

yay -S arm-linux-gnueabihf-gcc

As a result, compilation stops at debuginfod:

checking whether to use debuginfod... yes
checking for libdebuginfod >= 0.179... no
configure: error: "--with-debuginfod was given, but libdebuginfod is missing or unusable."
make: *** [Makefile:3652: configure-binutils] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: arm-linux-gnueabihf-binutils


Installing arm-linux-gnueabihf-binutils fails, I tried a bunch of packages hoping to install this very libdebuginfod - nothing helped, it still gives the same error. Distribution - manjaro with kernel 5.16

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AiR_WiZArD, 2022-02-26
@AiR_WiZArD

It's decided. Downloaded PKGBUILD and removed --with-debuginfod, installed successfully.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question