Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-brust committed May 23, 2024
1 parent 4304164 commit 8e4d3b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,12 @@ make && make install

echo "Building openocd"

cd $build_dir
cd $script_dir
# git clone $OPENOCD_GIT_URL openocd && cd openocd
# git checkout $OPENOCD_GIT_TAG
git submodule update --init --recursive

./bootstrap
# J-Link module generates compiler warnings and seems to ignore --disable-werror. Disabling it for now
./configure --prefix=$target_dir --disable-werror
make && make install

Expand Down

0 comments on commit 8e4d3b1

Please sign in to comment.