You are not logged in.
Hello. I am trying to build a thing using its Makefile. But when I type make and press enter, I get the error mentioned in the subject. How can I fix this, and yes I have tried installing it from the AUR, it errors out.
Offline
Please post the full output of make.
Try to install gcc-multilib and arm-none-eabi-gcc.
sudo pacman -S gcc-multilib
sudo pacman -S arm-none-eabi-gccAre you sure that the makefile content is not the problem? Have you downloaded it from reliable sources or you have wrote it manually?
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
I am trying to build a thing using its Makefile.
What thing?
I have tried installing it from the AUR, it errors out.
Which AUR package? Is the failure the same?
Offline