Prunt currently requires a custom GCC version with some backported and WIP patches. Using an upstream version may lead to silent data corruption and unpredictable behaviour due to compiler bugs.
Our GCC version may be found here: https://github.com/Prunt3D/gcc
To use an ALire version of our GCC build:
alr index --add git+https://github.com/Prunt3D/prunt_alire_index.git --name prunt --before community
alr index --update-all
GCC builds from Alire should be avoided for any boards using a serial port due to this bug: alire-project/GNAT-FSF-builds#102