cancel
Showing results for 
Search instead for 
Did you mean: 

GNU Tools For STM32 pre-compiled toolchain

helixembedded
Associate

Can someone  kindly provide instructions on  how to generate the tool chain here:
https://github.com/STMicroelectronics/gnu-tools-for-stm32/tree/11.3.rel1

I can't get it to work

Alternatively can I get the precompiled toolchain for 11.3 rel. 1? 

Thanks

Tim

1 REPLY 1
Amel NASRI
ST Employee

Hi @helixembedded ,

2 recommendations that I can share with you:

1- the scripts should be executed inside the the gnu-tools-for-stm32 directory (the clone of the repo)
2- run the build-prerequisites.sh script first, then the build-toolchain.sh. The flag --skip_steps can be use to avoid building unneeded components such as howto, etc.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.