2024-07-11 07:38 AM
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
2024-08-05 09:11 AM
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.