2019-08-18 11:02 PM
hi,
i am executing c/c++ application code in gnu mcu eclipse targeted to STM32F4. i am trying to perform software debugging i am getting the following error during the debugging process. the error is as follows
/////////////////////////
Error in services launch sequence
Launching command [C:\Program Files\GNU ARM Eclipse\OpenOCD\0.10.0-201601101000-dev\bin/$openocd_path/ -c gdb_port 3333 -c telnet_port 4444 -c tcl_port 6666 stm32f4discovery.cfg -c echo "Started by GNU MCU Eclipse"] failed.
Launching command [C:\Program Files\GNU ARM Eclipse\OpenOCD\0.10.0-201601101000-dev\bin/$openocd_path/ -c gdb_port 3333 -c telnet_port 4444 -c tcl_port 6666 stm32f4discovery.cfg -c echo "Started by GNU MCU Eclipse"] failed.
Cannot run program "C:\Program Files\GNU ARM Eclipse\OpenOCD\0.10.0-201601101000-dev\bin/$openocd_path/": Launching failed
//////////////
kindly help
Dr. PVJ
2019-08-19 05:36 AM
So complaining it can't expand path name.
Check directory and tools exist on path.
Check environment variables tools are using.
Reinstall tools, or find more current release/build.