1
Bus Blaster JTAG debugger / Re: Self-programming using OpenOCD
Code: [Select]
PATH=/usr/local/Cellar/gettext/0.18.1.1/bin:$PATH /usr/local/Cellar/autoconf/2.68/bin/autoreconf -iI end up with:
Code: [Select]
configure.ac:108: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2671: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2681: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1100: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:5331: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5416: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:240: _LT_SETUP is expanded from...
m4/libtool.m4:104: LT_INIT is expanded from...
configure.ac:108: the top level
configure.ac:108: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:198: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2671: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2681: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:5331: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5416: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:240: _LT_SETUP is expanded from...
m4/libtool.m4:104: LT_INIT is expanded from...
configure.ac:108: the top level
Use of uninitialized value $msg in concatenation (.) or string at /usr/local/Cellar/autoconf/2.68/bin/autom4te line 1027.
Use of uninitialized value $stacktrace in pattern match (m//) at /usr/local/Cellar/autoconf/2.68/bin/autom4te line 1027.
unknown channel m4trace: -1- AS_VAR_APPEND(ac_configure_args, " '$ac_arg'")
at /usr/local/Cellar/autoconf/2.68/share/autoconf/Autom4te/Channels.pm line 639
Autom4te::Channels::msg('m4trace: -1- AS_VAR_APPEND(ac_configure_args, " '$ac_arg'")x{a}', undef, 'warning: ', 'partial', 0) called at /usr/local/Cellar/autoconf/2.68/bin/autom4te line 1027
aclocal: /usr/local/Cellar/autoconf/2.68/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
and that is the place where my auto-fu ends and somehow my brain is resistant to even look at it. I think I will stick with openocd for the time being, works great with bus blaster + stm32 and I will see if I can reprogram the cpld from a vm.