Skip to content

Instantly share code, notes, and snippets.

@jacobrosenthal
Created October 3, 2014 04:52
Show Gist options
  • Save jacobrosenthal/28eb72774bd720c5ca31 to your computer and use it in GitHub Desktop.
Save jacobrosenthal/28eb72774bd720c5ca31 to your computer and use it in GitHub Desktop.
openocd cleaning, patching configuring and running
jacob-2:openocd jacobrosenthal$ git reset HEAD --hard
HEAD is now at c0b8e60 command: Fix confusing syntax error message
jacob-2:openocd jacobrosenthal$ git clean -f -d
Removing src/target/adi_v5_swd.c.orig
jacob-2:openocd jacobrosenthal$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
jacob-2:openocd jacobrosenthal$ patch -p1 < ~/Downloads/2e596cb0.diff
patching file src/jtag/aice/aice_usb.c
patching file src/jtag/drivers/jlink.c
patching file src/jtag/drivers/libusb0_common.c
patching file src/jtag/drivers/libusb0_common.h
patching file src/jtag/drivers/libusb1_common.c
patching file src/jtag/drivers/libusb1_common.h
jacob-2:openocd jacobrosenthal$ patch -p1 < ~/Downloads/paste_124256.txt
patching file src/target/adi_v5_swd.c
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 422 with fuzz 1.
jacob-2:openocd jacobrosenthal$ rm -rf /usr/local/Cellar/open-ocd
jacob-2:openocd jacobrosenthal$ ./configure --prefix=/usr/local/Cellar/open-ocd/HEAD --enable-dummy --enable-verbose-jtag-io --enable-buspirate --enable-jtag_vpi --enable-remote-bitbang --enable-usb_blaster_libftdi --enable-presto_libftdi --enable-openjtag_ftdi --enable-legacy-ft2232_libftdi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for ranlib... ranlib
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.23... yes
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for an ANSI C-conforming const... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for library containing ioperm... no
checking for library containing dlopen... none required
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for arpa/inet.h... yes
checking elf.h usability... no
checking elf.h presence... no
checking for elf.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for ifaddrs.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for net/if.h... yes
checking whether to enable assertions... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether byte ordering is bigendian... no
checking for strndup... yes
checking for strnlen... yes
checking for gettimeofday... yes
checking for usleep... yes
checking for vasprintf... yes
checking whether to build a release... no
checking whether to build Doxygen as HTML... yes
checking whether to build Doxygen as PDF... no
checking whether to enable verbose JTAG I/O messages... yes
checking whether to enable verbose USB I/O messages... no
checking whether to enable verbose USB communication messages... no
checking whether to enable malloc free space logging... no
checking whether to enable ZY1000 minidriver... no
checking whether to enable dummy minidriver... no
checking whether standard drivers can be built... yes
checking for LIBFTDI... yes
checking Build & Link with libftdi...... Success
checking for libftdi highspeed device support... yes
checking for libftdi FT232H device support... yes
checking for LIBUSB1... yes
configure: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0"
checking for LIBUSB0... yes
checking for HIDAPI... yes
checking for environ in unistd.h and stdlib.h... no
checking for extern environ... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/helper/Makefile
config.status: creating src/jtag/Makefile
config.status: creating src/jtag/drivers/Makefile
config.status: creating src/jtag/drivers/usb_blaster/Makefile
config.status: creating src/jtag/hla/Makefile
config.status: creating src/jtag/aice/Makefile
config.status: creating src/transport/Makefile
config.status: creating src/target/openrisc/Makefile
config.status: creating src/xsvf/Makefile
config.status: creating src/svf/Makefile
config.status: creating src/target/Makefile
config.status: creating src/rtos/Makefile
config.status: creating src/server/Makefile
config.status: creating src/flash/Makefile
config.status: creating src/flash/nor/Makefile
config.status: creating src/flash/nand/Makefile
config.status: creating src/pld/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in jimtcl (/Users/jacobrosenthal/Documents/Code/openocd/jimtcl)
configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr/local/Cellar/open-ocd/HEAD' '--enable-dummy' '--enable-verbose-jtag-io' '--enable-buspirate' '--enable-jtag_vpi' '--enable-remote-bitbang' '--enable-usb_blaster_libftdi' '--enable-presto_libftdi' '--enable-openjtag_ftdi' '--enable-legacy-ft2232_libftdi' --cache-file=/dev/null --srcdir=.
./configure.gnu: line 1: -e: command not found
Host System...x86_64-apple-darwin13.4.0
Build System...x86_64-apple-darwin13.4.0
C compiler... cc -g -O2
C++ compiler... c++ -g -O2
Build C compiler...cc
Checking for stdlib.h...ok
Checking for long long...ok
Checking for sys/time.h...ok
Checking for sys/socket.h...ok
Checking for netinet/in.h...ok
Checking for arpa/inet.h...ok
Checking for netdb.h...ok
Checking for sys/un.h...ok
Checking for dlfcn.h...ok
Checking for unistd.h...ok
Checking for dirent.h...ok
Checking for crt_externs.h...ok
Checking libs for inet_ntop...none needed
Checking libs for socket...none needed
Checking for ualarm...ok
Checking for lstat...ok
Checking for fork...ok
Checking for vfork...ok
Checking for system...ok
Checking for select...ok
Checking for execvpe...not found
Checking for backtrace...ok
Checking for geteuid...ok
Checking for mkstemp...ok
Checking for realpath...ok
Checking for strptime...ok
Checking for isatty...ok
Checking for regcomp...ok
Checking for waitpid...ok
Checking for sigaction...ok
Checking for sys_signame...ok
Checking for sys_siglist...ok
Checking for isascii...ok
Checking for syslog...ok
Checking for opendir...ok
Checking for readlink...ok
Checking for sleep...ok
Checking for usleep...ok
Checking for pipe...ok
Checking for getaddrinfo...ok
Checking for utimes...ok
Checking for shutdown...ok
Checking for socketpair...ok
Checking for isinf...ok
Checking for isnan...ok
Checking for sysinfo...not found
Checking for sys/types.h...(cached) ok
Checking if -D_FILE_OFFSET_BITS=64 is needed...no
Checking for fseeko...ok
Checking for ftello...ok
Checking for _NSGetEnviron...ok
Checking for sys/types.h...(cached) ok
Checking for sys/stat.h...ok
Checking for mkdir with one arg...no
Checking for termios.h...ok
Enabling line editing
Enabling references
Building static library
Extension aio...enabled
Extension array...enabled
Extension pack...enabled
Extension binary...enabled
Extension clock...enabled
Extension eventloop...enabled
Extension exec...enabled
Extension file...enabled
Extension readdir...enabled
Extension glob...enabled
Extension history...enabled
Checking libs for dlopen...none needed
Extension load...enabled
Extension nshelper...enabled
Extension namespace...enabled
Extension oo...enabled
Extension package...enabled
Extension posix...enabled
Extension regexp...enabled
Extension signal...enabled
Extension stdlib...enabled
Extension syslog...enabled
Extension tclcompat...enabled
Extension tclprefix...enabled
Extension tree...enabled
Using built-in regexp
Jim static extensions: aio array binary clock eventloop exec file glob history load namespace nshelper oo pack package posix readdir regexp signal stdlib syslog tclcompat tclprefix tree
jim-config.h is unchanged
jimautoconf.h is unchanged
Created Makefile from Makefile.in
Created build-jim-ext from build-jim-ext.in
OpenOCD configuration summary
--------------------------------------------------
MPSSE mode of FTDI based devices yes (auto)
ST-Link JTAG Programmer yes (auto)
TI ICDI JTAG Programmer yes (auto)
Keil ULINK JTAG Programmer yes (auto)
Altera USB-Blaster II Compatible yes (auto)
Versaloon-Link JTAG Programmer yes (auto)
Segger J-Link JTAG Programmer yes (auto)
OSBDM (JTAG only) Programmer yes (auto)
eStick/opendous JTAG Programmer yes (auto)
Andes JTAG Programmer yes (auto)
USBProg JTAG Programmer yes (auto)
Raisonance RLink JTAG Programmer yes (auto)
Olimex ARM-JTAG-EW Programmer yes (auto)
CMSIS-DAP Compliant Debugger yes (auto)
configure: WARNING: Building the deprecated 'ft2232' adapter driver.
jacob-2:openocd jacobrosenthal$ make && make install
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in jimtcl
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-load-static-exts.tcl aio array clock eventloop exec file history load namespace pack package posix readdir regexp signal syslog tclprefix binary glob nshelper oo stdlib tclcompat tree >_load-static-exts.c || ( rm _load-static-exts.c; exit 1)
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o _load-static-exts.o _load-static-exts.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-subcmd.o jim-subcmd.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-interactive.o jim-interactive.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-format.o jim-format.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim.o jim.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o utf8.o utf8.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jimregexp.o jimregexp.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o linenoise.o linenoise.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-aio.o jim-aio.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-array.o jim-array.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-clock.o jim-clock.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-eventloop.o jim-eventloop.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-exec.o jim-exec.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-file.o jim-file.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-history.o jim-history.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-load.o jim-load.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-namespace.o jim-namespace.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-pack.o jim-pack.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-package.o jim-package.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-posix.o jim-posix.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-readdir.o jim-readdir.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-regexp.o jim-regexp.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-signal.o jim-signal.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-syslog.o jim-syslog.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o jim-tclprefix.o jim-tclprefix.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl binary.tcl >_binary.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o binary.o _binary.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl glob.tcl >_glob.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o glob.o _glob.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl nshelper.tcl >_nshelper.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o nshelper.o _nshelper.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl oo.tcl >_oo.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o oo.o _oo.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl stdlib.tcl >_stdlib.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o stdlib.o _stdlib.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl tclcompat.tcl >_tclcompat.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o tclcompat.o _tclcompat.c
/Users/jacobrosenthal/Documents/Code/openocd/jimtcl/jimsh ./make-c-ext.tcl tree.tcl >_tree.c
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -c -o tree.o _tree.c
ar cr libjim.a _load-static-exts.o jim-subcmd.o jim-interactive.o jim-format.o jim.o utf8.o jimregexp.o linenoise.o jim-aio.o jim-array.o jim-clock.o jim-eventloop.o jim-exec.o jim-file.o jim-history.o jim-load.o jim-namespace.o jim-pack.o jim-package.o jim-posix.o jim-readdir.o jim-regexp.o jim-signal.o jim-syslog.o jim-tclprefix.o binary.o glob.o nshelper.o oo.o stdlib.o tclcompat.o tree.o
ranlib libjim.a
cc -D_GNU_SOURCE -Wall -I. -g -O2 -fno-unwind-tables -fno-asynchronous-unwind-tables -o jimsh jimsh.o initjimsh.o libjim.a
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in jtag
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in hla
make[6]: Nothing to be done for `all'.
Making all in aice
depbase=`echo aice_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -I../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT aice_interface.lo -MD -MP -MF $depbase.Tpo -c -o aice_interface.lo aice_interface.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -I../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT aice_interface.lo -MD -MP -MF .deps/aice_interface.Tpo -c aice_interface.c -o aice_interface.o
depbase=`echo aice_usb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -I../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT aice_usb.lo -MD -MP -MF $depbase.Tpo -c -o aice_usb.lo aice_usb.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -I../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT aice_usb.lo -MD -MP -MF .deps/aice_usb.Tpo -c aice_usb.c -o aice_usb.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o libocdaice.la aice_transport.lo aice_interface.lo aice_port.lo aice_usb.lo aice_pipe.lo
libtool: link: rm -fr .libs/libocdaice.a .libs/libocdaice.la
libtool: link: ar cru .libs/libocdaice.a aice_transport.o aice_interface.o aice_port.o aice_usb.o aice_pipe.o
libtool: link: ranlib .libs/libocdaice.a
libtool: link: ( cd ".libs" && rm -f "libocdaice.la" && ln -s "../libocdaice.la" "libocdaice.la" )
Making all in drivers
Making all in usb_blaster
depbase=`echo usb_blaster.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -I../../../../src -I../../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT usb_blaster.lo -MD -MP -MF $depbase.Tpo -c -o usb_blaster.lo usb_blaster.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -I../../../../src -I../../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT usb_blaster.lo -MD -MP -MF .deps/usb_blaster.Tpo -c usb_blaster.c -o usb_blaster.o
depbase=`echo ublast_access_ftdi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -I../../../../src -I../../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ublast_access_ftdi.lo -MD -MP -MF $depbase.Tpo -c -o ublast_access_ftdi.lo ublast_access_ftdi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -I../../../../src -I../../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ublast_access_ftdi.lo -MD -MP -MF .deps/ublast_access_ftdi.Tpo -c ublast_access_ftdi.c -o ublast_access_ftdi.o
depbase=`echo ublast2_access_libusb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -I../../../../src -I../../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ublast2_access_libusb.lo -MD -MP -MF $depbase.Tpo -c -o ublast2_access_libusb.lo ublast2_access_libusb.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src -I../../../../src -I../../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ublast2_access_libusb.lo -MD -MP -MF .deps/ublast2_access_libusb.Tpo -c ublast2_access_libusb.c -o ublast2_access_libusb.o
/bin/sh ../../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o libocdusbblaster.la usb_blaster.lo ublast_access_ftdi.lo ublast2_access_libusb.lo
libtool: link: rm -fr .libs/libocdusbblaster.a .libs/libocdusbblaster.la
libtool: link: ar cru .libs/libocdusbblaster.a usb_blaster.o ublast_access_ftdi.o ublast2_access_libusb.o
libtool: link: ranlib .libs/libocdusbblaster.a
libtool: link: ( cd ".libs" && rm -f "libocdusbblaster.la" && ln -s "../libocdusbblaster.la" "libocdusbblaster.la" )
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-libusb1_common.lo -MD -MP -MF .deps/libocdjtagdrivers_la-libusb1_common.Tpo -c -o libocdjtagdrivers_la-libusb1_common.lo `test -f 'libusb1_common.c' || echo './'`libusb1_common.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-libusb1_common.lo -MD -MP -MF .deps/libocdjtagdrivers_la-libusb1_common.Tpo -c libusb1_common.c -o libocdjtagdrivers_la-libusb1_common.o
mv -f .deps/libocdjtagdrivers_la-libusb1_common.Tpo .deps/libocdjtagdrivers_la-libusb1_common.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-jlink.lo -MD -MP -MF .deps/libocdjtagdrivers_la-jlink.Tpo -c -o libocdjtagdrivers_la-jlink.lo `test -f 'jlink.c' || echo './'`jlink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-jlink.lo -MD -MP -MF .deps/libocdjtagdrivers_la-jlink.Tpo -c jlink.c -o libocdjtagdrivers_la-jlink.o
mv -f .deps/libocdjtagdrivers_la-jlink.Tpo .deps/libocdjtagdrivers_la-jlink.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-stlink_usb.lo -MD -MP -MF .deps/libocdjtagdrivers_la-stlink_usb.Tpo -c -o libocdjtagdrivers_la-stlink_usb.lo `test -f 'stlink_usb.c' || echo './'`stlink_usb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-stlink_usb.lo -MD -MP -MF .deps/libocdjtagdrivers_la-stlink_usb.Tpo -c stlink_usb.c -o libocdjtagdrivers_la-stlink_usb.o
mv -f .deps/libocdjtagdrivers_la-stlink_usb.Tpo .deps/libocdjtagdrivers_la-stlink_usb.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-osbdm.lo -MD -MP -MF .deps/libocdjtagdrivers_la-osbdm.Tpo -c -o libocdjtagdrivers_la-osbdm.lo `test -f 'osbdm.c' || echo './'`osbdm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-osbdm.lo -MD -MP -MF .deps/libocdjtagdrivers_la-osbdm.Tpo -c osbdm.c -o libocdjtagdrivers_la-osbdm.o
mv -f .deps/libocdjtagdrivers_la-osbdm.Tpo .deps/libocdjtagdrivers_la-osbdm.Plo
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-opendous.lo -MD -MP -MF .deps/libocdjtagdrivers_la-opendous.Tpo -c -o libocdjtagdrivers_la-opendous.lo `test -f 'opendous.c' || echo './'`opendous.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/libusb-compat/0.1.5/include -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -I/usr/local/Cellar/hidapi/0.8.0-rc1/include/hidapi -I/usr/local/Cellar/libftdi/1.1/include/libftdi1 -I/usr/local/Cellar/libusb/1.0.19/include/libusb-1.0 -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT libocdjtagdrivers_la-opendous.lo -MD -MP -MF .deps/libocdjtagdrivers_la-opendous.Tpo -c opendous.c -o libocdjtagdrivers_la-opendous.o
mv -f .deps/libocdjtagdrivers_la-opendous.Tpo .deps/libocdjtagdrivers_la-opendous.Plo
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o libocdjtagdrivers.la libocdjtagdrivers_la-driver.lo libocdjtagdrivers_la-libusb1_common.lo libocdjtagdrivers_la-usb_common.lo libocdjtagdrivers_la-bitbang.lo libocdjtagdrivers_la-dummy.lo libocdjtagdrivers_la-ft2232.lo libocdjtagdrivers_la-ftdi.lo libocdjtagdrivers_la-mpsse.lo libocdjtagdrivers_la-jtag_vpi.lo libocdjtagdrivers_la-bitq.lo libocdjtagdrivers_la-presto.lo libocdjtagdrivers_la-usbprog.lo libocdjtagdrivers_la-jlink.lo libocdjtagdrivers_la-rlink.lo libocdjtagdrivers_la-rlink_speed_table.lo libocdjtagdrivers_la-ulink.lo versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.lo versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.lo versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.lo versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.lo versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.lo versaloon/libocdjtagdrivers_la-versaloon.lo libocdjtagdrivers_la-vsllink.lo libocdjtagdrivers_la-arm-jtag-ew.lo libocdjtagdrivers_la-buspirate.lo libocdjtagdrivers_la-remote_bitbang.lo libocdjtagdrivers_la-stlink_usb.lo libocdjtagdrivers_la-ti_icdi_usb.lo libocdjtagdrivers_la-osbdm.lo libocdjtagdrivers_la-opendous.lo libocdjtagdrivers_la-openjtag.lo libocdjtagdrivers_la-cmsis_dap_usb.lo ../../../src/jtag/drivers/usb_blaster/libocdusbblaster.la
libtool: link: rm -fr .libs/libocdjtagdrivers.a .libs/libocdjtagdrivers.la
libtool: link: (cd .libs/libocdjtagdrivers.lax/libocdusbblaster.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/jtag/drivers/../../../src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a")
libtool: link: ar cru .libs/libocdjtagdrivers.a libocdjtagdrivers_la-driver.o libocdjtagdrivers_la-libusb1_common.o libocdjtagdrivers_la-usb_common.o libocdjtagdrivers_la-bitbang.o libocdjtagdrivers_la-dummy.o libocdjtagdrivers_la-ft2232.o libocdjtagdrivers_la-ftdi.o libocdjtagdrivers_la-mpsse.o libocdjtagdrivers_la-jtag_vpi.o libocdjtagdrivers_la-bitq.o libocdjtagdrivers_la-presto.o libocdjtagdrivers_la-usbprog.o libocdjtagdrivers_la-jlink.o libocdjtagdrivers_la-rlink.o libocdjtagdrivers_la-rlink_speed_table.o libocdjtagdrivers_la-ulink.o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.o versaloon/libocdjtagdrivers_la-versaloon.o libocdjtagdrivers_la-vsllink.o libocdjtagdrivers_la-arm-jtag-ew.o libocdjtagdrivers_la-buspirate.o libocdjtagdrivers_la-remote_bitbang.o libocdjtagdrivers_la-stlink_usb.o libocdjtagdrivers_la-ti_icdi_usb.o libocdjtagdrivers_la-osbdm.o libocdjtagdrivers_la-opendous.o libocdjtagdrivers_la-openjtag.o libocdjtagdrivers_la-cmsis_dap_usb.o .libs/libocdjtagdrivers.lax/libocdusbblaster.a/ublast2_access_libusb.o .libs/libocdjtagdrivers.lax/libocdusbblaster.a/ublast_access_ftdi.o .libs/libocdjtagdrivers.lax/libocdusbblaster.a/usb_blaster.o
libtool: link: ranlib .libs/libocdjtagdrivers.a
libtool: link: rm -fr .libs/libocdjtagdrivers.lax
libtool: link: ( cd ".libs" && rm -f "libocdjtagdrivers.la" && ln -s "../libocdjtagdrivers.la" "libocdjtagdrivers.la" )
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o libjtag.la adapter.lo core.lo interface.lo interfaces.lo tcl.lo commands.lo ../../src/jtag/hla/libocdhla.la ../../src/jtag/aice/libocdaice.la ../../src/jtag/drivers/libocdjtagdrivers.la
libtool: link: rm -fr .libs/libjtag.a .libs/libjtag.la
libtool: link: (cd .libs/libjtag.lax/libocdhla.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/jtag/../../src/jtag/hla/.libs/libocdhla.a")
libtool: link: (cd .libs/libjtag.lax/libocdaice.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/jtag/../../src/jtag/aice/.libs/libocdaice.a")
libtool: link: (cd .libs/libjtag.lax/libocdjtagdrivers.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/jtag/../../src/jtag/drivers/.libs/libocdjtagdrivers.a")
libtool: link: ar cru .libs/libjtag.a adapter.o core.o interface.o interfaces.o tcl.o commands.o .libs/libjtag.lax/libocdhla.a/hla_interface.o .libs/libjtag.lax/libocdhla.a/hla_layout.o .libs/libjtag.lax/libocdhla.a/hla_tcl.o .libs/libjtag.lax/libocdhla.a/hla_transport.o .libs/libjtag.lax/libocdaice.a/aice_interface.o .libs/libjtag.lax/libocdaice.a/aice_pipe.o .libs/libjtag.lax/libocdaice.a/aice_port.o .libs/libjtag.lax/libocdaice.a/aice_transport.o .libs/libjtag.lax/libocdaice.a/aice_usb.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-arm-jtag-ew.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-bitbang.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-bitq.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-buspirate.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap_usb.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-driver.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-dummy.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ft2232.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ftdi.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jlink.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jtag_vpi.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-libusb1_common.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-mpsse.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-opendous.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-openjtag.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-osbdm.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-presto.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-remote_bitbang.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-rlink.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-rlink_speed_table.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-stlink_usb.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ti_icdi_usb.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ulink.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usb_common.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbprog.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtogpio.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtojtagraw.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtopwr.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtoswd.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtoxxx.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-versaloon.o .libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-vsllink.o .libs/libjtag.lax/libocdjtagdrivers.a/ublast2_access_libusb.o .libs/libjtag.lax/libocdjtagdrivers.a/ublast_access_ftdi.o .libs/libjtag.lax/libocdjtagdrivers.a/usb_blaster.o
libtool: link: ranlib .libs/libjtag.a
libtool: link: rm -fr .libs/libjtag.lax
libtool: link: ( cd ".libs" && rm -f "libjtag.la" && ln -s "../libjtag.la" "libjtag.la" )
Making all in helper
make[4]: Nothing to be done for `all'.
Making all in target
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in openrisc
make[6]: Nothing to be done for `all'.
depbase=`echo adi_v5_swd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../jimtcl -I../../jimtcl -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT adi_v5_swd.lo -MD -MP -MF $depbase.Tpo -c -o adi_v5_swd.lo adi_v5_swd.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/Cellar/open-ocd/HEAD/share/openocd\" -DBINDIR=\"/usr/local/Cellar/open-ocd/HEAD/bin\" -I../../jimtcl -I../../jimtcl -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT adi_v5_swd.lo -MD -MP -MF .deps/adi_v5_swd.Tpo -c adi_v5_swd.c -o adi_v5_swd.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o libtarget.la algorithm.lo register.lo image.lo breakpoints.lo target.lo target_request.lo testee.lo smp.lo arm_dpm.lo arm_jtag.lo arm_disassembler.lo arm_simulator.lo arm_semihosting.lo arm_adi_v5.lo adi_v5_jtag.lo adi_v5_swd.lo adi_v5_cmsis_dap.lo embeddedice.lo trace.lo etb.lo etm.lo etm_dummy.lo armv4_5.lo armv4_5_mmu.lo armv4_5_cache.lo arm7_9_common.lo arm7tdmi.lo arm720t.lo arm9tdmi.lo arm920t.lo arm966e.lo arm946e.lo arm926ejs.lo feroceon.lo arm11.lo arm11_dbgtap.lo armv7m.lo cortex_m.lo armv7a.lo cortex_a.lo fa526.lo xscale.lo avr32_ap7k.lo avr32_jtag.lo avr32_mem.lo avr32_regs.lo mips32.lo mips_m4k.lo mips32_pracc.lo mips32_dmaacc.lo mips_ejtag.lo nds32.lo nds32_reg.lo nds32_cmd.lo nds32_disassembler.lo nds32_tlb.lo nds32_v2.lo nds32_v3_common.lo nds32_v3.lo nds32_v3m.lo nds32_aice.lo quark_x10xx.lo lakemont.lo x86_32_common.lo avrt.lo dsp563xx.lo dsp563xx_once.lo dsp5680xx.lo hla_target.lo ../../src/target/openrisc/libopenrisc.la
libtool: link: rm -fr .libs/libtarget.a .libs/libtarget.la
libtool: link: (cd .libs/libtarget.lax/libopenrisc.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/target/../../src/target/openrisc/.libs/libopenrisc.a")
libtool: link: ar cru .libs/libtarget.a algorithm.o register.o image.o breakpoints.o target.o target_request.o testee.o smp.o arm_dpm.o arm_jtag.o arm_disassembler.o arm_simulator.o arm_semihosting.o arm_adi_v5.o adi_v5_jtag.o adi_v5_swd.o adi_v5_cmsis_dap.o embeddedice.o trace.o etb.o etm.o etm_dummy.o armv4_5.o armv4_5_mmu.o armv4_5_cache.o arm7_9_common.o arm7tdmi.o arm720t.o arm9tdmi.o arm920t.o arm966e.o arm946e.o arm926ejs.o feroceon.o arm11.o arm11_dbgtap.o armv7m.o cortex_m.o armv7a.o cortex_a.o fa526.o xscale.o avr32_ap7k.o avr32_jtag.o avr32_mem.o avr32_regs.o mips32.o mips_m4k.o mips32_pracc.o mips32_dmaacc.o mips_ejtag.o nds32.o nds32_reg.o nds32_cmd.o nds32_disassembler.o nds32_tlb.o nds32_v2.o nds32_v3_common.o nds32_v3.o nds32_v3m.o nds32_aice.o quark_x10xx.o lakemont.o x86_32_common.o avrt.o dsp563xx.o dsp563xx_once.o dsp5680xx.o hla_target.o .libs/libtarget.lax/libopenrisc.a/jsp_server.o .libs/libtarget.lax/libopenrisc.a/or1k.o .libs/libtarget.lax/libopenrisc.a/or1k_du_adv.o .libs/libtarget.lax/libopenrisc.a/or1k_tap_mohor.o .libs/libtarget.lax/libopenrisc.a/or1k_tap_vjtag.o .libs/libtarget.lax/libopenrisc.a/or1k_tap_xilinx_bscan.o
libtool: link: ranlib .libs/libtarget.a
libtool: link: rm -fr .libs/libtarget.lax
libtool: link: ( cd ".libs" && rm -f "libtarget.la" && ln -s "../libtarget.la" "libtarget.la" )
Making all in transport
make[4]: Nothing to be done for `all'.
Making all in flash
Making all in nor
make[5]: Nothing to be done for `all'.
Making all in nand
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in svf
make[4]: Nothing to be done for `all'.
Making all in xsvf
make[4]: Nothing to be done for `all'.
Making all in pld
make[4]: Nothing to be done for `all'.
Making all in server
make[4]: Nothing to be done for `all'.
Making all in rtos
make[4]: Nothing to be done for `all'.
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o libopenocd.la libopenocd_la-hello.lo libopenocd_la-openocd.lo ../src/xsvf/libxsvf.la ../src/svf/libsvf.la ../src/pld/libpld.la ../src/jtag/libjtag.la ../src/transport/libtransport.la ../src/flash/libflash.la ../src/target/libtarget.la ../src/server/libserver.la ../src/rtos/librtos.la ../src/helper/libhelper.la -L/usr/local/Cellar/libftdi/1.1/lib -L/usr/local/Cellar/libusb/1.0.19/lib -lftdi1 -lusb-1.0 -L/usr/local/Cellar/hidapi/0.8.0-rc1/lib -lhidapi -L/usr/local/Cellar/libusb/1.0.19/lib -lusb-1.0 -L/usr/local/Cellar/libusb-compat/0.1.5/lib -lusb
libtool: link: rm -fr .libs/libopenocd.a .libs/libopenocd.la
libtool: link: (cd .libs/libopenocd.lax/libxsvf.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/xsvf/.libs/libxsvf.a")
libtool: link: (cd .libs/libopenocd.lax/libsvf.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/svf/.libs/libsvf.a")
libtool: link: (cd .libs/libopenocd.lax/libpld.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/pld/.libs/libpld.a")
libtool: link: (cd .libs/libopenocd.lax/libjtag.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/jtag/.libs/libjtag.a")
libtool: link: (cd .libs/libopenocd.lax/libtransport.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/transport/.libs/libtransport.a")
libtool: link: (cd .libs/libopenocd.lax/libflash.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/flash/.libs/libflash.a")
libtool: link: (cd .libs/libopenocd.lax/libtarget.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/target/.libs/libtarget.a")
libtool: link: (cd .libs/libopenocd.lax/libserver.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/server/.libs/libserver.a")
libtool: link: (cd .libs/libopenocd.lax/librtos.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/rtos/.libs/librtos.a")
libtool: link: (cd .libs/libopenocd.lax/libhelper.a && ar x "/Users/jacobrosenthal/Documents/Code/openocd/src/../src/helper/.libs/libhelper.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libopenocd.lax/libflash.a/core.o .libs/libopenocd.lax/lt1-core.o || cp .libs/libopenocd.lax/libflash.a/core.o .libs/libopenocd.lax/lt1-core.o
libtool: link: ln .libs/libopenocd.lax/libflash.a/lt1-core.o .libs/libopenocd.lax/lt2-lt1-core.o || cp .libs/libopenocd.lax/libflash.a/lt1-core.o .libs/libopenocd.lax/lt2-lt1-core.o
libtool: link: ln .libs/libopenocd.lax/libflash.a/tcl.o .libs/libopenocd.lax/lt3-tcl.o || cp .libs/libopenocd.lax/libflash.a/tcl.o .libs/libopenocd.lax/lt3-tcl.o
libtool: link: ar cru .libs/libopenocd.a libopenocd_la-hello.o libopenocd_la-openocd.o .libs/libopenocd.lax/libxsvf.a/xsvf.o .libs/libopenocd.lax/libsvf.a/svf.o .libs/libopenocd.lax/libpld.a/pld.o .libs/libopenocd.lax/libpld.a/virtex2.o .libs/libopenocd.lax/libpld.a/xilinx_bit.o .libs/libopenocd.lax/libjtag.a/adapter.o .libs/libopenocd.lax/libjtag.a/aice_interface.o .libs/libopenocd.lax/libjtag.a/aice_pipe.o .libs/libopenocd.lax/libjtag.a/aice_port.o .libs/libopenocd.lax/libjtag.a/aice_transport.o .libs/libopenocd.lax/libjtag.a/aice_usb.o .libs/libopenocd.lax/libjtag.a/commands.o .libs/libopenocd.lax/libjtag.a/core.o .libs/libopenocd.lax/libjtag.a/hla_interface.o .libs/libopenocd.lax/libjtag.a/hla_layout.o .libs/libopenocd.lax/libjtag.a/hla_tcl.o .libs/libopenocd.lax/libjtag.a/hla_transport.o .libs/libopenocd.lax/libjtag.a/interface.o .libs/libopenocd.lax/libjtag.a/interfaces.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-arm-jtag-ew.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-bitbang.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-bitq.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-buspirate.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap_usb.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-driver.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-dummy.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ft2232.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ftdi.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jlink.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jtag_vpi.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-libusb1_common.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-mpsse.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-opendous.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-openjtag.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-osbdm.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-presto.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-remote_bitbang.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-rlink.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-rlink_speed_table.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-stlink_usb.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ti_icdi_usb.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ulink.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usb_common.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbprog.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtogpio.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtojtagraw.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtopwr.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtoswd.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtoxxx.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-versaloon.o .libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-vsllink.o .libs/libopenocd.lax/libjtag.a/tcl.o .libs/libopenocd.lax/libjtag.a/ublast2_access_libusb.o .libs/libopenocd.lax/libjtag.a/ublast_access_ftdi.o .libs/libopenocd.lax/libjtag.a/usb_blaster.o .libs/libopenocd.lax/libtransport.a/transport.o .libs/libopenocd.lax/libflash.a/aduc702x.o .libs/libopenocd.lax/libflash.a/arm_io.o .libs/libopenocd.lax/libflash.a/at91sam3.o .libs/libopenocd.lax/libflash.a/at91sam4.o .libs/libopenocd.lax/libflash.a/at91sam4l.o .libs/libopenocd.lax/libflash.a/at91sam7.o .libs/libopenocd.lax/libflash.a/at91sam9.o .libs/libopenocd.lax/libflash.a/at91samd.o .libs/libopenocd.lax/libflash.a/avrf.o .libs/libopenocd.lax/libflash.a/cfi.o .libs/libopenocd.lax/libflash.a/common.o .libs/libopenocd.lax/lt1-core.o .libs/libopenocd.lax/libflash.a/davinci.o .libs/libopenocd.lax/libflash.a/driver.o .libs/libopenocd.lax/libflash.a/drivers.o .libs/libopenocd.lax/libflash.a/dsp5680xx_flash.o .libs/libopenocd.lax/libflash.a/ecc.o .libs/libopenocd.lax/libflash.a/ecc_kw.o .libs/libopenocd.lax/libflash.a/efm32.o .libs/libopenocd.lax/libflash.a/em357.o .libs/libopenocd.lax/libflash.a/faux.o .libs/libopenocd.lax/libflash.a/fileio.o .libs/libopenocd.lax/libflash.a/fm3.o .libs/libopenocd.lax/libflash.a/kinetis.o .libs/libopenocd.lax/libflash.a/lpc2000.o .libs/libopenocd.lax/libflash.a/lpc288x.o .libs/libopenocd.lax/libflash.a/lpc2900.o .libs/libopenocd.lax/libflash.a/lpc3180.o .libs/libopenocd.lax/libflash.a/lpc32xx.o .libs/libopenocd.lax/libflash.a/lpcspifi.o .libs/libopenocd.lax/lt2-lt1-core.o .libs/libopenocd.lax/libflash.a/lt2-tcl.o .libs/libopenocd.lax/libflash.a/mdr.o .libs/libopenocd.lax/libflash.a/mflash.o .libs/libopenocd.lax/libflash.a/mini51.o .libs/libopenocd.lax/libflash.a/mrvlqspi.o .libs/libopenocd.lax/libflash.a/mx3.o .libs/libopenocd.lax/libflash.a/mxc.o .libs/libopenocd.lax/libflash.a/non_cfi.o .libs/libopenocd.lax/libflash.a/nonce.o .libs/libopenocd.lax/libflash.a/nrf51.o .libs/libopenocd.lax/libflash.a/nuc1x.o .libs/libopenocd.lax/libflash.a/nuc910.o .libs/libopenocd.lax/libflash.a/ocl.o .libs/libopenocd.lax/libflash.a/orion.o .libs/libopenocd.lax/libflash.a/pic32mx.o .libs/libopenocd.lax/libflash.a/s3c2410.o .libs/libopenocd.lax/libflash.a/s3c2412.o .libs/libopenocd.lax/libflash.a/s3c2440.o .libs/libopenocd.lax/libflash.a/s3c2443.o .libs/libopenocd.lax/libflash.a/s3c24xx.o .libs/libopenocd.lax/libflash.a/s3c6400.o .libs/libopenocd.lax/libflash.a/spi.o .libs/libopenocd.lax/libflash.a/stellaris.o .libs/libopenocd.lax/libflash.a/stm32f1x.o .libs/libopenocd.lax/libflash.a/stm32f2x.o .libs/libopenocd.lax/libflash.a/stm32lx.o .libs/libopenocd.lax/libflash.a/stmsmi.o .libs/libopenocd.lax/libflash.a/str7x.o .libs/libopenocd.lax/libflash.a/str9x.o .libs/libopenocd.lax/libflash.a/str9xpec.o .libs/libopenocd.lax/lt3-tcl.o .libs/libopenocd.lax/libflash.a/tms470.o .libs/libopenocd.lax/libflash.a/virtual.o .libs/libopenocd.lax/libtarget.a/adi_v5_cmsis_dap.o .libs/libopenocd.lax/libtarget.a/adi_v5_jtag.o .libs/libopenocd.lax/libtarget.a/adi_v5_swd.o .libs/libopenocd.lax/libtarget.a/algorithm.o .libs/libopenocd.lax/libtarget.a/arm11.o .libs/libopenocd.lax/libtarget.a/arm11_dbgtap.o .libs/libopenocd.lax/libtarget.a/arm720t.o .libs/libopenocd.lax/libtarget.a/arm7_9_common.o .libs/libopenocd.lax/libtarget.a/arm7tdmi.o .libs/libopenocd.lax/libtarget.a/arm920t.o .libs/libopenocd.lax/libtarget.a/arm926ejs.o .libs/libopenocd.lax/libtarget.a/arm946e.o .libs/libopenocd.lax/libtarget.a/arm966e.o .libs/libopenocd.lax/libtarget.a/arm9tdmi.o .libs/libopenocd.lax/libtarget.a/arm_adi_v5.o .libs/libopenocd.lax/libtarget.a/arm_disassembler.o .libs/libopenocd.lax/libtarget.a/arm_dpm.o .libs/libopenocd.lax/libtarget.a/arm_jtag.o .libs/libopenocd.lax/libtarget.a/arm_semihosting.o .libs/libopenocd.lax/libtarget.a/arm_simulator.o .libs/libopenocd.lax/libtarget.a/armv4_5.o .libs/libopenocd.lax/libtarget.a/armv4_5_cache.o .libs/libopenocd.lax/libtarget.a/armv4_5_mmu.o .libs/libopenocd.lax/libtarget.a/armv7a.o .libs/libopenocd.lax/libtarget.a/armv7m.o .libs/libopenocd.lax/libtarget.a/avr32_ap7k.o .libs/libopenocd.lax/libtarget.a/avr32_jtag.o .libs/libopenocd.lax/libtarget.a/avr32_mem.o .libs/libopenocd.lax/libtarget.a/avr32_regs.o .libs/libopenocd.lax/libtarget.a/avrt.o .libs/libopenocd.lax/libtarget.a/breakpoints.o .libs/libopenocd.lax/libtarget.a/cortex_a.o .libs/libopenocd.lax/libtarget.a/cortex_m.o .libs/libopenocd.lax/libtarget.a/dsp563xx.o .libs/libopenocd.lax/libtarget.a/dsp563xx_once.o .libs/libopenocd.lax/libtarget.a/dsp5680xx.o .libs/libopenocd.lax/libtarget.a/embeddedice.o .libs/libopenocd.lax/libtarget.a/etb.o .libs/libopenocd.lax/libtarget.a/etm.o .libs/libopenocd.lax/libtarget.a/etm_dummy.o .libs/libopenocd.lax/libtarget.a/fa526.o .libs/libopenocd.lax/libtarget.a/feroceon.o .libs/libopenocd.lax/libtarget.a/hla_target.o .libs/libopenocd.lax/libtarget.a/image.o .libs/libopenocd.lax/libtarget.a/jsp_server.o .libs/libopenocd.lax/libtarget.a/lakemont.o .libs/libopenocd.lax/libtarget.a/mips32.o .libs/libopenocd.lax/libtarget.a/mips32_dmaacc.o .libs/libopenocd.lax/libtarget.a/mips32_pracc.o .libs/libopenocd.lax/libtarget.a/mips_ejtag.o .libs/libopenocd.lax/libtarget.a/mips_m4k.o .libs/libopenocd.lax/libtarget.a/nds32.o .libs/libopenocd.lax/libtarget.a/nds32_aice.o .libs/libopenocd.lax/libtarget.a/nds32_cmd.o .libs/libopenocd.lax/libtarget.a/nds32_disassembler.o .libs/libopenocd.lax/libtarget.a/nds32_reg.o .libs/libopenocd.lax/libtarget.a/nds32_tlb.o .libs/libopenocd.lax/libtarget.a/nds32_v2.o .libs/libopenocd.lax/libtarget.a/nds32_v3.o .libs/libopenocd.lax/libtarget.a/nds32_v3_common.o .libs/libopenocd.lax/libtarget.a/nds32_v3m.o .libs/libopenocd.lax/libtarget.a/or1k.o .libs/libopenocd.lax/libtarget.a/or1k_du_adv.o .libs/libopenocd.lax/libtarget.a/or1k_tap_mohor.o .libs/libopenocd.lax/libtarget.a/or1k_tap_vjtag.o .libs/libopenocd.lax/libtarget.a/or1k_tap_xilinx_bscan.o .libs/libopenocd.lax/libtarget.a/quark_x10xx.o .libs/libopenocd.lax/libtarget.a/register.o .libs/libopenocd.lax/libtarget.a/smp.o .libs/libopenocd.lax/libtarget.a/target.o .libs/libopenocd.lax/libtarget.a/target_request.o .libs/libopenocd.lax/libtarget.a/testee.o .libs/libopenocd.lax/libtarget.a/trace.o .libs/libopenocd.lax/libtarget.a/x86_32_common.o .libs/libopenocd.lax/libtarget.a/xscale.o .libs/libopenocd.lax/libserver.a/libserver_la-gdb_server.o .libs/libopenocd.lax/libserver.a/libserver_la-server.o .libs/libopenocd.lax/libserver.a/libserver_la-server_stubs.o .libs/libopenocd.lax/libserver.a/libserver_la-tcl_server.o .libs/libopenocd.lax/libserver.a/libserver_la-telnet_server.o .libs/libopenocd.lax/librtos.a/librtos_la-ChibiOS.o .libs/libopenocd.lax/librtos.a/librtos_la-FreeRTOS.o .libs/libopenocd.lax/librtos.a/librtos_la-ThreadX.o .libs/libopenocd.lax/librtos.a/librtos_la-eCos.o .libs/libopenocd.lax/librtos.a/librtos_la-embKernel.o .libs/libopenocd.lax/librtos.a/librtos_la-linux.o .libs/libopenocd.lax/librtos.a/librtos_la-rtos.o .libs/libopenocd.lax/librtos.a/librtos_la-rtos_chibios_stackings.o .libs/libopenocd.lax/librtos.a/librtos_la-rtos_ecos_stackings.o .libs/libopenocd.lax/librtos.a/librtos_la-rtos_embkernel_stackings.o .libs/libopenocd.lax/librtos.a/librtos_la-rtos_standard_stackings.o .libs/libopenocd.lax/libhelper.a/libhelper_la-binarybuffer.o .libs/libopenocd.lax/libhelper.a/libhelper_la-command.o .libs/libopenocd.lax/libhelper.a/libhelper_la-configuration.o .libs/libopenocd.lax/libhelper.a/libhelper_la-fileio.o .libs/libopenocd.lax/libhelper.a/libhelper_la-ioutil_stubs.o .libs/libopenocd.lax/libhelper.a/libhelper_la-jim-nvp.o .libs/libopenocd.lax/libhelper.a/libhelper_la-log.o .libs/libopenocd.lax/libhelper.a/libhelper_la-options.o .libs/libopenocd.lax/libhelper.a/libhelper_la-replacements.o .libs/libopenocd.lax/libhelper.a/libhelper_la-time_support.o .libs/libopenocd.lax/libhelper.a/libhelper_la-time_support_common.o .libs/libopenocd.lax/libhelper.a/libhelper_la-util.o
libtool: link: ranlib .libs/libopenocd.a
libtool: link: rm -fr .libs/libopenocd.lax .libs/libopenocd.lax
libtool: link: ( cd ".libs" && rm -f "libopenocd.la" && ln -s "../libopenocd.la" "libopenocd.la" )
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o openocd main.o libopenocd.la ../jimtcl/libjim.a -lm
libtool: link: gcc -g -O2 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -o openocd main.o ./.libs/libopenocd.a -L/usr/local/Cellar/libftdi/1.1/lib -L/usr/local/Cellar/libusb/1.0.19/lib -lftdi1 -L/usr/local/Cellar/hidapi/0.8.0-rc1/lib -lhidapi -lusb-1.0 -L/usr/local/Cellar/libusb-compat/0.1.5/lib -lusb ../jimtcl/libjim.a -lm
Making all in doc
make[2]: Nothing to be done for `all'.
Making install in jimtcl
make[1]: Nothing to be done for `install'.
Making install in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in jtag
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in hla
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in aice
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in drivers
Making install in usb_blaster
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Nothing to be done for `install-exec-am'.
../../.././install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/share/openocd/OpenULINK'
/usr/bin/install -c -m 644 ./OpenULINK/ulink_firmware.hex '/usr/local/Cellar/open-ocd/HEAD/share/openocd/OpenULINK'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in helper
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in target
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in openrisc
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Nothing to be done for `install-exec-am'.
Making install in transport
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in flash
Making install in nor
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in nand
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in svf
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in xsvf
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in pld
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in server
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in rtos
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
.././install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c openocd '/usr/local/Cellar/open-ocd/HEAD/bin'
libtool: install: /usr/bin/install -c openocd /usr/local/Cellar/open-ocd/HEAD/bin/openocd
make[4]: Nothing to be done for `install-data-am'.
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/share/info'
/usr/bin/install -c -m 644 ./openocd.info ./openocd.info-1 ./openocd.info-2 '/usr/local/Cellar/open-ocd/HEAD/share/info'
install-info --info-dir='/usr/local/Cellar/open-ocd/HEAD/share/info' '/usr/local/Cellar/open-ocd/HEAD/share/info/openocd.info'
.././install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/share/man/man1'
/usr/bin/install -c -m 644 openocd.1 '/usr/local/Cellar/open-ocd/HEAD/share/man/man1'
make[2]: Nothing to be done for `install-exec-am'.
./install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/share/openocd'
./install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/share/openocd/contrib'
/usr/bin/install -c -m 644 contrib/99-openocd.rules '/usr/local/Cellar/open-ocd/HEAD/share/openocd/contrib'
./install-sh -c -d '/usr/local/Cellar/open-ocd/HEAD/share/openocd/contrib/libdcc'
/usr/bin/install -c -m 644 contrib/libdcc/dcc_stdio.c contrib/libdcc/dcc_stdio.h contrib/libdcc/example.c contrib/libdcc/README '/usr/local/Cellar/open-ocd/HEAD/share/openocd/contrib/libdcc'
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook
for i in $(find ./tcl -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | sed -e 's,^./tcl,,'); do \
j="/usr/local/Cellar/open-ocd/HEAD/share/openocd/scripts/$i" && \
mkdir -p "$(dirname $j)" && \
/usr/bin/install -c -m 644 ./tcl/$i $j; \
done
jacob-2:openocd jacobrosenthal$ openocd -f interface/jlink.cfg -c "transport select swd" -f target/nrf51.cfg -c "adapter_khz 500" -d3
Open On-Chip Debugger 0.9.0-dev-00156-gc0b8e60 (2014-10-02-14:19)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
User : 13 3 command.c:546 command_print(): debug_level: 3
Debug: 14 3 options.c:98 add_default_dirs(): bindir=/usr/local/bin
Debug: 15 3 options.c:99 add_default_dirs(): pkgdatadir=/usr/local/share/openocd
Debug: 16 3 options.c:100 add_default_dirs(): run_prefix=
Debug: 17 3 configuration.c:44 add_script_search_dir(): adding /Users/jacobrosenthal/.openocd
Debug: 18 3 configuration.c:44 add_script_search_dir(): adding /usr/local/share/openocd/site
Debug: 19 3 configuration.c:44 add_script_search_dir(): adding /usr/local/share/openocd/scripts
Debug: 20 3 configuration.c:84 find_file(): found /usr/local/share/openocd/scripts/interface/jlink.cfg
Debug: 21 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_interface jlink
Debug: 22 3 command.c:145 script_debug(): command - interface ocd_interface jlink
Debug: 24 3 command.c:325 command_new(): BUG: command 'jlink' does not have the '.usage' field filled out
Debug: 25 3 command.c:325 command_new(): BUG: command 'jlink caps' does not have the '.usage' field filled out
Debug: 26 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 27 3 command.c:325 command_new(): BUG: command 'jlink info' does not have the '.usage' field filled out
Debug: 28 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 29 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 30 3 command.c:325 command_new(): BUG: command 'jlink config' does not have the '.usage' field filled out
Debug: 31 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 32 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 33 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 34 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 35 3 command.c:325 command_new(): BUG: command 'config reset' does not have the '.usage' field filled out
Debug: 36 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 37 3 command.c:325 command_new(): BUG: command 'config save' does not have the '.usage' field filled out
Debug: 38 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 39 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 40 3 command.c:325 command_new(): BUG: command 'jlink pid' does not have the '.usage' field filled out
Debug: 41 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 42 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select swd
Debug: 43 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select swd
Debug: 44 4 command.c:325 command_new(): BUG: command 'swd' does not have the '.usage' field filled out
Debug: 45 4 command.c:366 register_command_handler(): registering 'ocd_swd'...
Debug: 46 4 command.c:366 register_command_handler(): registering 'ocd_swd'...
Info : 47 4 jlink.c:1308 jlink_swd_init(): JLink SWD mode enabled
User : 48 4 command.c:691 command_run_line(): swdUser : 49 4 command.c:693 command_run_line():
Debug: 50 4 configuration.c:84 find_file(): found /usr/local/share/openocd/scripts/target/nrf51.cfg
Debug: 51 4 configuration.c:84 find_file(): found /usr/local/share/openocd/scripts/target/swj-dp.tcl
Debug: 52 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 53 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 54 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 55 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 56 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 57 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 58 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 59 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 60 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 61 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 62 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_swd newdap nrf51 cpu -expected-id 0x0bb11477
Debug: 63 4 command.c:145 script_debug(): command - ocd_swd ocd_swd newdap nrf51 cpu -expected-id 0x0bb11477
Debug: 64 4 tcl.c:554 jim_newtap_cmd(): Creating New Tap, Chip: nrf51, Tap: cpu, Dotted: nrf51.cpu, 2 params
Debug: 65 4 core.c:1322 jtag_tap_init(): Created Tap: nrf51.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0
Debug: 66 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target create nrf51.cpu cortex_m -chain-position nrf51.cpu
Debug: 67 4 command.c:145 script_debug(): command - ocd_target ocd_target create nrf51.cpu cortex_m -chain-position nrf51.cpu
Debug: 68 4 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 69 4 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 70 4 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 71 4 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 72 4 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 73 4 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 74 4 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 75 4 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 76 4 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 77 5 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 78 5 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 79 5 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 80 5 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 81 5 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 82 5 command.c:366 register_command_handler(): registering 'ocd_cortex_m'...
Debug: 83 5 command.c:366 register_command_handler(): registering 'ocd_cortex_m'...
Debug: 84 5 command.c:366 register_command_handler(): registering 'ocd_cortex_m'...
Debug: 85 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 86 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 87 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 88 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 89 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 90 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 91 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 92 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 93 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 94 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 95 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 96 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 97 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 98 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 99 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 100 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 101 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 102 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 103 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 104 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 105 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 106 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 107 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 108 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 109 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 110 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 111 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 112 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 113 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 114 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 115 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 116 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 117 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 118 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 119 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 120 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 121 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 122 5 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 123 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -work-area-phys 0x20000000 -work-area-size 0x800 -work-area-backup 0
Debug: 124 5 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -work-area-phys 0x20000000 -work-area-size 0x800 -work-area-backup 0
Debug: 125 5 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 126 5 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 127 5 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 128 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 129 5 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 130 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_cortex_m reset_config sysresetreq
Debug: 131 6 command.c:145 script_debug(): command - ocd_cortex_m ocd_cortex_m reset_config sysresetreq
User : 133 6 command.c:546 command_print(): cortex_m reset_config sysresetreq
Debug: 134 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank nrf51.flash nrf51 0x00000000 0 1 1 nrf51.cpu
Debug: 135 6 command.c:145 script_debug(): command - ocd_flash ocd_flash bank nrf51.flash nrf51 0x00000000 0 1 1 nrf51.cpu
Debug: 137 6 command.c:325 command_new(): BUG: command 'nrf51 mass_erase' does not have the '.usage' field filled out
Debug: 138 6 command.c:366 register_command_handler(): registering 'ocd_nrf51'...
Debug: 139 6 tcl.c:824 handle_flash_bank_command(): 'nrf51' driver usage field missing
Debug: 140 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank nrf51.uicr nrf51 0x10001000 0 1 1 nrf51.cpu
Debug: 141 6 command.c:145 script_debug(): command - ocd_flash ocd_flash bank nrf51.uicr nrf51 0x10001000 0 1 1 nrf51.cpu
Debug: 143 6 command.c:401 register_command(): command 'nrf51' is already registered in '<global>' context
Debug: 144 6 command.c:401 register_command(): command 'mass_erase' is already registered in 'nrf51' context
Debug: 145 6 tcl.c:824 handle_flash_bank_command(): 'nrf51' driver usage field missing
Debug: 146 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 1000
Debug: 147 6 command.c:145 script_debug(): command - adapter_khz ocd_adapter_khz 1000
Debug: 149 6 core.c:1647 jtag_config_khz(): handle jtag khz
Debug: 150 6 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 151 6 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
User : 152 6 command.c:546 command_print(): adapter speed: 1000 kHz
Debug: 153 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event reset-end enable_all_ram
Debug: 154 6 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event reset-end enable_all_ram
Debug: 155 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 500
Debug: 156 6 command.c:145 script_debug(): command - adapter_khz ocd_adapter_khz 500
Debug: 158 6 core.c:1647 jtag_config_khz(): handle jtag khz
Debug: 159 6 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 160 6 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
User : 161 6 command.c:546 command_print(): adapter speed: 500 kHz
Debug: 162 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_init
Debug: 163 6 command.c:145 script_debug(): command - init ocd_init
Debug: 165 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target init
Debug: 166 6 command.c:145 script_debug(): command - ocd_target ocd_target init
Debug: 168 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target names
Debug: 169 6 command.c:145 script_debug(): command - ocd_target ocd_target names
Debug: 170 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu cget -event gdb-flash-erase-start
Debug: 171 6 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu cget -event gdb-flash-erase-start
Debug: 172 6 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event gdb-flash-erase-start reset init
Debug: 173 6 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event gdb-flash-erase-start reset init
Debug: 174 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu cget -event gdb-flash-write-end
Debug: 175 7 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu cget -event gdb-flash-write-end
Debug: 176 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event gdb-flash-write-end reset halt
Debug: 177 7 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event gdb-flash-write-end reset halt
Debug: 178 7 target.c:1289 handle_target_init_command(): Initializing targets...
Debug: 179 7 command.c:366 register_command_handler(): registering 'ocd_target_request'...
Debug: 180 7 command.c:366 register_command_handler(): registering 'ocd_trace'...
Debug: 181 7 command.c:366 register_command_handler(): registering 'ocd_trace'...
Debug: 182 7 command.c:366 register_command_handler(): registering 'ocd_fast_load_image'...
Debug: 183 7 command.c:366 register_command_handler(): registering 'ocd_fast_load'...
Debug: 184 7 command.c:366 register_command_handler(): registering 'ocd_profile'...
Debug: 185 7 command.c:366 register_command_handler(): registering 'ocd_virt2phys'...
Debug: 186 7 command.c:366 register_command_handler(): registering 'ocd_reg'...
Debug: 187 7 command.c:366 register_command_handler(): registering 'ocd_poll'...
Debug: 188 7 command.c:366 register_command_handler(): registering 'ocd_wait_halt'...
Debug: 189 7 command.c:366 register_command_handler(): registering 'ocd_halt'...
Debug: 190 7 command.c:366 register_command_handler(): registering 'ocd_resume'...
Debug: 191 7 command.c:366 register_command_handler(): registering 'ocd_reset'...
Debug: 192 7 command.c:366 register_command_handler(): registering 'ocd_soft_reset_halt'...
Debug: 193 7 command.c:366 register_command_handler(): registering 'ocd_step'...
Debug: 194 7 command.c:366 register_command_handler(): registering 'ocd_mdw'...
Debug: 195 7 command.c:366 register_command_handler(): registering 'ocd_mdh'...
Debug: 196 7 command.c:366 register_command_handler(): registering 'ocd_mdb'...
Debug: 197 7 command.c:366 register_command_handler(): registering 'ocd_mww'...
Debug: 198 7 command.c:366 register_command_handler(): registering 'ocd_mwh'...
Debug: 199 7 command.c:366 register_command_handler(): registering 'ocd_mwb'...
Debug: 200 7 command.c:366 register_command_handler(): registering 'ocd_bp'...
Debug: 201 7 command.c:366 register_command_handler(): registering 'ocd_rbp'...
Debug: 202 7 command.c:366 register_command_handler(): registering 'ocd_wp'...
Debug: 203 7 command.c:366 register_command_handler(): registering 'ocd_rwp'...
Debug: 204 7 command.c:366 register_command_handler(): registering 'ocd_load_image'...
Debug: 205 7 command.c:366 register_command_handler(): registering 'ocd_dump_image'...
Debug: 206 7 command.c:366 register_command_handler(): registering 'ocd_verify_image'...
Debug: 207 7 command.c:366 register_command_handler(): registering 'ocd_test_image'...
Debug: 208 7 command.c:366 register_command_handler(): registering 'ocd_reset_nag'...
Debug: 209 7 command.c:366 register_command_handler(): registering 'ocd_ps'...
Debug: 210 7 command.c:366 register_command_handler(): registering 'ocd_test_mem_access'...
Debug: 211 859 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep in 83
Debug: 212 859 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep in 81
Debug: 213 859 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep out 02
Debug: 214 859 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep in 85
Debug: 215 859 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep out 06
Error: 216 859 jlink.c:701 jlink_simple_command(): J-Link command 0x01 failed (0)
Error: 217 859 jlink.c:883 jlink_get_version_info(): J-Link command EMU_CMD_VERSION failed (0)
Error: 218 859 jlink.c:533 jlink_init(): Selected transport mode is not supported.
Debug: 219 859 command.c:628 run_command(): Command failed with error code -100
User : 220 860 command.c:666 command_run_line(): in procedure 'init'
jacob-2:openocd jacobrosenthal$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment