カウンタ
0 5 0 0 4 9
日誌

Raspberry PI Dialy

電動

タミヤ(TAMIYA)

参考価格:¥ 19,224 
価格:¥ 15,379 
OFF:¥ 3,845 (20%)


タミヤ 1/12 XBシリーズ No.180 トヨタ ランドクルーザー 40 ピックアップ (GF-01シャーシ) 2.4GHz プロポ付き塗装済み完成品 57880

 

参考価格:¥ 34,344 
価格:¥ 21,602 通常配送無料 詳細
OFF:¥ 12,742 (37%)


2チャージャー2台
 https://www.amazon.co.jp/ハイテック-マルチチャージャー-BLACK-44269-日本正規品/dp/B071Z8KLV1

¥ 9210


3 カメラ2台 下記
https://www.amazon.co.jp/gp/product/B00N1YJKFS/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1
> サインスマート 広角 魚眼レンズ カメラモジュール Camera Module Raspberry Pi用
> ¥ 3,080

4 I2C接続16チャンネル サーボ&PWM駆動キット ¥950 2台
> ? http://akizukidenshi.com/catalog/g/gK-10350/


YOKOMO ヨコモ 互換 Lipo 30C 7.4V 4000mAh バッテリー ストレートパック IMPACT POWER


価格:¥ 2,980 通常配送無料 詳細
ポイント:30pt  (1%)  詳細はこちら
0

memo

$ docker run -d -p 80:80 -v /Users/ogawakiyoshidocker/php70-apache/www:/var/www/html --name php70-apache php:7.0-apache
0640b4c71b620b2123c9ca33aad56e371275dc0e9557ffbaa28f4f5b5f0ebeb3
docker: Error response from daemon: error while creating mount source path '/Users/ogawakiyoshidocker/php70-apache/www': mkdir /Users/ogawakiyoshidocker: permission denied.
OgawaKiyoshi-no-MacBook-Pro:~ ogawakiyoshi$ docker run -d -p 80:80 -v /Users/ogawakiyoshi/docker/php70-apache/www:/var/www/html --name php70-apache php:7.0-apache
docker: Error response from daemon: Conflict. The container name "/php70-apache" is already in use by container "0640b4c71b620b2123c9ca33aad56e371275dc0e9557ffbaa28f4f5b5f0ebeb3". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
OgawaKiyoshi-no-MacBook-Pro:~ ogawakiyoshi$ docker run --help

Usage:docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Run a command in a new container

