[oe-issues] [Bug 1775] libflac won't build for ppc603/efika
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jan 12 22:35:10 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1775
likewise at gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PowerPC
------- Comment #2 from likewise at gmx.net 2007-01-12 14:35 -------
pb suggests that -read-only-relocs could give the same problem.
Indeed, removing that option makes it work for powerpc.
Also, the ARM build (ixp4xx) does not build with that option.
So, for some reason, the -read-only-relocs is enabled for powerpc.
[23:15] <pb_> likewise: oh, right, you have some "-read-only-relocs" thing.
[23:15] <pb_> that would probably cause it too
[23:15] <pb_> I wonder where that's coming from. gcc specs maybe.
[23:16] <likewise> pb_: it occurs only in the powerpc build for angstrom,
not in the arm ones.
[23:16] <pb_> odd
[23:16] <pb_> if you take that out, does the error go away?
[23:17] <likewise> pb_: yes
owerpc-angstrom-linux-gcc -mcpu=603e -shared .libs/bitbuffer.o .libs/bitmath.o
.libs/cpu.o .libs/crc.o .libs/file_decoder.o .libs/file_encoder.o .libs/fixed.o
.libs/float.o .libs/format.o .libs/lpc.o .libs/md5.o .libs/memory.o
.libs/metadata_iterators.o .libs/metadata_object.o
.libs/seekable_stream_decoder.o .libs/seekable_stream_encoder.o
.libs/stream_decoder.o .libs/stream_encoder.o .libs/stream_encoder_framing.o
-L/home/leon/sandbox/efika/openembedded/build/tmp/staging/powerpc-angstrom-linux/lib
-lm -mcpu=603e -maltivec -mabi=altivec
-Wl,-rpath-link,/home/leon/sandbox/efika/openembedded/build/tmp/staging/powerpc-angstrom-linux/lib
-Wl,-O1 -Wl,-read_only_relocs -Wl,warning -Wl,-soname -Wl,libFLAC.so.7 -o
.libs/libFLAC.so.7.0.0
armeb-linux-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb
-shared .libs/bitbuffer.o .libs/bitmath.o .libs/cpu.o .libs/crc.o
.libs/file_decoder.o .libs/file_encoder.o .libs/fixed.o .libs/float.o
.libs/format.o .libs/lpc.o .libs/md5.o .libs/memory.o
.libs/metadata_iterators.o .libs/metadata_object.o
.libs/seekable_stream_decoder.o .libs/seekable_stream_encoder.o
.libs/stream_decoder.o .libs/stream_encoder.o .libs/stream_encoder_framing.o
-L/home/leon/sandbox/ixp4xx/openembedded/build/tmp/staging/armeb-linux/lib -lm
-march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb -Wl,-rpath-link
-Wl,/home/leon/sandbox/ixp4xx/openembedded/build/tmp/staging/armeb-linux/lib
-Wl,-O1 -Wl,-soname -Wl,libFLAC.so.7 -o .libs/libFLAC.so.7.0.0
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list