Closed laanwj closed 7 years ago
Thanks for filing this. We will soon be doing a a major rebase onto the latest master OpenOCD, and will make sure this gets handled with that.
This rebase has happened. @laanwj can you confirm that it builds now?
Yes, I just tried building the tools again, and there was no error. Thanks!
Openocd cannot currently be built on aarch64. The platform is not recognized, resulting in an error in the
jimtcl
autosetup.It was very simple to fix this: replace
configure.guess
andconfigure.sub
inopenocd/jimtcl/autosetup
with recent versions from GNU. E .g.I noticed this while trying to build the freedom-e-sdk (see https://github.com/sifive/freedom-e-sdk/issues/51), which has this as a submodule. This goes two projects deeper to jimtcl then autosetup, it may well be solved there and that this is just a matter of updating the submodule.