Options:
      --add-host list                  Add a custom host-to-IP mapping (host:ip)
  -a, --attach list                    Attach to STDIN, STDOUT or STDERR
      --blkio-weight uint16            Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0)
      --blkio-weight-device list       Block IO weight (relative device weight) (default [])
      --cap-add list                   Add Linux capabilities
      --cap-drop list                  Drop Linux capabilities
      --cgroup-parent string           Optional parent cgroup for the container
      --cidfile string                 Write the container ID to the file
      --cpu-period int                 Limit CPU CFS (Completely Fair Scheduler) period
      --cpu-quota int                  Limit CPU CFS (Completely Fair Scheduler) quota
      --cpu-rt-period int              Limit CPU real-time period in microseconds
      --cpu-rt-runtime int             Limit CPU real-time runtime in microseconds
  -c, --cpu-shares int                 CPU shares (relative weight)
      --cpus decimal                   Number of CPUs
      --cpuset-cpus string             CPUs in which to allow execution (0-3, 0,1)
      --cpuset-mems string             MEMs in which to allow execution (0-3, 0,1)
  -d, --detach                         Run container in background and print container ID
      --detach-keys string             Override the key sequence for detaching a container
      --device list                    Add a host device to the container
      --device-cgroup-rule list        Add a rule to the cgroup allowed devices list
      --device-read-bps list           Limit read rate (bytes per second) from a device (default [])
      --device-read-iops list          Limit read rate (IO per second) from a device (default [])
      --device-write-bps list          Limit write rate (bytes per second) to a device (default [])
      --device-write-iops list         Limit write rate (IO per second) to a device (default [])
      --disable-content-trust          Skip image verification (default true)
      --dns list                       Set custom DNS servers
      --dns-option list                Set DNS options
      --dns-search list                Set custom DNS search domains
      --entrypoint string              Overwrite the default ENTRYPOINT of the image
  -e, --env list                       Set environment variables
      --env-file list                  Read in a file of environment variables
      --expose list                    Expose a port or a range of ports
      --group-add list                 Add additional groups to join
      --health-cmd string              Command to run to check health
      --health-interval duration       Time between running the check (ms|s|m|h) (default 0s)
      --health-retries int             Consecutive failures needed to report unhealthy
      --health-start-period duration   Start period for the container to initialize before starting health-retries
                                       countdown (ms|s|m|h) (default 0s)
      --health-timeout duration        Maximum time to allow one check to run (ms|s|m|h) (default 0s)
      --help                           Print usage
  -h, --hostname string                Container host name
      --init                           Run an init inside the container that forwards signals and reaps processes
  -i, --interactive                    Keep STDIN open even if not attached
      --ip string                      IPv4 address (e.g., 172.30.100.104)
      --ip6 string                     IPv6 address (e.g., 2001:db8::33)
      --ipc string                     IPC mode to use
      --isolation string               Container isolation technology
      --kernel-memory bytes            Kernel memory limit
  -l, --label list                     Set meta data on a container
      --label-file list                Read in a line delimited file of labels
      --link list                      Add link to another container
      --link-local-ip list             Container IPv4/IPv6 link-local addresses
      --log-driver string              Logging driver for the container
      --log-opt list                   Log driver options
      --mac-address string             Container MAC address (e.g., 92:d0:c6:0a:29:33)
  -m, --memory bytes                   Memory limit
      --memory-reservation bytes       Memory soft limit
      --memory-swap bytes              Swap limit equal to memory plus swap: '-1' to enable unlimited swap
      --memory-swappiness int          Tune container memory swappiness (0 to 100) (default -1)
      --mount mount                    Attach a filesystem mount to the container
      --name string                    Assign a name to the container
      --network string                 Connect a container to a network (default "default")
      --network-alias list             Add network-scoped alias for the container
      --no-healthcheck                 Disable any container-specified HEALTHCHECK
      --oom-kill-disable               Disable OOM Killer
      --oom-score-adj int              Tune host's OOM preferences (-1000 to 1000)
      --pid string                     PID namespace to use
      --pids-limit int                 Tune container pids limit (set -1 for unlimited)
      --platform string                Set platform if server is multi-platform capable
      --privileged                     Give extended privileges to this container
  -p, --publish list                   Publish a container's port(s) to the host
  -P, --publish-all                    Publish all exposed ports to random ports
      --read-only                      Mount the container's root filesystem as read only
      --restart string                 Restart policy to apply when a container exits (default "no")
      --rm                             Automatically remove the container when it exits
      --runtime string                 Runtime to use for this container
      --security-opt list              Security Options
      --shm-size bytes                 Size of /dev/shm
      --sig-proxy                      Proxy received signals to the process (default true)
      --stop-signal string             Signal to stop a container (default "SIGTERM")
      --stop-timeout int               Timeout (in seconds) to stop a container
      --storage-opt list               Storage driver options for the container
      --sysctl map                     Sysctl options (default map[])
      --tmpfs list                     Mount a tmpfs directory
  -t, --tty                            Allocate a pseudo-TTY
      --ulimit ulimit                  Ulimit options (default [])
  -u, --user string                    Username or UID (format: <name|uid>[:<group|gid>])
      --userns string                  User namespace to use
      --uts string                     UTS namespace to use
  -v, --volume list                    Bind mount a volume
      --volume-driver string           Optional volume driver for the container
      --volumes-from list              Mount volumes from the specified container(s)
  -w, --workdir string                 Working directory inside the container

0

コンパイル

コンパイルエラーをなくすための12の手法

1 エラーが出ないコマンドの版の組み合わせにする

2 エラーが出ないソースに変更する

3 エラーが出ないMakefileに変更する

4 エラーが出ないOSにする。
0

sudo make install by gcc6

sudo make install
Password:
Making install in jimtcl
make[1]: Entering directory '/Users/administrator/work/openocd-armv8/jimtcl'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/Users/administrator/work/openocd-armv8/jimtcl'
Making install in src
make[1]: Entering directory '/Users/administrator/work/openocd-armv8/src'
make  install-recursive
make[2]: Entering directory '/Users/administrator/work/openocd-armv8/src'
Making install in jtag
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'
make  install-recursive
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'
Making install in hla
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'
Making install in aice
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'
Making install in drivers
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'
Making install in usb_blaster
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'
make[7]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'
make[7]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'
make[7]: Nothing to be done for 'install-exec-am'.
 ../../.././install-sh -c -d '/usr/local/share/openocd/OpenULINK'
 /usr/bin/install -c -m 644 ./OpenULINK/ulink_firmware.hex '/usr/local/share/openocd/OpenULINK'
