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_psa_compliance.py: pass toolchain #59

Closed LDong-Arm closed 3 years ago

LDong-Arm commented 3 years ago

Fixes: #54

Without passing the toolchain, the default toolchain GNUARM gets selected, making it impossible to build the PSA Compliance test with ARMCLANG.

The fix is provided by @ccli8, many thanks for that.

I've manually verified it. It won't be covered by the CI which doesn't have the Arm Compiler yet.