Skip to content

Commit 5b962cb

Browse files
committed
add bootstrap for repos cloned by git
1 parent f4241c5 commit 5b962cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compile_linux_openocd.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ export libudev_CFLAGS="-I$UDEV_DIR/src/libudev/"
3535
export libudev_LIBS="-L$UDEV_DIR/src/libudev/.libs/ -ludev"
3636

3737
cd hidapi
38+
./bootstrap
3839
export HIDAPI_DIR=`pwd`
3940
./configure --enable-static --disable-shared --host=arm-linux-gnueabihf
4041
make clean
4142
make -j4
4243
cd ..
4344

4445
cd OpenOCD
46+
./bootstrap
4547
export LIBUSB1_CFLAGS="-I$LIBUSB_DIR/libusb/"
4648
export LIBUSB1_LIBS="-L$LIBUSB_DIR/libusb/.libs/ -lusb-1.0 -lpthread"
4749
export HIDAPI_CFLAGS="-I$HIDAPI_DIR/hidapi/"

0 commit comments

Comments
 (0)