Thanks for the notes. Since last week I’ve now:

  1. downloaded today’s latest repo (12 October, commit 8bebd05745a8b27dccc6403f0215fa6e39de3bc1, and
  2. added the VS compiler to the “valid” checks at CmakeLists.txt line 17.

Using the -G option allows the make to complete (apparently), but the install script fails (in both GitBash and CMD).

 

Thanks for any help.

==========

-- Build files have been written to: C:/Users/cXXXXX/Git/arm/TF-M/trusted-firmware-m/cmake_build

 

cXXXXX@LT-cXXXXXA MINGW64 ~/Git/arm/TF-M/trusted-firmware-m (master)

$ cmake --build cmake_build -- install

tools/CMakeFiles/tfm_generated_files.dir/build.make:93: *** target pattern contains no '%'.  Stop.

CMakeFiles/Makefile2:944: recipe for target 'tools/CMakeFiles/tfm_generated_files.dir/all' failed

make.exe[1]: *** [tools/CMakeFiles/tfm_generated_files.dir/all] Error 2

Makefile:148: recipe for target 'all' failed

make.exe: *** [all] Error 2==========