After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668421 - [0.11] cross compile failed using toolchain arm-none-linux-gnueabi version 4.5.2
[0.11] cross compile failed using toolchain arm-none-linux-gnueabi version 4.5.2
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-22 04:05 UTC by Nomi Xie
Modified: 2012-01-25 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nomi Xie 2012-01-22 04:05:59 UTC
make[2]: 正在进入目录 `/home/ncast/buildroot/output/build/gst-plugins-base-0.11.1/tools'
  CCLD   gst-discoverer-0.11
/home/ncast/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabi/4.5.2/../../../../arm-none-linux-gnueabi/bin/ld: warning: libgstaudio-0.11.so.26, needed by ../gst-libs/gst/pbutils/.libs/libgstpbutils-0.11.so, not found (try using -rpath or -rpath-link)
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.11.so: undefined reference to `gst_audio_format_get_info'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.11.so: undefined reference to `gst_audio_format_from_string'
collect2: ld returned 1 exit status

patch tools/Makefile.am and solve the problem

LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
        $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la\
+       $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la\
+       $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la\
        $(GST_BASE_LIBS) $(GST_LIBS)
 
 AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
Comment 1 Nomi Xie 2012-01-22 11:11:43 UTC
using buildroot 2011.11-rc3
Comment 2 Vincent Penquerc'h 2012-01-24 12:09:43 UTC
Thanks for the patch.
This change has been done on the 4th of november already.
Comment 3 Nomi Xie 2012-01-25 08:48:10 UTC
Sorry for my mistake .
I found that buildroot doesn't get the latest code from git, just download the tarball.