From: Liviu I. <il...@li...> - 2020-08-29 17:59:52
|
> On 29 Aug 2020, at 20:34, kri...@te... wrote: > > Did you refer to this guide from Liviu: > https://github.com/xpack-dev-tools/openocd-xpack/blob/xpack/README-BUILD.md On a Ubuntu 20 VM, with curl, git and docker installed: $ curl -L https://github.com/xpack-dev-tools/openocd-xpack/raw/xpack/scripts/git-clone.sh | bash $ sudo rm -rf ~/Work/openocd-* $ bash ~/Downloads/openocd-xpack.git/scripts/build.sh --linux64 $ '/home/ilg/Work/openocd-0.10.0-14/linux-x64/install/openocd/bin/openocd' --version xPack OpenOCD, x86_64 Open On-Chip Debugger 0.10.0+dev (2020-08-29-17:49) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html I doubt that it can be anything simpler than this. And, to quote a company with a fruit logo, "it just works". Regards, Liviu |