Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Solution] sudo: make: command not found #35

Open
qkum opened this issue Feb 10, 2022 · 2 comments
Open

[Solution] sudo: make: command not found #35

qkum opened this issue Feb 10, 2022 · 2 comments

Comments

@qkum
Copy link

qkum commented Feb 10, 2022

My Commands:
git clone https://github.com/WiringPi/WiringPi
cd WiringPi/
./build

Error:
sudo: make: command not found

Fix:
sudo apt-get update
sudo apt-get install make
sudo apt-get install gcc

@qkum
Copy link
Author

qkum commented Feb 10, 2022

Seems logical, but I was sure that my VM already had both installed. (to be able to install VirtualBox guest systems 15 min prior)

But it fixed it never the less.

(I install on VM first for added security)

@EthanPal
Copy link
Member

EthanPal commented Feb 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants