Hi, for WIO Terminal I have started with ArduPy. On my Mac, I have installed AIP.
However, the whole directory ~/.config/aip/ardupycore/Seeeduino/tools is missing whereas the sister directory ~/.config/aip/ardupycore/Seeeduino/hardware/ is there.
Building Firmware for wio_terminal
sh: /Users/schettlero/.config/aip/ardupycore/Seeeduino/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-gcc: No such file or directory
And in fact, there is only a hardware directory, no tools.
I am on macOS Mojave, so this explains our problem. @Hansen, any chance that macOS Mojave and Catalina are supported? Sadly, for the moment, I am stuck with this old version of macOS on my company-supplied Mac.
I have modyfied the parser.py in /usr/local/lib/python3.9/site-packages/aip so that it recognieces my machine as an mac. Now it downloads the mac compiler and it seems it works fine. See line 59 and 60 in screenshot.