make[7]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'
Making install in helper
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/helper'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/helper'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/helper'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/helper'
Making install in target
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/target'
make  install-recursive
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/target'
Making install in openrisc
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/target/openrisc'
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/target/openrisc'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/target/openrisc'
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/target/openrisc'
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/target'
make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/target'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/target'
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/target'
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/target'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/target'
Making install in transport
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/transport'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/transport'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/transport'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/transport'
Making install in flash
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash'
Making install in nor
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash/nor'
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash/nor'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash/nor'
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash/nor'
Making install in nand
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash/nand'
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash/nand'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash/nand'
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash/nand'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash'
make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/flash'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash'
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/flash'
Making install in svf
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/svf'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/svf'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/svf'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/svf'
Making install in xsvf
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/xsvf'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/xsvf'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/xsvf'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/xsvf'
Making install in pld
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/pld'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/pld'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/pld'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/pld'
Making install in server
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/server'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/server'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/server'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/server'
Making install in rtos
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src/rtos'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/rtos'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/rtos'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src/rtos'
make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src'
make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src'
 .././install-sh -c -d '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c openocd '/usr/local/bin'
libtool: install: /usr/bin/install -c openocd /usr/local/bin/openocd
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src'
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src'
make[2]: Leaving directory '/Users/administrator/work/openocd-armv8/src'
make[1]: Leaving directory '/Users/administrator/work/openocd-armv8/src'
Making install in doc
make[1]: Entering directory '/Users/administrator/work/openocd-armv8/doc'
make[2]: Entering directory '/Users/administrator/work/openocd-armv8/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 .././install-sh -c -d '/usr/local/share/info'
 /usr/bin/install -c -m 644 ./openocd.info ./openocd.info-1 ./openocd.info-2 '/usr/local/share/info'
 install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/openocd.info'
 .././install-sh -c -d '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 openocd.1 '/usr/local/share/man/man1'
make[2]: Leaving directory '/Users/administrator/work/openocd-armv8/doc'
make[1]: Leaving directory '/Users/administrator/work/openocd-armv8/doc'
make[1]: Entering directory '/Users/administrator/work/openocd-armv8'
make[2]: Entering directory '/Users/administrator/work/openocd-armv8'
make[2]: Nothing to be done for 'install-exec-am'.
 ./install-sh -c -d '/usr/local/share/openocd'
 ./install-sh -c -d '/usr/local/share/openocd/contrib'
 /usr/bin/install -c -m 644  contrib/99-openocd.rules '/usr/local/share/openocd/contrib'
 ./install-sh -c -d '/usr/local/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/share/openocd/contrib/libdcc'
make  install-data-hook
make[3]: Entering directory '/Users/administrator/work/openocd-armv8'
for i in $(find ./tcl -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | sed -e 's,^./tcl,,'); do \
j="/usr/local/share/openocd/scripts/$i" && \
mkdir -p "$(dirname $j)" && \
/usr/bin/install -c -m 644 ./tcl/$i $j; \
done
make[3]: Leaving directory '/Users/administrator/work/openocd-armv8'
make[2]: Leaving directory '/Users/administrator/work/openocd-armv8'
make[1]: Leaving directory '/Users/administrator/work/openocd-armv8'
0

open ocd config

RaspberryPi3 64bitモード ベアメタルをJTAGデバッグする

cat ../tcl/target/rpi3.cfg

transport select jtag


# we need to enable srst even though we don't connect it

reset_config trst_and_srst


adapter_khz 1000

jtag_ntrst_delay 500


if { [info exists CHIPNAME] } {

  set _CHIPNAME $CHIPNAME

} else {

  set _CHIPNAME rpi3

}


#

# Main DAP

#

if { [info exists DAP_TAPID] } {

   set _DAP_TAPID $DAP_TAPID

} else {

   set _DAP_TAPID 0x4ba00477

}



jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_DAP_TAPID -enable


