While working on IAR support for AN547 (M55) I notice that this
commit causes cmake errors for all toolchains.
cmake -GNinja -S .. -B .
-DTFM_PLATFORM=arm/mps3/an547
"-DTFM_TOOLCHAIN_FILE=..\toolchain_ARMCLANG.cmake" -DTEST_NS=ON
-DTEST_S=ON -DCMAKE_BUILD_TYPE=Debug -DBL2=ON
...
CMake Error at tools/CMakeLists.txt:65 (file):
file STRINGS file "D:/Projects/tf-m1/trusted-firmware-m/tools"
cannot be
read.
Call Stack (most recent call first):
tools/CMakeLists.txt:84 (parse_field_from_yaml)
CMake Error at tools/CMakeLists.txt:65 (file):
file STRINGS file
"D:/Projects/tf-m1/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/test_services"
cannot be read.
Call Stack (most recent call first):
tools/CMakeLists.txt:84 (parse_field_from_yaml)
Thomas