If there is no problem, please add set(CMAKE_NINJA_FORCE_RESPONSE_FILE TRUE CACHE INTERNAL "") in firmware/CMakeLists.txt.
In my Windows11 environment, "is the command line too long?" was diplayed and ninja failed with exit code 1. I examined the command line and found the length is 33474 characters for me.
If there is no problem, please add
set(CMAKE_NINJA_FORCE_RESPONSE_FILE TRUE CACHE INTERNAL "")in firmware/CMakeLists.txt.In my Windows11 environment, "is the command line too long?" was diplayed and ninja failed with exit code 1. I examined the command line and found the length is 33474 characters for me.