set _TARGETNAME   $_CHIPNAME.cpu

set _TARGETNAME_1 $_CHIPNAME.cpu1

set _TARGETNAME_2 $_CHIPNAME.cpu2

set _TARGETNAME_3 $_CHIPNAME.cpu3


target create $_TARGETNAME   aarch64 -chain-position $_CHIPNAME.dap -coreid 0 -dbgbase 0x80010000 -ctibase 0x80018000

target create $_TARGETNAME_1 aarch64 -chain-position $_CHIPNAME.dap -coreid 1 -dbgbase 0x80012000 -ctibase 0x80019000

target create $_TARGETNAME_2 aarch64 -chain-position $_CHIPNAME.dap -coreid 2 -dbgbase 0x80014000 -ctibase 0x8001A000

target create $_TARGETNAME_3 aarch64 -chain-position $_CHIPNAME.dap -coreid 3 -dbgbase 0x80016000 -ctibase 0x8001B000


$_TARGETNAME configure -event reset-assert-post "aarch64 dbginit"

$_TARGETNAME configure -event gdb-attach { halt }

----------

cat ../tcl/interface/ftdi/olimex-arm-usb-tiny-h.cfg 

#

# Olimex ARM-USB-TINY-H

#

# http://www.olimex.com/dev/arm-usb-tiny-h.html

#


interface ftdi

ftdi_device_desc "Olimex OpenOCD JTAG ARM-USB-TINY-H"

ftdi_vid_pid 0x15ba 0x002a


ftdi_layout_init 0x0808 0x0a1b

ftdi_layout_signal nSRST -oe 0x0200

ftdi_layout_signal nTRST -data 0x0100 -oe 0x0100

ftdi_layout_signal LED -data 0x0800

------


$ ./openocd -f ../tcl/interface/ftdi/olimex-arm-usb-tiny-h.cfg -f ../tcl/target/rpi3.cfg

Open On-Chip Debugger 0.9.0-dev-gb796a58c (2018-02-21-15:54)

Licensed under GNU GPL v2

For bug reports, read

http://openocd.sourceforge.net/doc/doxygen/bugs.html

trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst

adapter speed: 1000 kHz

jtag_ntrst_delay: 500

Error: no device found

Error: unable to open ftdi device with vid 15ba, pid 002a, description 'Olimex OpenOCD JTAG ARM-USB-TINY-H' and serial '*'

in procedure 'init'

0

./openocd

./openocd

Open On-Chip Debugger 0.9.0-dev-gb796a58c (2018-02-21-15:54)

Licensed under GNU GPL v2

For bug reports, read

http://openocd.sourceforge.net/doc/doxygen/bugs.html

Runtime Error: embedded:startup.tcl:58: Can't find openocd.cfg

in procedure 'script' 

at file "embedded:startup.tcl", line 58

Error: Debug Adapter has to be specified, see "interface" command

in procedure 'init'


0

make gcc6

make

make  all-recursive

make[1]: Entering directory '/Users/administrator/work/openocd-armv8'

Making all in jimtcl

make[2]: Entering directory '/Users/administrator/work/openocd-armv8/jimtcl'

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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  

make[2]: Leaving directory '/Users/administrator/work/openocd-armv8/jimtcl'

Making all in src

make[2]: Entering directory '/Users/administrator/work/openocd-armv8/src'

make  all-recursive

make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src'

Making all in jtag

make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'

make  all-recursive

make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'

Making all in hla

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'

make[6]: Nothing to be done for 'all'.

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'

Making all in aice

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'

make[6]: Nothing to be done for 'all'.

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'

Making all in drivers

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

Making all in usb_blaster

make[7]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'

make[7]: Nothing to be done for 'all'.

make[7]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'

make[7]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ftdi.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ftdi.Tpo -c -o libocdjtagdrivers_la-ftdi.lo `test -f 'ftdi.c' || echo './'`ftdi.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ftdi.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ftdi.Tpo -c ftdi.c -o libocdjtagdrivers_la-ftdi.o

mv -f .deps/libocdjtagdrivers_la-ftdi.Tpo .deps/libocdjtagdrivers_la-ftdi.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-mpsse.lo -MD -MP -MF .deps/libocdjtagdrivers_la-mpsse.Tpo -c -o libocdjtagdrivers_la-mpsse.lo `test -f 'mpsse.c' || echo './'`mpsse.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-mpsse.lo -MD -MP -MF .deps/libocdjtagdrivers_la-mpsse.Tpo -c mpsse.c -o libocdjtagdrivers_la-mpsse.o

