Open qkum opened 2 years ago
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)
Dear customer,
Thank you for your solution.
If others encounter same problem, it will be helpful.
www.freenove.com
From: Programmer PEPE Date: 2022-02-11 04:49 To: Freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi CC: Subscribed Subject: [Freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi] [Solution] sudo: make: command not found (Issue #35) 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 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>
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