psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.c: In function 'cose_hash_alg_id_to_psa': psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.c:39:18: error: 'PSA_ALG_MD4' undeclared (first use in this function); did you mean 'PSA_ALG_MD5'? 39 | status = PSA_ALG_MD4; | ^~~~~~~~~~~ | PSA_ALG_MD5 psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.c:39:18: note: each undeclared identifier is reported only once for each function it appears in In file included from app/psa_api_tests/psa_qcbor/inc/qcbor.h:89, from psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_eat.h:21, from psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.h:21, from psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.c:18: psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.c: In function 'pal_compute_hash': psa-arch-tests/api-tests/platform/targets/tgt_dev_apis_tfm_nrf/nspe/pal_attestation_config.h:53:1: error: expected ';' before '}' token 53 | } | ^ app/psa_api_tests/psa_qcbor/inc/UsefulBuf.h:403:30: note: in definition of macro 'UsefulBuf_MAKE_STACK_UB' 403 | uint8_t __pBuf##name[(size)];\ | ^~~~ psa-arch-tests/api-tests/platform/targets/common/nspe/initial_attestation/pal_attestation_crypto.c:133:60: note: in expansion of macro 'T_COSE_SIZE_OF_TBS' 133 | UsefulBuf_MAKE_STACK_UB (buffer_for_TBS_first_part, T_COSE_SIZE_OF_TBS); | ^~~~~~~~~~~~~~~~~~ [88/423] Building C object app/psa_api_tests/CMakeFiles/pal_nspe.dir/psa_qcbor/src/qcbor_decode.o
On 1.4 RC3 with psa-arch-tests, tf-m-tests, mbedtls, and mcuboot checked out at the shas specified in config_default.cmake, building with ninja.