mv -f .deps/libocdjtagdrivers_la-mpsse.Tpo .deps/libocdjtagdrivers_la-mpsse.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ulink.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ulink.Tpo -c -o libocdjtagdrivers_la-ulink.lo `test -f 'ulink.c' || echo './'`ulink.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ulink.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ulink.Tpo -c ulink.c -o libocdjtagdrivers_la-ulink.o

mv -f .deps/libocdjtagdrivers_la-ulink.Tpo .deps/libocdjtagdrivers_la-ulink.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtogpio.Tpo -c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.lo `test -f 'versaloon/usbtoxxx/usbtogpio.c' || echo './'`versaloon/usbtoxxx/usbtogpio.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtogpio.Tpo -c versaloon/usbtoxxx/usbtogpio.c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.o

mv -f versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtogpio.Tpo versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtogpio.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtojtagraw.Tpo -c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.lo `test -f 'versaloon/usbtoxxx/usbtojtagraw.c' || echo './'`versaloon/usbtoxxx/usbtojtagraw.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtojtagraw.Tpo -c versaloon/usbtoxxx/usbtojtagraw.c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.o

mv -f versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtojtagraw.Tpo versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtojtagraw.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoswd.Tpo -c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.lo `test -f 'versaloon/usbtoxxx/usbtoswd.c' || echo './'`versaloon/usbtoxxx/usbtoswd.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoswd.Tpo -c versaloon/usbtoxxx/usbtoswd.c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.o

mv -f versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoswd.Tpo versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoswd.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtopwr.Tpo -c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.lo `test -f 'versaloon/usbtoxxx/usbtopwr.c' || echo './'`versaloon/usbtoxxx/usbtopwr.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtopwr.Tpo -c versaloon/usbtoxxx/usbtopwr.c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.o

mv -f versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtopwr.Tpo versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtopwr.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoxxx.Tpo -c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.lo `test -f 'versaloon/usbtoxxx/usbtoxxx.c' || echo './'`versaloon/usbtoxxx/usbtoxxx.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.lo -MD -MP -MF versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoxxx.Tpo -c versaloon/usbtoxxx/usbtoxxx.c -o versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.o

mv -f versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoxxx.Tpo versaloon/usbtoxxx/.deps/libocdjtagdrivers_la-usbtoxxx.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/libocdjtagdrivers_la-versaloon.lo -MD -MP -MF versaloon/.deps/libocdjtagdrivers_la-versaloon.Tpo -c -o versaloon/libocdjtagdrivers_la-versaloon.lo `test -f 'versaloon/versaloon.c' || echo './'`versaloon/versaloon.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 versaloon/libocdjtagdrivers_la-versaloon.lo -MD -MP -MF versaloon/.deps/libocdjtagdrivers_la-versaloon.Tpo -c versaloon/versaloon.c -o versaloon/libocdjtagdrivers_la-versaloon.o

mv -f versaloon/.deps/libocdjtagdrivers_la-versaloon.Tpo versaloon/.deps/libocdjtagdrivers_la-versaloon.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-vsllink.lo -MD -MP -MF .deps/libocdjtagdrivers_la-vsllink.Tpo -c -o libocdjtagdrivers_la-vsllink.lo `test -f 'vsllink.c' || echo './'`vsllink.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-vsllink.lo -MD -MP -MF .deps/libocdjtagdrivers_la-vsllink.Tpo -c vsllink.c -o libocdjtagdrivers_la-vsllink.o

mv -f .deps/libocdjtagdrivers_la-vsllink.Tpo .deps/libocdjtagdrivers_la-vsllink.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ti_icdi_usb.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ti_icdi_usb.Tpo -c -o libocdjtagdrivers_la-ti_icdi_usb.lo `test -f 'ti_icdi_usb.c' || echo './'`ti_icdi_usb.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ti_icdi_usb.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ti_icdi_usb.Tpo -c ti_icdi_usb.c -o libocdjtagdrivers_la-ti_icdi_usb.o

