I'm working on a project which uses a legacy Teensy 3.2 board for its microcontroller. I need to locate a version of GCC and relevant utilities for Linux which I can use from command-line. After reviewing available online references, literally all I could find was either the AVR-only version of avr-gcc, the ARM version of GCC (arm-none-eabi-*), or the Teensyduino package, but this appears to be specifically built as a plug-in for the Arduino IDE. Arduino's IDE is nice but too limiting; I need the ability to invoke a gcc build sequence from a Makefile. Upgrading to Teensy 4.1 is not an option for us (yet) because of our inventory of Teensy 3.2s.
What am I missing? Does anyone have any additional resources I can check besides PJRC's current web materials?
Thanks in advance for any help.
What am I missing? Does anyone have any additional resources I can check besides PJRC's current web materials?
Thanks in advance for any help.