I snagged a Teensy 4.0 development board and was messing around, and noticed there was a newer gcc-arm-none-eabi from 2019.
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads In the stm32 README it uses Keil so the change would be: wget https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2 It seems to compile just fine. P.S. I do it a bit different, by bursting it in /opt and then adding the path to /etc/environment e.g. PATH="/opt/java/bin:/opt/netbeans/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gcc-arm-none-eabi-9-2019-q4-major/bin" logout/login to reset... FYI _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