mv -f .deps/libocdjtagdrivers_la-ti_icdi_usb.Tpo .deps/libocdjtagdrivers_la-ti_icdi_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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ftdi.lo libocdjtagdrivers_la-mpsse.lo         libocdjtagdrivers_la-jlink.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-stlink_usb.lo libocdjtagdrivers_la-ti_icdi_usb.lo libocdjtagdrivers_la-osbdm.lo libocdjtagdrivers_la-opendous.lo     ../../../src/jtag/drivers/usb_blaster/libocdusbblaster.la 

libtool: link: (cd .libs/libocdjtagdrivers.lax/libocdusbblaster.a && ar x "/Users/administrator/work/openocd-armv8/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-ftdi.o libocdjtagdrivers_la-mpsse.o libocdjtagdrivers_la-jlink.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-stlink_usb.o libocdjtagdrivers_la-ti_icdi_usb.o libocdjtagdrivers_la-osbdm.o libocdjtagdrivers_la-opendous.o  .libs/libocdjtagdrivers.lax/libocdusbblaster.a/ublast2_access_libusb.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" )

make[7]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'

depbase=`echo adapter.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/share/openocd\" -DBINDIR=\"/usr/local/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 adapter.lo -MD -MP -MF $depbase.Tpo -c -o adapter.lo adapter.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/share/openocd\" -DBINDIR=\"/usr/local/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 adapter.lo -MD -MP -MF .deps/adapter.Tpo -c adapter.c -o adapter.o

depbase=`echo core.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/share/openocd\" -DBINDIR=\"/usr/local/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 core.lo -MD -MP -MF $depbase.Tpo -c -o core.lo core.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/share/openocd\" -DBINDIR=\"/usr/local/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 core.lo -MD -MP -MF .deps/core.Tpo -c core.c -o core.o

depbase=`echo 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/share/openocd\" -DBINDIR=\"/usr/local/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 interface.lo -MD -MP -MF $depbase.Tpo -c -o interface.lo 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/share/openocd\" -DBINDIR=\"/usr/local/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 interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o

depbase=`echo interfaces.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/share/openocd\" -DBINDIR=\"/usr/local/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 interfaces.lo -MD -MP -MF $depbase.Tpo -c -o interfaces.lo interfaces.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/share/openocd\" -DBINDIR=\"/usr/local/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 interfaces.lo -MD -MP -MF .deps/interfaces.Tpo -c interfaces.c -o interfaces.o

depbase=`echo tcl.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/share/openocd\" -DBINDIR=\"/usr/local/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 tcl.lo -MD -MP -MF $depbase.Tpo -c -o tcl.lo tcl.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/share/openocd\" -DBINDIR=\"/usr/local/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 tcl.lo -MD -MP -MF .deps/tcl.Tpo -c tcl.c -o tcl.o

depbase=`echo commands.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/share/openocd\" -DBINDIR=\"/usr/local/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 commands.lo -MD -MP -MF $depbase.Tpo -c -o commands.lo commands.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/share/openocd\" -DBINDIR=\"/usr/local/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 commands.lo -MD -MP -MF .deps/commands.Tpo -c commands.c -o commands.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 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: (cd .libs/libjtag.lax/libocdhla.a && ar x "/Users/administrator/work/openocd-armv8/src/jtag/../../src/jtag/hla/.libs/libocdhla.a")

libtool: link: (cd .libs/libjtag.lax/libocdaice.a && ar x "/Users/administrator/work/openocd-armv8/src/jtag/../../src/jtag/aice/.libs/libocdaice.a")

libtool: link: (cd .libs/libjtag.lax/libocdjtagdrivers.a && ar x "/Users/administrator/work/openocd-armv8/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-driver.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-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-osbdm.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-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/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" )

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'

make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'

make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'

Making all in helper

make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/helper'

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-binarybuffer.lo -MD -MP -MF .deps/libhelper_la-binarybuffer.Tpo -c -o libhelper_la-binarybuffer.lo `test -f 'binarybuffer.c' || echo './'`binarybuffer.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-binarybuffer.lo -MD -MP -MF .deps/libhelper_la-binarybuffer.Tpo -c binarybuffer.c -o libhelper_la-binarybuffer.o

mv -f .deps/libhelper_la-binarybuffer.Tpo .deps/libhelper_la-binarybuffer.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-options.lo -MD -MP -MF .deps/libhelper_la-options.Tpo -c -o libhelper_la-options.lo `test -f 'options.c' || echo './'`options.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-options.lo -MD -MP -MF .deps/libhelper_la-options.Tpo -c options.c -o libhelper_la-options.o

