Yang: It's going to be very tough for people to debug this unless they know what target you are compiling for and what options were passed to the assembler. If you are using gcc, pass it the -v option and it will show the options to the subprograms.
Debugging this for real may not be possible without the actual assembler input, but without knowing the target CPU and the command line options it is hopeless. shap On Wed, 2007-12-19 at 11:10 -0800, Yang wrote: > I'm getting the following error: > > as: BFD (GNU Binutils for Ubuntu) 2.18 assertion fail ../../bfd/elf.c:6239 > as: BFD (GNU Binutils for Ubuntu) 2.18 internal error, aborting at > ../../bfd/elfcode.h line 221 in bfd_elf64_swap_symbol_out > > This only happens when I build with no -O3; once I specify -O3, this > seems to go away. I'm just jumping into a moderately sized codebase for > an OS kernel with no kernel hacking experience, so it would take me some > time to debug this. Any ideas what this is caused by? Thanks in advance. > > > _______________________________________________ > bug-binutils mailing list > bug-binutils@gnu.org > http://lists.gnu.org/mailman/listinfo/bug-binutils _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils