[Bug 668421] New: cross compile failed using toolchain arm-none-linux-gnueabi version 4.5.2
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 21 20:06:06 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=668421
GStreamer | common | 0.11.x
Summary: cross compile failed using toolchain
arm-none-linux-gnueabi version 4.5.2
Classification: Platform
Product: GStreamer
Version: 0.11.x
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: common
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: cfanfrank at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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- at GST_MAJORMINOR@.la\
$(top_builddir)/gst-libs/gst/video/libgstvideo- at GST_MAJORMINOR@.la\
+ $(top_builddir)/gst-libs/gst/audio/libgstaudio- at GST_MAJORMINOR@.la\
+
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces- at GST_MAJORMINOR@.la\
$(GST_BASE_LIBS) $(GST_LIBS)
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list