<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/devkitadv/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/devkitadv/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Mar 2003 03:25:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/devkitadv/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>DKA5 lnkscript missing .gcc_except_table support</title><link>https://sourceforge.net/p/devkitadv/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When linking a GBA program. I get the error message:&lt;/p&gt;
&lt;p&gt;section .ewram [08040ab0 -&amp;amp;gt; 080478bf] overlaps section &lt;br /&gt;
.gcc_except_table [08040ab0 -&amp;amp;gt; 08040f4b]&lt;/p&gt;
&lt;p&gt;This prompted me to edit crtls/lnkscript. Looking over &lt;br /&gt;
the old lnkscript I use, I added:&lt;/p&gt;
&lt;p&gt;.gcc_except_table :&lt;br /&gt;
{&lt;br /&gt;
*(.gcc_except_table)&lt;br /&gt;
. = ALIGN(4);&lt;br /&gt;
} =0&lt;/p&gt;
&lt;p&gt;beneath the .eh_frame section. However this does not &lt;br /&gt;
seem to do anything. (I get the same error msg.)&lt;/p&gt;
&lt;p&gt;I've also tried changing the __load_start_ewram &lt;br /&gt;
variable. This will change the overlap addresses, but &lt;br /&gt;
the .ewram start address will still be the same as &lt;br /&gt;
the .gcc_except_table start address. It seems the &lt;br /&gt;
.gcc_except_table section is tied to the .ewram &lt;br /&gt;
section.&lt;/p&gt;
&lt;p&gt;Linking command&lt;br /&gt;
g++ -o out.elf   *.o  -O3 -lm -lc -lg &lt;br /&gt;
../lib/sgade/lib/libSocrates_Thumb.a -mthumb &lt;br /&gt;
-mthumb-interwork -mcpu=arm7tdmi -DARCH_THUMB_INTERWORK &lt;br /&gt;
-mlong-calls -x -X --sort-common --stats&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 28 Mar 2003 03:25:50 -0000</pubDate><guid>https://sourceforge.netc9858cfecdf55a977f8ab14cf3b22bd9ed142981</guid></item></channel></rss>