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

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

build: Add multi toolchain support #16

Closed urutva closed 4 years ago

urutva commented 4 years ago

The tf-m regression tests library generated from GCC_ARM is not compatible with ARMC6. Therefore we need to keep two copies of tf-m regression tests: one from each compiler.

The library is copied to test/lib/TOOLCHAIN_<compiler_name> depending on the compiler used to build TF-M. Keeping copies will also ensure that Mbed OS can be built using either compiler without always building TF-M.

Signed-off-by: Devaraj Ranganna devaraj.ranganna@arm.com