I am experiencing the following problem while using the above method:
Building target: test.elf
Invoking: GNU ARM Cross C++ Linker
makefile:89: recipe for target 'test.elf' failed
process_begin: CreateProcess(NULL, python ../build/eclipse.py linkcl.rsp @python ../build/eclipse.py linkcl.rsp, ...) failed.
make (e=2): The system cannot find the specified file.
make: *** [test.elf] Error 2
"make all" terminated with exit code 2. Build might be incomplete.
It looks like the script file can't be executed. Is it because of a missing some configuration?