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]

avr-g++ and exception handling


Hi,

When I try to use exceptions with avr-g++ (stupid idea?), I got the following 
message:

section .bss [00001da0 -> 00002266] overlaps section .gcc_except_table 
[00001da0 -> 00001db4]

According to gcc experts, it is a linker script problem. In the linker script 
there is no such section mentioned.

The -lsupc++ should also be linked, which is not found on my machine. Which 
packet does contain it? (for avr platform)

Regards
K. Gy.


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