This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Build failure due to .incbin


[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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]