Hi guys.
I am trying to debug a KSDK example application on mi FRDM-K64F, but after building the platform library and the application, I get this error when I try to debug it:
Error in services launch sequence
Launching command [C:\Freescale\KDS_3.0.0\eclipse\../openocd/bin/openocd -c gdb_port 3333 -c telnet_port 4444 -f kinetis.cfg -c echo "Started by GNU ARM Eclipse"] failed.
Launching command [C:\Freescale\KDS_3.0.0\eclipse\../openocd/bin/openocd -c gdb_port 3333 -c telnet_port 4444 -f kinetis.cfg -c echo "Started by GNU ARM Eclipse"] failed.
Cannot run program "C:\Freescale\KDS_3.0.0\eclipse\../openocd/bin/openocd": Launching failed
I tried to find openocd executable under eclipse subfolder but I think it is missing
Any idea?
Thanks