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 127425 - assembler error when compiling cothreads.c
assembler error when compiling cothreads.c
Status: RESOLVED DUPLICATE of bug 122952
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.4
Other Linux
: Normal blocker
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-19 21:03 UTC by albrecht.dress
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description albrecht.dress 2003-11-19 21:03:55 UTC
Compiling gstreamer-0.6.4 failes with an assembler error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -pthread
-I/opt/gnome-2.4/include/glib-2.0 -I/opt/gnome-2.4/lib/glib-2.0/include
-I.. -Wall -DGST_DISABLE_DEPRECATED -g -I../libs -I../include
-DG_LOG_DOMAIN=g_log_domain_gstreamer
-DGST_CACHE_DIR=\"/opt/gnome-2.4/var/cache/gstreamer-0.6\" -O3 -mcpu=7450
-fsigned-char -c cothreads.c -MT libcothreads_la-cothreads.lo -MD -MP -MF
.deps/libcothreads_la-cothreads.TPlo  -fPIC -DPIC -o
.libs/libcothreads_la-cothreads.lo
/tmp/ccM3JumF.s: Assembler messages:
/tmp/ccM3JumF.s:2383: Error: unsupported relocation against r1
/tmp/ccM3JumF.s:2388: Error: unsupported relocation against r0
/tmp/ccM3JumF.s:2389: Error: unsupported relocation against r0

System/environment details:

* Apple PowerMac G4, PowerPC 7450, YellowDog Linux 3.0, kernel 2.4.22-ben2
* gcc 3.2.2, gcc 3.2.3, gcc 3.3.2
* binutils 2.13.90.0.18
* CFLAGS="-O3 -mcpu=7450 -fsigned-char"
* CXXFLAGS="-O2 -mcpu=7450 -fsigned-char"

With exactly the same settings, gstreamer-0.6.3 compiles fine, as well as
the rest of Gnome 2.4.1.
Comment 1 David Schleef 2003-11-19 21:33:09 UTC

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