This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by openocd configure 0.11.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = black-ice uname -m = x86_64 uname -r = 5.15.0-91-generic uname -s = Linux uname -v = #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/kio/bin/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /usr/games/ PATH: /usr/local/games/ PATH: /snap/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2811: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh configure:2824: trying ././ configure:2853: ././config.guess found configure:2853: ././config.sub found configure:2853: ././ltmain.sh found configure:2853: ././compile found configure:2853: ././missing found configure:2835: ././install-sh found configure:2975: checking for makeinfo configure:2996: found /usr/bin/makeinfo configure:3007: result: makeinfo configure:3043: checking for a BSD-compatible install configure:3116: result: /usr/bin/install -c configure:3127: checking whether build environment is sane configure:3182: result: yes configure:3341: checking for a race-free mkdir -p configure:3385: result: /usr/bin/mkdir -p configure:3392: checking for gawk configure:3413: found /usr/bin/gawk configure:3424: result: gawk configure:3435: checking whether make sets $(MAKE) configure:3458: result: yes configure:3488: checking whether make supports nested variables configure:3506: result: yes configure:3715: checking for gcc configure:3736: found /usr/bin/gcc configure:3747: result: gcc configure:4100: checking for C compiler version configure:4109: gcc --version >&5 gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4120: $? = 0 configure:4109: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ... rest of stderr output deleted ... configure:4120: $? = 0 configure:4109: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:4120: $? = 1 configure:4109: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4120: $? = 1 configure:4109: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:4120: $? = 1 configure:4140: checking whether the C compiler works configure:4162: gcc conftest.c >&5 configure:4166: $? = 0 configure:4216: result: yes configure:4219: checking for C compiler default output file name configure:4221: result: a.out configure:4227: checking for suffix of executables configure:4234: gcc -o conftest conftest.c >&5 configure:4238: $? = 0 configure:4261: result: configure:4283: checking whether we are cross compiling configure:4291: gcc -o conftest conftest.c >&5 configure:4295: $? = 0 configure:4302: ./conftest configure:4306: $? = 0 configure:4321: result: no configure:4326: checking for suffix of object files configure:4349: gcc -c conftest.c >&5 configure:4353: $? = 0 configure:4375: result: o configure:4379: checking whether the compiler supports GNU C configure:4399: gcc -c conftest.c >&5 configure:4399: $? = 0 configure:4409: result: yes configure:4420: checking whether gcc accepts -g configure:4441: gcc -c -g conftest.c >&5 configure:4441: $? = 0 configure:4485: result: yes configure:4505: checking for gcc option to enable C11 features configure:4520: gcc -c -g -O2 conftest.c >&5 configure:4520: $? = 0 configure:4538: result: none needed configure:4654: checking whether gcc understands -c and -o together configure:4677: gcc -c conftest.c -o conftest2.o configure:4680: $? = 0 configure:4677: gcc -c conftest.c -o conftest2.o configure:4680: $? = 0 configure:4692: result: yes configure:4712: checking whether make supports the include directive configure:4727: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4730: $? = 0 configure:4749: result: yes (GNU style) configure:4775: checking dependency style of gcc configure:4887: result: gcc3 configure:4953: checking for ranlib configure:4974: found /usr/bin/ranlib configure:4985: result: ranlib configure:5066: checking for pkg-config configure:5089: found /usr/bin/pkg-config configure:5101: result: /usr/bin/pkg-config configure:5126: checking pkg-config is at least version 0.23 configure:5129: result: yes configure:5205: checking build system type configure:5220: result: x86_64-pc-linux-gnu configure:5240: checking host system type configure:5254: result: x86_64-pc-linux-gnu configure:5295: checking how to print strings configure:5322: result: printf configure:5343: checking for a sed that does not truncate output configure:5413: result: /usr/bin/sed configure:5431: checking for grep that handles long lines and -e configure:5495: result: /usr/bin/grep configure:5500: checking for egrep configure:5568: result: /usr/bin/grep -E configure:5573: checking for fgrep configure:5641: result: /usr/bin/grep -F configure:5677: checking for ld used by gcc configure:5745: result: /usr/bin/ld configure:5752: checking if the linker (/usr/bin/ld) is GNU ld configure:5768: result: yes configure:5780: checking for BSD- or MS-compatible name lister (nm) configure:5835: result: /usr/bin/nm -B configure:5975: checking the name lister (/usr/bin/nm -B) interface configure:5983: gcc -c -g -O2 conftest.c >&5 configure:5986: /usr/bin/nm -B "conftest.o" configure:5989: output 0000000000000000 B some_variable configure:5996: result: BSD nm configure:5999: checking whether ln -s works configure:6003: result: yes configure:6011: checking the maximum length of command line arguments configure:6143: result: 1572864 configure:6191: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:6232: result: func_convert_file_noop configure:6239: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:6260: result: func_convert_file_noop configure:6267: checking for /usr/bin/ld option to reload object files configure:6275: result: -r configure:6354: checking for objdump configure:6375: found /usr/bin/objdump configure:6386: result: objdump configure:6418: checking how to recognize dependent libraries configure:6619: result: pass_all configure:6709: checking for dlltool configure:6744: result: no configure:6774: checking how to associate runtime and link libraries configure:6802: result: printf %s\n configure:6868: checking for ar configure:6889: found /usr/bin/ar configure:6900: result: ar configure:6937: checking for archiver @FILE support configure:6955: gcc -c -g -O2 conftest.c >&5 configure:6955: $? = 0 configure:6959: ar cr libconftest.a @conftest.lst >&5 configure:6962: $? = 0 configure:6967: ar cr libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6970: $? = 1 configure:6982: result: @ configure:7045: checking for strip configure:7066: found /usr/bin/strip configure:7077: result: strip configure:7154: checking for ranlib configure:7186: result: ranlib configure:7288: checking command to parse /usr/bin/nm -B output from gcc object configure:7442: gcc -c -g -O2 conftest.c >&5 configure:7445: $? = 0 configure:7449: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm configure:7515: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7518: $? = 0 configure:7556: result: ok configure:7603: checking for sysroot configure:7634: result: no configure:7641: checking for a working dd configure:7685: result: /usr/bin/dd configure:7689: checking how to truncate binary pipes configure:7705: result: /usr/bin/dd bs=4096 count=1 configure:7842: gcc -c -g -O2 conftest.c >&5 configure:7845: $? = 0 configure:8042: checking for mt configure:8063: found /usr/bin/mt configure:8074: result: mt configure:8097: checking if mt is a manifest tool configure:8104: mt '-?' configure:8112: result: no configure:8842: checking for stdio.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for stdlib.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for string.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for inttypes.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for stdint.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for strings.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for sys/stat.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for sys/types.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8842: checking for unistd.h configure:8842: gcc -c -g -O2 conftest.c >&5 configure:8842: $? = 0 configure:8842: result: yes configure:8867: checking for dlfcn.h configure:8867: gcc -c -g -O2 conftest.c >&5 configure:8867: $? = 0 configure:8867: result: yes configure:9095: checking for objdir configure:9111: result: .libs configure:9371: checking if gcc supports -fno-rtti -fno-exceptions configure:9390: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:9394: $? = 0 configure:9407: result: no configure:9771: checking for gcc option to produce PIC configure:9779: result: -fPIC -DPIC configure:9787: checking if gcc PIC flag -fPIC -DPIC works configure:9806: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9810: $? = 0 configure:9823: result: yes configure:9852: checking if gcc static flag -static works configure:9881: result: yes configure:9896: checking if gcc supports -c -o file.o configure:9918: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9922: $? = 0 configure:9944: result: yes configure:9952: checking if gcc supports -c -o file.o configure:10000: result: yes configure:10033: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11303: result: yes configure:11544: checking dynamic linker characteristics configure:12126: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12126: $? = 0 configure:12377: result: GNU/Linux ld.so configure:12499: checking how to hardcode library paths into programs configure:12524: result: immediate configure:13076: checking whether stripping libraries is possible configure:13081: result: yes configure:13116: checking if libtool supports shared libraries configure:13118: result: yes configure:13121: checking whether to build shared libraries configure:13146: result: no configure:13149: checking whether to build static libraries configure:13153: result: yes configure:13192: checking for an ANSI C-conforming const configure:13259: gcc -c -g -O2 conftest.c >&5 configure:13259: $? = 0 configure:13267: result: yes configure:13276: checking for unsigned long long int configure:13318: gcc -o conftest -g -O2 conftest.c >&5 configure:13318: $? = 0 configure:13328: result: yes configure:13338: checking for long long int configure:13380: gcc -o conftest -g -O2 conftest.c >&5 configure:13380: $? = 0 configure:13380: ./conftest configure:13380: $? = 0 configure:13393: result: yes configure:13402: checking for library containing ioperm configure:13432: gcc -o conftest -g -O2 conftest.c >&5 configure:13432: $? = 0 configure:13452: result: none required configure:13461: checking for library containing dlopen configure:13491: gcc -o conftest -g -O2 conftest.c >&5 configure:13491: $? = 0 configure:13511: result: none required configure:13520: checking for library containing openpty configure:13550: gcc -o conftest -g -O2 conftest.c >&5 configure:13550: $? = 0 configure:13570: result: none required configure:13580: checking for sys/socket.h configure:13580: gcc -c -g -O2 conftest.c >&5 configure:13580: $? = 0 configure:13580: result: yes configure:13587: checking for elf.h configure:13587: gcc -c -g -O2 conftest.c >&5 configure:13587: $? = 0 configure:13587: result: yes configure:13594: checking for dirent.h configure:13594: gcc -c -g -O2 conftest.c >&5 configure:13594: $? = 0 configure:13594: result: yes configure:13601: checking for fcntl.h configure:13601: gcc -c -g -O2 conftest.c >&5 configure:13601: $? = 0 configure:13601: result: yes configure:13608: checking for malloc.h configure:13608: gcc -c -g -O2 conftest.c >&5 configure:13608: $? = 0 configure:13608: result: yes configure:13615: checking for netdb.h configure:13615: gcc -c -g -O2 conftest.c >&5 configure:13615: $? = 0 configure:13615: result: yes configure:13622: checking for poll.h configure:13622: gcc -c -g -O2 conftest.c >&5 configure:13622: $? = 0 configure:13622: result: yes configure:13629: checking for pthread.h configure:13629: gcc -c -g -O2 conftest.c >&5 configure:13629: $? = 0 configure:13629: result: yes configure:13636: checking for strings.h configure:13636: result: yes configure:13643: checking for sys/ioctl.h configure:13643: gcc -c -g -O2 conftest.c >&5 configure:13643: $? = 0 configure:13643: result: yes configure:13650: checking for sys/param.h configure:13650: gcc -c -g -O2 conftest.c >&5 configure:13650: $? = 0 configure:13650: result: yes configure:13657: checking for sys/select.h configure:13657: gcc -c -g -O2 conftest.c >&5 configure:13657: $? = 0 configure:13657: result: yes configure:13664: checking for sys/stat.h configure:13664: result: yes configure:13671: checking for sys/sysctl.h configure:13671: gcc -c -g -O2 conftest.c >&5 conftest.c:66:10: fatal error: sys/sysctl.h: No such file or directory 66 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:13671: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "openocd" | #define PACKAGE_TARNAME "openocd" | #define PACKAGE_VERSION "0.11.0" | #define PACKAGE_STRING "openocd 0.11.0" | #define PACKAGE_BUGREPORT "OpenOCD Mailing List " | #define PACKAGE_URL "" | #define PACKAGE "openocd" | #define VERSION "0.11.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ELF_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13671: result: no configure:13678: checking for sys/time.h configure:13678: gcc -c -g -O2 conftest.c >&5 configure:13678: $? = 0 configure:13678: result: yes configure:13685: checking for sys/types.h configure:13685: result: yes configure:13692: checking for unistd.h configure:13692: result: yes configure:13699: checking for arpa/inet.h configure:13699: gcc -c -g -O2 conftest.c >&5 configure:13699: $? = 0 configure:13699: result: yes configure:13718: checking for ifaddrs.h configure:13718: gcc -c -g -O2 conftest.c >&5 configure:13718: $? = 0 configure:13718: result: yes configure:13737: checking for netinet/in.h configure:13737: gcc -c -g -O2 conftest.c >&5 configure:13737: $? = 0 configure:13737: result: yes configure:13756: checking for netinet/tcp.h configure:13756: gcc -c -g -O2 conftest.c >&5 configure:13756: $? = 0 configure:13756: result: yes configure:13775: checking for net/if.h configure:13775: gcc -c -g -O2 conftest.c >&5 configure:13775: $? = 0 configure:13775: result: yes configure:13797: checking whether to enable assertions configure:13818: result: yes configure:13821: checking for _Bool configure:13821: gcc -c -g -O2 conftest.c >&5 configure:13821: $? = 0 configure:13821: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:77:20: error: expected expression before ')' token 77 | if (sizeof ((_Bool))) | ^ configure:13821: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "openocd" | #define PACKAGE_TARNAME "openocd" | #define PACKAGE_VERSION "0.11.0" | #define PACKAGE_STRING "openocd 0.11.0" | #define PACKAGE_BUGREPORT "OpenOCD Mailing List " | #define PACKAGE_URL "" | #define PACKAGE "openocd" | #define VERSION "0.11.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ELF_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NET_IF_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:13821: result: yes configure:13830: checking for stdbool.h that conforms to C99 configure:13946: gcc -c -g -O2 conftest.c >&5 configure:13946: $? = 0 configure:13954: result: yes configure:13964: checking whether byte ordering is bigendian configure:13980: gcc -c -g -O2 conftest.c >&5 conftest.c:49:16: error: unknown type name 'not' 49 | not a universal capable compiler | ^~~ conftest.c:49:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 49 | not a universal capable compiler | ^~~~~~~~~ conftest.c:49:22: error: unknown type name 'universal' configure:13980: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "openocd" | #define PACKAGE_TARNAME "openocd" | #define PACKAGE_VERSION "0.11.0" | #define PACKAGE_STRING "openocd 0.11.0" | #define PACKAGE_BUGREPORT "OpenOCD Mailing List " | #define PACKAGE_URL "" | #define PACKAGE "openocd" | #define VERSION "0.11.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ELF_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:14026: gcc -c -g -O2 conftest.c >&5 configure:14026: $? = 0 configure:14045: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:55:18: error: unknown type name 'not'; did you mean 'ino_t'? 55 | not big endian | ^~~ | ino_t conftest.c:55:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' 55 | not big endian | ^~~~~~ configure:14045: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "openocd" | #define PACKAGE_TARNAME "openocd" | #define PACKAGE_VERSION "0.11.0" | #define PACKAGE_STRING "openocd 0.11.0" | #define PACKAGE_BUGREPORT "OpenOCD Mailing List " | #define PACKAGE_URL "" | #define PACKAGE "openocd" | #define VERSION "0.11.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ELF_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:14179: result: no configure:14198: checking for strndup configure:14198: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:64:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 64 | char strndup (); | ^~~~~~~ configure:14198: $? = 0 configure:14198: result: yes configure:14205: checking for strnlen configure:14205: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:65:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 65 | char strnlen (); | ^~~~~~~ configure:14205: $? = 0 configure:14205: result: yes configure:14212: checking for gettimeofday configure:14212: gcc -o conftest -g -O2 conftest.c >&5 configure:14212: $? = 0 configure:14212: result: yes configure:14219: checking for usleep configure:14219: gcc -o conftest -g -O2 conftest.c >&5 configure:14219: $? = 0 configure:14219: result: yes configure:14226: checking for vasprintf configure:14226: gcc -o conftest -g -O2 conftest.c >&5 configure:14226: $? = 0 configure:14226: result: yes configure:14233: checking for realpath configure:14233: gcc -o conftest -g -O2 conftest.c >&5 configure:14233: $? = 0 configure:14233: result: yes configure:14242: checking whether to build a release configure:14254: result: no configure:14296: checking whether to build Doxygen as HTML configure:14298: result: yes configure:14310: checking whether to build Doxygen as PDF configure:14312: result: no configure:14370: checking whether to enable verbose USB I/O messages configure:14372: result: no configure:14383: checking whether to enable verbose USB communication messages configure:14385: result: no configure:14404: checking whether to enable malloc free space logging configure:14406: result: no configure:14876: checking whether to enable ZY1000 minidriver configure:14893: result: no configure:14905: checking whether to enable dummy minidriver configure:14925: result: no configure:14928: checking whether standard drivers can be built configure:14941: result: yes configure:15470: checking for libusb-1.0 configure:15477: $PKG_CONFIG --exists --print-errors "libusb-1.0" configure:15480: $? = 0 configure:15494: $PKG_CONFIG --exists --print-errors "libusb-1.0" configure:15497: $? = 0 configure:15543: result: yes configure:15551: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.9" configure:15554: $? = 0 configure:15564: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /usr/include/libusb-1.0" configure:15567: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.16" configure:15570: $? = 0 configure:15581: checking for libusb configure:15588: $PKG_CONFIG --exists --print-errors "libusb" configure:15591: $? = 0 configure:15605: $PKG_CONFIG --exists --print-errors "libusb" configure:15608: $? = 0 configure:15646: result: yes configure:15670: checking for capstone configure:15677: $PKG_CONFIG --exists --print-errors "capstone" Package capstone was not found in the pkg-config search path. Perhaps you should add the directory containing `capstone.pc' to the PKG_CONFIG_PATH environment variable No package 'capstone' found configure:15680: $? = 1 configure:15694: $PKG_CONFIG --exists --print-errors "capstone" Package capstone was not found in the pkg-config search path. Perhaps you should add the directory containing `capstone.pc' to the PKG_CONFIG_PATH environment variable No package 'capstone' found configure:15697: $? = 1 configure:15711: result: no No package 'capstone' found configure:15765: checking for hidapi configure:15772: $PKG_CONFIG --exists --print-errors "$hidapi_lib" Package hidapi was not found in the pkg-config search path. Perhaps you should add the directory containing `hidapi.pc' to the PKG_CONFIG_PATH environment variable No package 'hidapi' found configure:15775: $? = 1 configure:15789: $PKG_CONFIG --exists --print-errors "$hidapi_lib" Package hidapi was not found in the pkg-config search path. Perhaps you should add the directory containing `hidapi.pc' to the PKG_CONFIG_PATH environment variable No package 'hidapi' found configure:15792: $? = 1 configure:15806: result: no No package 'hidapi' found configure:15765: checking for hidapi-hidraw configure:15772: $PKG_CONFIG --exists --print-errors "$hidapi_lib" Package hidapi-hidraw was not found in the pkg-config search path. Perhaps you should add the directory containing `hidapi-hidraw.pc' to the PKG_CONFIG_PATH environment variable No package 'hidapi-hidraw' found configure:15775: $? = 1 configure:15789: $PKG_CONFIG --exists --print-errors "$hidapi_lib" Package hidapi-hidraw was not found in the pkg-config search path. Perhaps you should add the directory containing `hidapi-hidraw.pc' to the PKG_CONFIG_PATH environment variable No package 'hidapi-hidraw' found configure:15792: $? = 1 configure:15806: result: no No package 'hidapi-hidraw' found configure:15765: checking for hidapi-libusb configure:15772: $PKG_CONFIG --exists --print-errors "$hidapi_lib" Package hidapi-libusb was not found in the pkg-config search path. Perhaps you should add the directory containing `hidapi-libusb.pc' to the PKG_CONFIG_PATH environment variable No package 'hidapi-libusb' found configure:15775: $? = 1 configure:15789: $PKG_CONFIG --exists --print-errors "$hidapi_lib" Package hidapi-libusb was not found in the pkg-config search path. Perhaps you should add the directory containing `hidapi-libusb.pc' to the PKG_CONFIG_PATH environment variable No package 'hidapi-libusb' found configure:15792: $? = 1 configure:15806: result: no No package 'hidapi-libusb' found configure:15845: checking for libftdi1 configure:15852: $PKG_CONFIG --exists --print-errors "libftdi1" Package libftdi1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi1.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi1' found configure:15855: $? = 1 configure:15869: $PKG_CONFIG --exists --print-errors "libftdi1" Package libftdi1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi1.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi1' found configure:15872: $? = 1 configure:15886: result: no No package 'libftdi1' found configure:15905: checking for libftdi configure:15912: $PKG_CONFIG --exists --print-errors "libftdi" configure:15915: $? = 0 configure:15929: $PKG_CONFIG --exists --print-errors "libftdi" configure:15932: $? = 0 configure:15970: result: yes configure:16073: checking for libgpiod configure:16080: $PKG_CONFIG --exists --print-errors "libgpiod" Package libgpiod was not found in the pkg-config search path. Perhaps you should add the directory containing `libgpiod.pc' to the PKG_CONFIG_PATH environment variable No package 'libgpiod' found configure:16083: $? = 1 configure:16097: $PKG_CONFIG --exists --print-errors "libgpiod" Package libgpiod was not found in the pkg-config search path. Perhaps you should add the directory containing `libgpiod.pc' to the PKG_CONFIG_PATH environment variable No package 'libgpiod' found configure:16100: $? = 1 configure:16114: result: no No package 'libgpiod' found configure:16145: checking for libjaylink >= 0.2 configure:16152: $PKG_CONFIG --exists --print-errors "libjaylink >= 0.2" Package libjaylink was not found in the pkg-config search path. Perhaps you should add the directory containing `libjaylink.pc' to the PKG_CONFIG_PATH environment variable No package 'libjaylink' found configure:16155: $? = 1 configure:16169: $PKG_CONFIG --exists --print-errors "libjaylink >= 0.2" Package libjaylink was not found in the pkg-config search path. Perhaps you should add the directory containing `libjaylink.pc' to the PKG_CONFIG_PATH environment variable No package 'libjaylink' found configure:16172: $? = 1 configure:16186: result: no No package 'libjaylink' found configure:17711: checking for environ in unistd.h and stdlib.h configure:17729: gcc -c -g -O2 conftest.c >&5 configure:17729: $? = 0 configure:17732: result: yes configure:17927: checking that generated files are newer than configure configure:17933: result: done configure:18229: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by openocd config.status 0.11.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on black-ice config.status:1313: creating Makefile config.status:1313: creating config.h config.status:1542: executing depfiles commands config.status:1619: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1624: $? = 0 config.status:1542: executing libtool commands configure:20436: === configuring in jimtcl (/home/kio/pub/Develop/Projects/pico/openocd/jimtcl) configure:20497: running /bin/bash ./configure.gnu --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. configure:20436: === configuring in src/jtag/drivers/libjaylink (/home/kio/pub/Develop/Projects/pico/openocd/src/jtag/drivers/libjaylink) configure:20497: running /bin/bash ./configure.gnu --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CAPSTONE_CFLAGS_set= ac_cv_env_CAPSTONE_CFLAGS_value= ac_cv_env_CAPSTONE_LIBS_set= ac_cv_env_CAPSTONE_LIBS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_HIDAPI_CFLAGS_set= ac_cv_env_HIDAPI_CFLAGS_value= ac_cv_env_HIDAPI_LIBS_set= ac_cv_env_HIDAPI_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBFTDI_CFLAGS_set= ac_cv_env_LIBFTDI_CFLAGS_value= ac_cv_env_LIBFTDI_LIBS_set= ac_cv_env_LIBFTDI_LIBS_value= ac_cv_env_LIBGPIOD_CFLAGS_set= ac_cv_env_LIBGPIOD_CFLAGS_value= ac_cv_env_LIBGPIOD_LIBS_set= ac_cv_env_LIBGPIOD_LIBS_value= ac_cv_env_LIBJAYLINK_CFLAGS_set= ac_cv_env_LIBJAYLINK_CFLAGS_value= ac_cv_env_LIBJAYLINK_LIBS_set= ac_cv_env_LIBJAYLINK_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBUSB0_CFLAGS_set= ac_cv_env_LIBUSB0_CFLAGS_value= ac_cv_env_LIBUSB0_LIBS_set= ac_cv_env_LIBUSB0_LIBS_value= ac_cv_env_LIBUSB1_CFLAGS_set= ac_cv_env_LIBUSB1_CFLAGS_value= ac_cv_env_LIBUSB1_LIBS_set= ac_cv_env_LIBUSB1_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_gettimeofday=yes ac_cv_func_realpath=yes ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_usleep=yes ac_cv_func_vasprintf=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_elf_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_net_if_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_poll_h=yes ac_cv_header_pthread_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_search_dlopen='none required' ac_cv_search_ioperm='none required' ac_cv_search_openpty='none required' ac_cv_type__Bool=yes ac_cv_type_long_long_int=yes ac_cv_type_unsigned_long_long_int=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' pkg_cv_LIBFTDI_CFLAGS= pkg_cv_LIBFTDI_LIBS=-lftdi pkg_cv_LIBUSB0_CFLAGS= pkg_cv_LIBUSB0_LIBS=-lusb pkg_cv_LIBUSB1_CFLAGS=-I/usr/include/libusb-1.0 pkg_cv_LIBUSB1_LIBS=-lusb-1.0 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/home/kio/pub/Develop/Projects/pico/openocd/missing'\'' aclocal-1.16' AICE_FALSE='#' AICE_TRUE='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AMTJTAGACCEL_FALSE='' AMTJTAGACCEL_TRUE='#' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='ar' ARMJTAGEW_FALSE='#' ARMJTAGEW_TRUE='' AT91RM9200_FALSE='' AT91RM9200_TRUE='#' AUTOCONF='${SHELL} '\''/home/kio/pub/Develop/Projects/pico/openocd/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/home/kio/pub/Develop/Projects/pico/openocd/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/home/kio/pub/Develop/Projects/pico/openocd/missing'\'' automake-1.16' AWK='gawk' BCM2835GPIO_FALSE='' BCM2835GPIO_TRUE='#' BITBANG_FALSE='' BITBANG_TRUE='#' BITQ_FALSE='#' BITQ_TRUE='' BUSPIRATE_FALSE='' BUSPIRATE_TRUE='#' CAPSTONE_CFLAGS='' CAPSTONE_LIBS='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CMSIS_DAP_HID_FALSE='' CMSIS_DAP_HID_TRUE='#' CMSIS_DAP_USB_FALSE='#' CMSIS_DAP_USB_TRUE='' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMMY_FALSE='' DUMMY_TRUE='#' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EP93XX_FALSE='' EP93XX_TRUE='#' ETAGS='etags' EXEEXT='' EXTRA_DIST_NEWS='./NEWS-0.10.0 ./NEWS-0.2.0 ./NEWS-0.3.0 ./NEWS-0.4.0 ./NEWS-0.5.0 ./NEWS-0.6.0 ./NEWS-0.7.0 ./NEWS-0.8.0 ./NEWS-0.9.0' FGREP='/usr/bin/grep -F' FT232R_FALSE='#' FT232R_TRUE='' FTDI_FALSE='#' FTDI_TRUE='' GCC_WARNINGS='-Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -Werror' GIVEIO_FALSE='' GIVEIO_TRUE='#' GREP='/usr/bin/grep' GW16012_FALSE='' GW16012_TRUE='#' HAVE_CAPSTONE_FALSE='' HAVE_CAPSTONE_TRUE='#' HIDAPI_CFLAGS='' HIDAPI_LIBS='' HLADAPTER_FALSE='#' HLADAPTER_ICDI_FALSE='#' HLADAPTER_ICDI_TRUE='' HLADAPTER_NULINK_FALSE='' HLADAPTER_NULINK_TRUE='#' HLADAPTER_STLINK_FALSE='#' HLADAPTER_STLINK_TRUE='' HLADAPTER_TRUE='' HOST_CPPFLAGS='' IMX_GPIO_FALSE='' IMX_GPIO_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTERNAL_JIMTCL_FALSE='#' INTERNAL_JIMTCL_TRUE='' INTERNAL_LIBJAYLINK_FALSE='#' INTERNAL_LIBJAYLINK_TRUE='' IOUTIL_FALSE='' IOUTIL_TRUE='#' IS_CYGWIN_FALSE='' IS_CYGWIN_TRUE='#' IS_DARWIN_FALSE='' IS_DARWIN_TRUE='#' IS_MINGW_FALSE='' IS_MINGW_TRUE='#' IS_WIN32_FALSE='' IS_WIN32_TRUE='#' JLINK_FALSE='#' JLINK_TRUE='' JTAG_DPI_FALSE='' JTAG_DPI_TRUE='#' JTAG_VPI_FALSE='' JTAG_VPI_TRUE='#' KITPROG_FALSE='' KITPROG_TRUE='#' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBFTDI_CFLAGS='' LIBFTDI_LIBS='-lftdi' LIBGPIOD_CFLAGS='' LIBGPIOD_LIBS='' LIBJAYLINK_CFLAGS='' LIBJAYLINK_LIBS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='././/ltmain.sh' LIBUSB0_CFLAGS='' LIBUSB0_LIBS='-lusb' LIBUSB1_CFLAGS='-isystem /usr/include/libusb-1.0' LIBUSB1_LIBS='-lusb-1.0' LINUXGPIOD_FALSE='' LINUXGPIOD_TRUE='#' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='makeinfo' MANIFEST_TOOL=':' MINIDRIVER_DUMMY_FALSE='' MINIDRIVER_DUMMY_TRUE='#' MINIDRIVER_FALSE='' MINIDRIVER_TRUE='#' MKDIR_P='/usr/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OOCD_TRACE_FALSE='' OOCD_TRACE_TRUE='#' OPENDOUS_FALSE='#' OPENDOUS_TRUE='' OPENJTAG_FALSE='#' OPENJTAG_TRUE='' OSBDM_FALSE='#' OSBDM_TRUE='' OTOOL64='' OTOOL='' PACKAGE='openocd' PACKAGE_BUGREPORT='OpenOCD Mailing List ' PACKAGE_NAME='openocd' PACKAGE_STRING='openocd 0.11.0' PACKAGE_TARNAME='openocd' PACKAGE_URL='' PACKAGE_VERSION='0.11.0' PARPORT_FALSE='' PARPORT_TRUE='#' PATH_SEPARATOR=':' PICOPROBE_FALSE='#' PICOPROBE_TRUE='' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PRESTO_FALSE='#' PRESTO_TRUE='' RANLIB='ranlib' RELEASE_FALSE='' RELEASE_TRUE='#' REMOTE_BITBANG_FALSE='' REMOTE_BITBANG_TRUE='#' RLINK_FALSE='#' RLINK_TRUE='' RSHIM_FALSE='' RSHIM_TRUE='#' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' SYSFSGPIO_FALSE='' SYSFSGPIO_TRUE='#' ULINK_FALSE='#' ULINK_TRUE='' USBPROG_FALSE='#' USBPROG_TRUE='' USB_BLASTER_2_FALSE='#' USB_BLASTER_2_TRUE='' USB_BLASTER_DRIVER_FALSE='#' USB_BLASTER_DRIVER_TRUE='' USB_BLASTER_FALSE='#' USB_BLASTER_TRUE='' USE_HIDAPI_FALSE='' USE_HIDAPI_TRUE='#' USE_LIBFTDI_FALSE='#' USE_LIBFTDI_TRUE='' USE_LIBGPIOD_FALSE='' USE_LIBGPIOD_TRUE='#' USE_LIBJAYLINK_FALSE='' USE_LIBJAYLINK_TRUE='#' USE_LIBUSB0_FALSE='#' USE_LIBUSB0_TRUE='' USE_LIBUSB1_FALSE='#' USE_LIBUSB1_TRUE='' VERSION='0.11.0' VSLLINK_FALSE='#' VSLLINK_TRUE='' XDS110_FALSE='#' XDS110_TRUE='' XLNX_PCIE_XVC_FALSE='' XLNX_PCIE_XVC_TRUE='#' ZY1000_FALSE='' ZY1000_MASTER_FALSE='' ZY1000_MASTER_TRUE='#' ZY1000_TRUE='#' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' doxygen_as_html='yes' doxygen_as_pdf='no' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/kio/pub/Develop/Projects/pico/openocd/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' jimtcl src/jtag/drivers/libjaylink' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "openocd" #define PACKAGE_TARNAME "openocd" #define PACKAGE_VERSION "0.11.0" #define PACKAGE_STRING "openocd 0.11.0" #define PACKAGE_BUGREPORT "OpenOCD Mailing List " #define PACKAGE_URL "" #define PACKAGE "openocd" #define VERSION "0.11.0" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_ELF_H 1 #define HAVE_DIRENT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_NETDB_H 1 #define HAVE_POLL_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NET_IF_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_STRNDUP 1 #define HAVE_STRNLEN 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_USLEEP 1 #define HAVE_VASPRINTF 1 #define HAVE_REALPATH 1 #define IS_CYGWIN 0 #define IS_MINGW 0 #define IS_WIN32 0 #define IS_DARWIN 0 #define BUILD_PARPORT 0 #define BUILD_RSHIM 0 #define BUILD_DUMMY 0 #define BUILD_EP93XX 0 #define BUILD_ZY1000 0 #define BUILD_ZY1000_MASTER 0 #define BUILD_AT91RM9200 0 #define BUILD_BCM2835GPIO 0 #define BUILD_IMX_GPIO 0 #define PARPORT_USE_PPDEV 1 #define PARPORT_USE_GIVEIO 0 #define BUILD_JTAG_VPI 0 #define BUILD_JTAG_DPI 0 #define BUILD_AMTJTAGACCEL 0 #define BUILD_GW16012 0 #define BUILD_OOCD_TRACE 0 #define BUILD_BUSPIRATE 0 #define BUILD_REMOTE_BITBANG 0 #define BUILD_SYSFSGPIO 0 #define BUILD_XLNX_PCIE_XVC 0 #define HAVE_LIBUSB1 1 #define HAVE_LIBUSB_ERROR_NAME 1 #define HAVE_LIBUSB_GET_PORT_NUMBERS 1 #define HAVE_CAPSTONE 0 #define BUILD_FTDI 1 #define BUILD_PICOPROBE 1 #define BUILD_HLADAPTER_STLINK 1 #define BUILD_HLADAPTER_ICDI 1 #define BUILD_ULINK 1 #define BUILD_USB_BLASTER_2 1 #define BUILD_FT232R 1 #define BUILD_VSLLINK 1 #define BUILD_XDS110 1 #define BUILD_CMSIS_DAP_USB 1 #define BUILD_OSBDM 1 #define BUILD_OPENDOUS 1 #define BUILD_AICE 1 #define BUILD_USBPROG 1 #define BUILD_RLINK 1 #define BUILD_ARMJTAGEW 1 #define BUILD_USB_BLASTER 1 #define BUILD_PRESTO 1 #define BUILD_OPENJTAG 1 #define BUILD_JLINK 1 #define BUILD_HLADAPTER 1 #define _GNU_SOURCE 1 configure: exit 0