Make: cc: No such file or directory

On RPi4 i’ve installed:
$ sudo pacman -Syu git
$ sudo pacman -Syu gss
$ sudo pacman -Syu make
To install application I did: $ git clone GitHub - ZerBea/wifi_laboratory: Skeleton to test WiFi adapters and to understand 802.11 protocol.
After I got error:
$ sudo make install
cc -O3 -Wall -Wextra -o hcxlabgetm1 hcxlabtool.c -DGETM1 -DSTATUSOUT
make: cc: No such file or directory
make: *** [Makefile:10: build] Error 127

Could you please advice how to fix it?

Is the compiler even installed?
I don’t know about the Pi, but on “regular” Arch/Manjaro systems you’d want to install the base-devel package group to have all the tools you need to compile software.

I’m newbee, could you please advice to install compiler? I only install git, gss and make.

It’s the same on ARM.

@pipss

sudo pacman -Syu base-devel --needed

^ will install all the tools that are missing.

1 Like

:pray: works now! Great community!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.