You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear customer,
Thank you for your solution.
If others encounter same problem, it will be helpful.
Denzel
Freenove Support Team
--------------------------
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
The text was updated successfully, but these errors were encountered: