This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
avr-g++ and exception handling
- From: KÃvesdi GyÃrgy <kgy at deverto dot hu>
- To: binutils at sourceware dot org
- Date: Wed, 26 Sep 2007 17:20:23 +0200
- Subject: 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.