OpenOCD preventing launching of project [message #1869219] |
Mon, 05 August 2024 18:22 |
Ria Prakash Messages: 3 Registered: August 2024 |
Junior Member |
|
|
On Windows 10, eclipse version 2022-12 4.26.0, I'm trying to run my built project which is meant for the MAX78000 MC. When downloading the maxim SDK it downloads the libraries and tools as well, and within Tools>OpenOCD there is a scripts folder and an openocd.exe file. As seen in the error the debugger path is set to the scripts folder (which has a target folder, interface folder, and mem_helper file) because this was the default, but I have tried changing it to route to both the openocd file and the folder with the same error appearing. I have also tried changing the Global OCD Path, which also didn't help.
Error I see is below:
Error in services launch sequence
Launching command [openocd -c gdb_port 3333 -c telnet_port 4444 -c tcl_port 6666 -s /OpenOCD/scripts -f interface/cmsis-dap.cfg -f target/max78000.cfg -c echo "Started by GNU MCU Eclipse"] failed.
Launching command [openocd -c gdb_port 3333 -c telnet_port 4444 -c tcl_port 6666 -s /OpenOCD/scripts -f interface/cmsis-dap.cfg -f target/max78000.cfg -c echo "Started by GNU MCU Eclipse"] failed.
Cannot run program "openocd": Launching failed
|
|
|
Powered by
FUDForum. Page generated in 0.07708 seconds