Won't compile in Arduino IDE MacOS with error 'fork/exec /bin/arm-none-eabi-g++: no such file'
I followed the install directions as such : mkdir -p ~/Documents/Arduino/hardware/CubeCell cd ~/Documents/Arduino/hardware/CubeCell git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell cd CubeCell/tools python get.py
seems to be the same error i discovered in v1.7, internal links are wrong/broken. check the exact location and sourrounding files. the path is a bit different than in the error message. then create a few softlinks to the right locations.
btw this has to be done with every new release until heltec gets their compiler straight.....
@tavdog
seems to compile ok for me with v1.7.1.
for me: fixed
Abandoned