Skip to main content
Topic: error building linux-libre-firmware (Read 619 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

error building linux-libre-firmware

Code: [Select]
[cpode]
make[1]: Entering directory '/home/catherdersoflinux/Downloads/.temp/linux-libre-firmware/src/linux-libre-firmware-1.4/src/av7110'
arm-linux-gnueabi-gcc -mbig-endian -c Boot.S
make[1]: arm-linux-gnueabi-gcc: No such file or directory
make[1]: *** [Makefile:8: bootcode.bin] Error 127
make[1]: Leaving directory '/home/catherdersoflinux/Downloads/.temp/linux-libre-firmware/src/linux-libre-firmware-1.4/src/av7110'
make: *** [Makefile:43: av7110] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: linux-libre-firmware

can i add the directory manually?  what should i do here?  no errors with the kernel or the headers which are installed already.

clearly i'm not the only one tho
https://aur.archlinux.org/packages/linux-libre-firmware
Cat Herders of Linux

Re: error building linux-libre-firmware

Reply #1
Are you adjusted the build options correctly? You wrote in another topic that you have an Intel processor, but according to the output, ARM toolchain is used instead of amd64 for whatever reason.

Re: error building linux-libre-firmware

Reply #2
Are you adjusted the build options correctly? You wrote in another topic that you have an Intel processor, but according to the output, ARM toolchain is used instead of amd64 for whatever reason.

I used yay.  Sad but true.

yay -S linux-libre-firmware

Same for the kernel and headers



Cat Herders of Linux

Re: error building linux-libre-firmware

Reply #3
Build options can be adjusted via pkgbuild. Yay offers you an option to read and edit it. But it's better to ask on the AUR page of the package, how to properly configure build options for your particular use-case.

Re: error building linux-libre-firmware

Reply #4
Code: [Select]
[linux-libre]
Server = https://repo.parabola.nu/libre/os/x86_64
easy peasy

Code: [Select]
sudo pacman-key --recv-keys 908710913E8C7778
sudo pacman-key -finger 908710913E8C7778
sudo pacman-key --lsign 908710913E8C7778

Code: [Select]
sudo pacman-key --recv-keys 227CA7C556B2BA78
sudo pacman-key --finger 227CA7C556B2BA78
sudio pacman-key --lsign 227CA7C556B2BA78

also helps as described here

https://lakur.tech/2022/01/30/arch-signature-is-unknown-trust/#:~:text=When%20running%20your%20pacman%20-Syu,and%20submitted%20an%20insecure%20package.
Cat Herders of Linux

 

Re: error building linux-libre-firmware

Reply #5
I was building in ram temp file and ran out of space.  Edited makepkg.conf to use physical hdd.  Upped processors to j9 also.  Built in an hour maybe less for kernel
Cat Herders of Linux