Build GNU Tools for STM32 12.3.rel1
I am trying to build the toolchain and I'm looking for some help getting over this hurdle.
When I run build-prerequisites.sh on Ubuntu, it stops when it tries to run "helper.py" with the error "You need to install python-magic." Helper.py is running python3 which I've tried linking to Python3.4, 3.5, 3.8, etc. If I change it to use Python2, it gets over this error but fails with a different one regarding a FILE==STDERR parameter being passed to the Print function (I'm not a Python guy).
Just starting Python2 and typing the line "Import Magic" works. Any other Python does not work.
Let me also put out that what I am really trying to do is get the sources for all the running code so when I debug I can debug into the function. It might be that I can just take that "src" directory and park it somewhere and get the same result, but it's more figuring out than I have time for.
I only need the build for Windows also and I assume I need the "debug" type but there is zero documentation.
The version I downloaded from GitHub is this:
Release GNU Tools for STM32 12.3.rel1.20240926-1715
Thanks in advance for your help.
donkharrison
