juribeparada / MMDVM_HS

MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG)
GNU General Public License v2.0
348 stars 140 forks source link

The generated firmware image using the Ubuntu 18.04 gcc-arm (6.3.1) toolchain doesn't work #83

Closed af5bc closed 5 years ago

af5bc commented 5 years ago

Here is the default gcc-arm packages installed on Ubuntu 18.04 LTS: gcc-arm-none-eabi is already the newest version (15:6.3.1+svn253039-1build1). libnewlib-arm-none-eabi is already the newest version (2.4.0.20160527-3). libstdc++-arm-none-eabi-newlib is already the newest version (15:6.3.1+svn253039-1+10).

I would like to downgrade my tools to match the version you are using for the firmware releases. Which version is that?

af5bc commented 5 years ago

Update, tried installing the latest from ppa:team-gcc-arm-embedded/ppa (7.3.1) and that seems to work.

What is the recommended release of the gcc-arm-embedded tool chain>

juribeparada commented 5 years ago

Normally I use the gcc-arm-embedded tool chain version 5.4.1, 20160919, for macOS. Normally works OK, and I build all the binaries releases using this version. Good to know that latest version 7.3.1 also works, probably I will update too.

juribeparada commented 5 years ago

The latest binary firmware release is now built using the gcc-arm tool version 8.2.1 (20181213)

af5bc commented 5 years ago

Thanks