Unable to build gst1-at91-gstreamer plug-in in Buildroot
Last modified by Microchip on 2025/02/28 14:58
Description
When trying to build Buildroot with its associated buildroot-external-microchip git tree, it fails to complete the build because of an error with the gst1-at91 plug-in compilation.
Additional information
We experience the following error log:
Can't exec "gtkdocize": No such file or directory at /home/<name>/BUILD_DIR/buildroot-at91/output/host/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: gtkdocize failed with exit status: 2
make[1]: *** [package/pkg-generic.mk:252: /home/<name>/BUILD_DIR/buildroot-at91/output/build/gst1-at91-gstreamer1.0-plugins-hantro_1.8/.stamp_patched] Error 1
make: *** [Makefile:84: _all] Error 2
autoreconf: error: gtkdocize failed with exit status: 2
make[1]: *** [package/pkg-generic.mk:252: /home/<name>/BUILD_DIR/buildroot-at91/output/build/gst1-at91-gstreamer1.0-plugins-hantro_1.8/.stamp_patched] Error 1
make: *** [Makefile:84: _all] Error 2
Solution
This package needs an additional application on the host machine to complete its build. You would need the gtk-doc-tools package, as it is named on an Ubuntu type of distribution.
$ sudo apt-get install gtk-doc-tools
Related Topics
Boards
Sam9x75Curiosity
Sam9x60Curiosity
Sama7g5-ek
Sama5d2icp
Sam9x60EK
Sama5d27WLSom1EK
Components
Summary
Buildroot gst1-at91-gstreamer