|
From: David U. <da...@gm...> - 2019-04-07 03:24:33
|
MacOS Mohave
Pulled the latest release.
./bootstrap
./configure --enable-jlink --enable-maintainer-mode
make
Fails at two points in /doc/openocd.texi
/doc/openocd.texi:2517: warning: `.' or `,' must follow @xref, not `c'.
Line 2517 - change the @ and braces in this comment line make it something
like…
Use the -xref|adapter_usb_location, adapter usb location| command instead.}
./doc/openocd.texi:3482: @anchor expected braces.
./doc/openocd.texi:3482: ` {reset_config}
Line 3842 - remove the space between anchor and {reset-config}. Make it…
anchor{reset-config}
Now it compiles and installs without errors.
Cheers.
|