Build failure due to .incbin
Segher Boessenkool
segher@kernel.crashing.org
Sun Feb 25 15:32:00 GMT 2007
[Ulrich, you're the maintainer for the SPU stuff, right?]
$ uname -prs
Darwin 8.7.0 powerpc
$ ../../src/configure --enable-64-bit-bfd --enable-targets=all
--with-mmap \
--target=powerpc64-linux --disable-nls --disable-werror
$ make
gcc -c -Wa,-I,../../../src/ld/emultempl -o spu_inc.o
../../../src/ld/emultempl/spu_inc.s
../../../src/ld/emultempl/spu_inc.s:6:Unknown pseudo-op: .incbin
This file is compiled with the native assembler, and it
doesn't know .incbin . Please fix :-)
Also, is there a way to say --enable-targets=all --oh-but-not-these-few?
I couldn't find any (--disable-targets= says it's not a valid
option, although some comments in configure mention it).
Segher
More information about the Binutils
mailing list