avr-g++ and exception handling

Kövesdi György kgy@deverto.hu
Wed Sep 26 17:04:00 GMT 2007


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.



More information about the Binutils mailing list