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 334654 - GStreamer --host assignment doesn't work
GStreamer --host assignment doesn't work
Status: RESOLVED DUPLICATE of bug 314415
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-15 14:27 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-03-24 11:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Christian Fredrik Kalager Schaller 2006-03-15 14:27:57 UTC
Please describe the problem:
I tried cross compiling GStreamer to ARM. It seems GStreamer is not behaving
correctly in regards to the --host=arm-linux flag.

When passing this flag to lixml or glib2 I see this in the compile output:
--mode=compile --tag=CC arm-linux-gcc

While GStreamer just do:
--tag=CC --mode=link gcc

The compilation then fails due to trying to link i386 binaries to ARM libraries.

Steps to reproduce:
Trying to cross compile GStreamer towards ARM architecture.

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Wim Taymans 2006-03-24 11:26:27 UTC

*** This bug has been marked as a duplicate of 314415 ***