You are not logged in.

#1 2023-10-25 21:19:20

cooliscool
Member
Registered: 2023-10-22
Posts: 2

make: arm-linux-gnueabi-gcc: Not a directory

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

#2 2023-10-26 07:07:24

Khere
Member
From: Italy
Registered: 2020-03-04
Posts: 170

Re: make: arm-linux-gnueabi-gcc: Not a directory

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-gcc

Are 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

#3 2023-10-26 13:58:42

loqs
Member
Registered: 2014-03-06
Posts: 18,928

Re: make: arm-linux-gnueabi-gcc: Not a directory

cooliscool wrote:

I am trying to build a thing using its Makefile.

What thing?

cooliscool wrote:

I have tried installing it from the AUR, it errors out.

Which AUR package?  Is the failure the same?

https://bbs.archlinux.org/viewtopic.php?id=57855

Offline

Board footer

Powered by FluxBB