Building from scratch - make stuck at 83%

Hi,

I am trying to build the Odrive Firmware from scratch as indicated in the docs : https://docs.odriverobotics.com/developer-guide (Building and flashing the Firmware)

So, after editing the tup.config file, after installing tup, make and the gnu arm embeded toolchain, I start make and it builds happily until it gets stuck :

Any help would be appreciated, especially since I can’t test it easily (the cmd prompt does not release the folder, even after being closed, so I have to reboot the computer each time).

Try that:

arm-none-eabi-gcc --version
arm-none-eabi-gdb --version
openocd --version             # should be 0.10.0 or later
tup --version                 # should be 0.7.5 or later
python --version    

Thanks a lot, python was the clue : I ran make in the conda environnement that I created for odrive and it worked like a charm !