ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

ARM_MUSCA_B1 doesn't build with ARMCLANG #132

Open jeromecoutant opened 2 years ago

jeromecoutant commented 2 years ago

Hi

ARM_MUSCA_B1 doesn't build with ARMCLANG

Commands:

$ python build_tfm.py -m ARM_MUSCA_B1 -t ARMCLANG -c RegressionIPC

$ mbed compile -m ARM_MUSCA_B1 -t ARM -v

[Error] @0,0: L6218E: Undefined symbol mbedtls_aes_crypt_ecb (referred from BUILD/ARM_MUSCA_B1/ARM/mbed-os/connectivity/lorawan/lorastack/mac/LoRaMacCrypto.o).
[Error] @0,0: L6218E: Undefined symbol mbedtls_aes_free (referred from BUILD/ARM_MUSCA_B1/ARM/mbed-os/connectivity/lorawan/lorastack/mac/LoRaMacCrypto.o).
[Error] @0,0: L6218E: Undefined symbol mbedtls_aes_init (referred from BUILD/ARM_MUSCA_B1/ARM/mbed-os/connectivity/lorawan/lorastack/mac/LoRaMacCrypto.o).
...

With GNUARM/GCC_ARM, build is OK