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]

linker error


Title: linker error

Hi,

I am trying to link some libraries created using the Microtec tools with the code from GCC compiler using the GNU linker. The output format I am using is IEEE. I am getting the following errors.

m68k-coff-ld: section vars [000081f8 -> 00009a8f] overlaps section code [00000000 -> 00080981]
m68k-coff-ld: section .text [00009a90 -> 00029633] overlaps section code [00000000 -> 00080981]
m68k-coff-ld: section .data [00029634 -> 0002a12b] overlaps section code [00000000 -> 00080981]
m68k-coff-ld: BFD internal error, aborting at ../../binutils-2.10.1/bfd/linker.c line 2302 in _bfd_generic_link_output_symbols

m68k-coff-ld: Please report this bug.


Can anybody tell me what this could be ?

Thanks
Ganesh


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