This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: Another gcc-3.4.2 build problem (unknown pseudo op)


Toralf Lund wrote:

/usr/src/redhat/BUILD/cross-gcc-m68k-coff-3.4.2/build-gcc/gcc/xgcc -B/usr/src/redhat/BUILD/cross-gcc-m68k-coff-3.4.2/build-gcc/gcc/ -B/var/tmp/cross-gcc-m68k-coff-root/usr/m68k-coff/bin/ -B/var/tmp/cross-gcc-m68k-coff-root/usr/m68k-coff/lib/ -isystem /var/tmp/cross-gcc-m68k-coff-root/usr/m68k-coff/include -isystem /var/tmp/cross-gcc-m68k-coff-root/usr/m68k-coff/sys-include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I -I../../gcc-3.4.2/gcc -I../../gcc-3.4.2/gcc/ -I../../gcc-3.4.2/gcc/../include -DL_popcount_tab -c ../../gcc-3.4.2/gcc/libgcc2.c -o libgcc/./_popcount_tab.o
/tmp/ccYvp5Ui.s: Assembler messages:
/tmp/ccYvp5Ui.s:57: Error: unknown pseudo-op: `.hidden'


Has anyone else seen this?

Hmmm. A bit of a false alarm again there, I guess.


Seems like the native assembler gets picked up again, instead of the "cross development" one on the source tree because the internal search paths appear to have changed. Actually, I tried to adjust for that, but apparently not the right way.

This time it looks like xgcc gets the correct version, though, and configure the wrong one (so the system makes wrong assumptions about the capabilities.) It was the other way around earlier.

- Toralf

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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