|
From: | M R Swami Reddy |
Subject: | Re: cr16-elf tools error: no .eh_frame_hdr table will be created. |
Date: | Tue, 30 Jun 2009 13:24:22 +0530 |
User-agent: | Thunderbird 2.0.0.22 (Windows/20090605) |
Hi Alan, I have changed the relocs to solve in gas as shown below: === RELOCATION RECORDS FOR [.eh_frame]: OFFSET TYPE VALUE 00000000 R_CR16_SWITCH32 .LECIE1 00000012 R_CR16_NUM32a ___gxx_personality_v0 ===== But still the error message displayed by the linker: ===libgcc.a(unwind-dw2-fde.o)(.eh_frame); no .eh_frame_hdr table will be created.
==== Do I miss some thing else? Thanks for you suggestions Thanks Swami Alan Modra wrote:
On Mon, Jun 29, 2009 at 03:01:23PM +0530, M R Swami Reddy wrote:Hello,With binutils- 2.19.51.20090624, Iam getting below error message for c++ exceptions.=== ld: error in test_eh.o(.eh_frame); no .eh_frame_hdr table will be created. ====You have a relocation on the length field of the CIE. RELOCATION RECORDS FOR [.eh_frame]:OFFSET TYPE VALUE 00000000 R_CR16_SWITCH32 .LECIE1+0x00000018You should not have a relocation here. The length expression should be fully resolved in gas.
[Prev in Thread] | Current Thread | [Next in Thread] |