Cannot compile simplest project
Hi it is I’m once more
Yet another bug.
I install SystemWorkbench on linux (Debian 8 64-bit).
Test project (with StdPeriph) was compiled well. But when I try to download binary to board and debud, I got message:
===
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Время ожидания соединения истекло.
localhost:3333: Время ожидания соединения истекло.
===
Red/green LED near mini-usb slot (it shows wether board connected) not blinks and lights with red only. I tried different settings, but result was the same
Finally I install and config GNU ARM C/C++ OpenOCD Debugging from http://gnuarmeclipse.sourceforge.net/updates, as describes in http://ctrl-v.biz/blog/8
(sorry, article in Russian language). With OpenOCD Debugging debugger works well.
In this way I have:
1) Project for STMF407-DISCOVERY automatically creates wit all necessary external dependences and settings (configuring procedure in http://ctrl-v.biz/blog/8 very-very awful
)
2) Project builds without errors
3) Project downloads to board
4) Project executes under debugger.
But at first I use another debugging plugin (GNU ARM C/C++ OpenOCD Debugging), and at second, I still cannot build project with Windows version.
Can somebody help ?