|
From: <Mit...@Em...> - 2017-02-15 18:48:46
|
I was just trying out the 0.10.0 Windows build of openocd from www.freddiechopin.info and it seems that some jimtcl commands are missing. Specifically I noticed that "file" is not found. -------- This is from the previous development build: ./openocd-0.10.0-dev-2/bin/openocd.exe \ -c 'puts [info commands f*]; file atime TESTFILE' Open On-Chip Debugger 0.10.0-dev-00247-g73b676c (2016-03-12-15:04) ... ... finalize {file copy} for {file delete force} flash function format flush foreach fconfigure fileevent file find ... 1487147061 Error: Debug Adapter has to be specified, see "interface" command -------- This is from the 0.10.0 build: ./openocd-0.10.0/bin/openocd.exe \ -c 'puts [info commands f*]; file atime TESTFILE' Open On-Chip Debugger 0.10.0 ... function format finalize foreach {file copy} for {file delete force} fileevent flash find ... invalid command name "file" -------- Freddie says that the Linux build produces the same "error": > $ openocd -c 'puts [info commands f*]; file atime TESTFILE' > Open On-Chip Debugger 0.10.0 > ... > function format finalize foreach {file copy} for {file delete force} > fileevent flash find > ... > invalid command name "file" --- Mitch |