mv -f .deps/libhelper_la-options.Tpo .deps/libhelper_la-options.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-time_support_common.lo -MD -MP -MF .deps/libhelper_la-time_support_common.Tpo -c -o libhelper_la-time_support_common.lo `test -f 'time_support_common.c' || echo './'`time_support_common.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-time_support_common.lo -MD -MP -MF .deps/libhelper_la-time_support_common.Tpo -c time_support_common.c -o libhelper_la-time_support_common.o

mv -f .deps/libhelper_la-time_support_common.Tpo .deps/libhelper_la-time_support_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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-configuration.lo -MD -MP -MF .deps/libhelper_la-configuration.Tpo -c -o libhelper_la-configuration.lo `test -f 'configuration.c' || echo './'`configuration.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-configuration.lo -MD -MP -MF .deps/libhelper_la-configuration.Tpo -c configuration.c -o libhelper_la-configuration.o

mv -f .deps/libhelper_la-configuration.Tpo .deps/libhelper_la-configuration.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-log.lo -MD -MP -MF .deps/libhelper_la-log.Tpo -c -o libhelper_la-log.lo `test -f 'log.c' || echo './'`log.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-log.lo -MD -MP -MF .deps/libhelper_la-log.Tpo -c log.c -o libhelper_la-log.o

mv -f .deps/libhelper_la-log.Tpo .deps/libhelper_la-log.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-command.lo -MD -MP -MF .deps/libhelper_la-command.Tpo -c -o libhelper_la-command.lo `test -f 'command.c' || echo './'`command.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-command.lo -MD -MP -MF .deps/libhelper_la-command.Tpo -c command.c -o libhelper_la-command.o

mv -f .deps/libhelper_la-command.Tpo .deps/libhelper_la-command.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-time_support.lo -MD -MP -MF .deps/libhelper_la-time_support.Tpo -c -o libhelper_la-time_support.lo `test -f 'time_support.c' || echo './'`time_support.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-time_support.lo -MD -MP -MF .deps/libhelper_la-time_support.Tpo -c time_support.c -o libhelper_la-time_support.o

mv -f .deps/libhelper_la-time_support.Tpo .deps/libhelper_la-time_support.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-replacements.lo -MD -MP -MF .deps/libhelper_la-replacements.Tpo -c -o libhelper_la-replacements.lo `test -f 'replacements.c' || echo './'`replacements.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-replacements.lo -MD -MP -MF .deps/libhelper_la-replacements.Tpo -c replacements.c -o libhelper_la-replacements.o

mv -f .deps/libhelper_la-replacements.Tpo .deps/libhelper_la-replacements.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-fileio.lo -MD -MP -MF .deps/libhelper_la-fileio.Tpo -c -o libhelper_la-fileio.lo `test -f 'fileio.c' || echo './'`fileio.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-fileio.lo -MD -MP -MF .deps/libhelper_la-fileio.Tpo -c fileio.c -o libhelper_la-fileio.o

mv -f .deps/libhelper_la-fileio.Tpo .deps/libhelper_la-fileio.Plo

/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src -I../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../jimtcl -I../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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 libhelper_la-util.lo -MD -MP -MF .deps/libhelper_la-util.Tpo -c -o libhelper_la-util.lo `test -f 'util.c' || echo './'`util.c


続きを含む全体の記録

0

configurator gcc6

./bootstrap 

+ aclocal

+ glibtoolize --automake --copy

+ autoconf

+ autoheader

+ automake --gnu --add-missing --copy

