I want to do my builds and debugging from a Ubuntu 22.04. The Ubuntu server is up to date.
I just received my Raspberry Pi Debug Kit for pico and RP2040. I am trying to get things setup so I can use the debugger.
Chapter 5 of the pico Getting Started document says I need to build a special version of openOCD.
I am following the documented steps and everything seems Ok. The recommended packages all got installed OK and I was able to clone the repository. However, when I run ./bootstrap I get:
The configure.ac line 13 looks like thisWhat am I doing missing?
Thanks
I just received my Raspberry Pi Debug Kit for pico and RP2040. I am trying to get things setup so I can use the debugger.
Chapter 5 of the pico Getting Started document says I need to build a special version of openOCD.
I am following the documented steps and everything seems Ok. The recommended packages all got installed OK and I was able to clone the repository. However, when I run ./bootstrap I get:
Code:
$ ./bootstrap+ aclocal --warnings=all+ libtoolize --automake --copy+ autoconf --warnings=allconfigure.ac:13: error: possibly undefined macro: AC_MSG_WARN If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.configure.ac:212: error: possibly undefined macro: AC_DEFINEconfigure.ac:353: error: possibly undefined macro: AC_MSG_ERRORconfigure.ac:652: error: possibly undefined macro: AC_MSG_NOTICE$
Code:
11 AS_IF([test "x$MAKEINFO" = "x"], [ 12 MAKEINFO='echo makeinfo missing; true' 13 AC_MSG_WARN([Info documentation will not be built.]) 14 ]) 15 AC_SUBST([MAKEINFO])
Thanks
Statistics: Posted by chriskot870 — Tue Dec 19, 2023 11:17 pm