2022-08-01 06:14 AM
Hello,
The new SBSFU 2.6.1 is available now.
The main change concerns the compatibility with latest STM32CubeIDE based on GNU Tools 10.3 which are version 1.9.0 and 1.10.1
There is no need anymore to follow the steps provided previously to have a successful build.
The new SBSFU version 2.6.1 includes the same change that was proposed in this post
Also, it is no more needed to fill the export control form.
SBSFU can now be downloaded like any other package on st.com !
Enjoy :grinning_face:
Best regards
Jocelyn
2023-08-28 06:26 AM - edited 2023-08-28 06:32 AM
Hi,
I'm facing an issue in building a SBSFU_Boot example for NUCLEO-WBA52CG.
The issue seems to be with the linkage error, for the Third_party files (mcuboot).
Using CubeIDE version: 1.13.1
Please find the error message below:
C:/Users/zapk/STM32CubeIDE/workspace_1.13.1/SBSFU_Boot/STM32CubeIDE/Release
../postbuild.sh: cd: line 16: can't cd to C:/Users/zapk/STM32CubeIDE/workspace_1.13.1/SBSFU_Boot/STM32CubeIDE/../../Middlewares/Third_Party/mcuboot: No such file or directory
Windows_NT
Postbuild with python script
python: can't open file 'C:\\Users\\zapk\\STM32CubeIDE\\workspace_1.13.1\\SBSFU_Boot\\STM32CubeIDE\\Release\\scripts\\imgtool\\main.py': [Errno 2] No such file or directory
postbuild.sh failed
make[1]: *** [makefile:95: post-build] Error 1
make: *** [makefile:61: all] Error 2
"make -j16 all" terminated with exit code 2. Build might be incomplete.
13:56:25 Build Failed. 2 errors, 0 warnings. (took 8s.142ms)