Makefile.am:23: warning: wildcard $(srcdir: non-POSIX variable name

Makefile.am:23: (probably a GNU make extension)

Setting up submodules

Bootstrap complete. Quick build instructions:

./configure ....

KM-S03:openocd-armv8 administrator$ ./configure --enable-ftdi

checking for makeinfo... makeinfo

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-darwin16.7.0

checking host system type... x86_64-apple-darwin16.7.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... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... no

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 196608

checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop

checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

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 -B output from gcc object... ok

checking for sysroot... no

checking for a working dd... /bin/dd

checking how to truncate binary pipes... /bin/dd bs=4096 count=1

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... no

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 (/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin16.7.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... no

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 libusb-1.0... yes

configure: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /usr/local/Cellar/libusb/1.0.21/include/libusb-1.0"

checking for libusb... no

checking for hidapi... no

checking for hidapi-hidraw... no

checking for hidapi-libusb... no

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/administrator/work/openocd-armv8/jimtcl)

configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr/local'  '--enable-ftdi' --cache-file=/dev/null --srcdir=.

./configure.gnu: line 1: -e: command not found

Host System...x86_64-apple-darwin16.7.0

Build System...x86_64-apple-darwin16.7.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

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                 no

Raisonance RLink JTAG Programmer        no

Olimex ARM-JTAG-EW Programmer           no

CMSIS-DAP Compliant Debugger            no


0

make openocd by gcc7

make

make  all-recursive

make[1]: Entering directory '/Users/administrator/work/openocd-armv8'

Making all in jimtcl

make[2]: Entering directory '/Users/administrator/work/openocd-armv8/jimtcl'

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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

/usr/bin/tclsh ./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  

make[2]: Leaving directory '/Users/administrator/work/openocd-armv8/jimtcl'

Making all in src

make[2]: Entering directory '/Users/administrator/work/openocd-armv8/src'

make  all-recursive

make[3]: Entering directory '/Users/administrator/work/openocd-armv8/src'

Making all in jtag

make[4]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'

make  all-recursive

make[5]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag'

Making all in hla

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'

make[6]: Nothing to be done for 'all'.

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/hla'

Making all in aice

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'

make[6]: Nothing to be done for 'all'.

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/aice'

Making all in drivers

make[6]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

Making all in usb_blaster

make[7]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'

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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../../jimtcl -I../../../../jimtcl -I../../../../src/jtag/drivers -isystem /usr/local/Cellar/libusb/1.0.21/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   ublast2_access_libusb.lo  

libtool: link: ar cru .libs/libocdusbblaster.a  usb_blaster.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" )

make[7]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers/usb_blaster'

make[7]: Entering directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-driver.lo -MD -MP -MF .deps/libocdjtagdrivers_la-driver.Tpo -c -o libocdjtagdrivers_la-driver.lo `test -f 'driver.c' || echo './'`driver.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-driver.lo -MD -MP -MF .deps/libocdjtagdrivers_la-driver.Tpo -c driver.c -o libocdjtagdrivers_la-driver.o

mv -f .deps/libocdjtagdrivers_la-driver.Tpo .deps/libocdjtagdrivers_la-driver.Plo

/bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ftdi.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ftdi.Tpo -c -o libocdjtagdrivers_la-ftdi.lo `test -f 'ftdi.c' || echo './'`ftdi.c

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src -I../../../src/helper -DPKGDATADIR=\"/usr/local/share/openocd\" -DBINDIR=\"/usr/local/bin\" -I../../../jimtcl -I../../../jimtcl -isystem /usr/local/Cellar/libusb/1.0.21/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-ftdi.lo -MD -MP -MF .deps/libocdjtagdrivers_la-ftdi.Tpo -c ftdi.c -o libocdjtagdrivers_la-ftdi.o

ftdi.c: In function 'ftdi_handle_set_signal_command':

ftdi.c:791:6:error: this statement may fall through [-Werror=implicit-fallthrough=]

   if (CMD_ARGV[1][1] == '\0') {

      ^

ftdi.c:795:2:note: here

  default:

  ^~~~~~~

cc1: all warnings being treated as errors

make[7]: *** [Makefile:753: libocdjtagdrivers_la-ftdi.lo] Error 1

make[7]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

make[6]: *** [Makefile:1012: all-recursive] Error 1

make[6]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag/drivers'

make[5]: *** [Makefile:535: all-recursive] Error 1

make[5]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'

make[4]: *** [Makefile:412: all] Error 2

make[4]: Leaving directory '/Users/administrator/work/openocd-armv8/src/jtag'

make[3]: *** [Makefile:617: all-recursive] Error 1

make[3]: Leaving directory '/Users/administrator/work/openocd-armv8/src'

make[2]: *** [Makefile:454: all] Error 2

make[2]: Leaving directory '/Users/administrator/work/openocd-armv8/src'

make[1]: *** [Makefile:511: all-recursive] Error 1

make[1]: Leaving directory '/Users/administrator/work/openocd-armv8'

make: *** [Makefile:419: all] Error 2

0