STM32CubeExpansion_SBSFU_V2.8.0 (2_Images_SECoreBin) fails with GNU14.3 Toolchain from CubeIDE
Hi ST team,
I am using X-CUBE-SBSFU V2.8.0, project:
- Device: STM32H753
- Base example: NUCLEO-H753ZI 2_Images
- I ported UART pins/port for my H753 EVAL board.
Problem
- Build fails in SECoreBin with GNU14.3 toolchain:
- C:/.../2_Images_SECoreBin/Src/se_crypto_bootloader.c:222:(.text.SE_CRYPTO_Decrypt_Init+0x16): dangerous relocation: unsupported relocation
However , Then i shifted to 13.3 tool chain , then everything works fine for me.
Please confirm whether this is a known GCC 14.3 compatibility issue for SBSFU v2.8.0 key generation. If yes, could you share an official patch for prebuild.sh / key assembly generation so generated key symbols are fully compatible with newer GNU/binutils?
