FabianRig / ArduinoMoonBoardLED

LED system compatible with MoonBoard based on Arduino Nano 33 BLE
GNU General Public License v3.0
71 stars 14 forks source link

Compiling issue #23

Closed DashCodingSecondAcc closed 5 months ago

DashCodingSecondAcc commented 6 months ago

Hi. i am following the Linux install ReadMe and everything works fine, except for the compile step, which gives me this error: sh: 1: arm-none-eabi-g++: not found

image

please help. Great project, would love to get itworking!

DenkBrettl commented 6 months ago

At a first glance I suspect it has to do with you using a RaspberryPi. Any chance to try on an x86 machine? If not, could you search the internet for the error and try to follow the advice you can find for it?

DashCodingSecondAcc commented 5 months ago

Fixed it :) it was my bad - I just used VS code instead.