看官方介绍,V4版本的静态库是
支持多个编译器的,芯片是
STM32h743,我用的是arm-none-eabi-gcc,版本是gcc version 13.2.1 20231009 (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)),但是编译工程的时候提示链接错误
opt/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: cannot find -lSTM32Cryptographic_CM7collect2: error: ld returned 1 exit status
而我用V3版本的话就可以链接成功,没有报错,用起来正常,现在是想迁移到V4版本