SECoreBin Build Failure Linking STM32 Cryptographic Library With IARv9.70
Hello
I am developing on the STM32H7B3-DK using X-CUBE-SBSFU v2.7.0 with IAR compiler version 9.70.
During the build, I encountered the following critical error:
Fatal error[Li004]: file "STM32CryptographicV3.1.3_CM7_IARv8.a" is not an object or archive fileIt appears that the provided static library (STM32CryptographicV3.1.3_CM7_IARv8.a) was built with IAR v8.x and is incompatible with IAR v9.70, preventing successful linking. The static library is present in STM32CubeExpansion_SBSFU_V2.7.0\Middlewares\ST\STM32_Cryptographic\Fw_Crypto\STM32H7A3\Lib
Could you please advise:
- Is there an official version of the STM32 Cryptographic static library compatible with IAR v9.x for STM32H7B3?
- If not, what is the recommended procedure to rebuild or obtain a compatible library for use with IAR v9 ?
Thank you for your support.
