File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SKIP_RISCV=${SKIP_RISCV-0}
77SKIP_OPENOCD=${SKIP_OPENOCD-0}
88
99# Install prerequisites
10- arch -x86_64 /usr/local/bin/brew install jq libtool libusb automake hidapi jimtcl --quiet
11- arch -arm64 /opt/homebrew/bin/brew install jq libtool libusb automake hidapi jimtcl --quiet
10+ arch -x86_64 /usr/local/bin/brew install jq libtool libusb automake hidapi jimtcl gnu-sed --quiet
11+ arch -arm64 /opt/homebrew/bin/brew install jq libtool libusb automake hidapi jimtcl gnu-sed --quiet
1212# RISC-V prerequisites
1313echo " Listing local"
1414ls /usr/local/bin
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55cd openocd
6- sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
6+ gnu- sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
77
88./bootstrap
99# See https://github.com/raspberrypi/openocd/issues/30
Original file line number Diff line number Diff line change @@ -6,17 +6,10 @@ BUILDDIR=$(pwd)
66INSTALLDIR=" openocd-install"
77
88cd openocd
9-
109sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
1110
12- cd jimtcl
13- ./configure
14- make
15- make install
16- cd ..
17-
1811./bootstrap
19- ./configure --disable-werror
12+ ./configure --disable-werror --enable-internal-jimtcl
2013make clean
2114make
2215DESTDIR=" $BUILDDIR /$INSTALLDIR " make install
You can’t perform that action at this time.
0 commit comments