From: s.kosamkar on
Hi
I am using Sourcery G++ Lite 4.4.1 version with Codeblock IDE. In my
example program i used sprintf but the compiler is giving error like

arm-none-eabi-ld.exe: DISCARD has both ordered [`.ARM.exidx' in
D:\CodeSourcery\Sourcery G++
Lite\lib\gcc\arm-none-eabi\4.4.1\libgcc.a(_divdi3.o)] and unordered
[`.ARM.extab' in D:\CodeSourcery\Sourcery G++
Lite\lib\gcc\arm-none-eabi\4.4.1\libgcc.a(_divdi3.o)] sections
GNU ld (Sourcery G++ Lite 2009q3-68) 2.19.51.20090709
arm-none-eabi-ld.exe: final link failed: Bad value

Regards,
Shweta



---------------------------------------
Posted through http://www.EmbeddedRelated.com
From: d_s_klein on
On Apr 19, 4:59 am, "s.kosamkar" <s.kosamkar(a)n_o_s_p_a_m.gmail.com>
wrote:
> Hi
>    I am using Sourcery G++ Lite 4.4.1 version with Codeblock IDE. In my
> example program i used sprintf but the compiler is giving error like
>
> arm-none-eabi-ld.exe: DISCARD has both ordered [`.ARM.exidx' in
> D:\CodeSourcery\Sourcery G++
> Lite\lib\gcc\arm-none-eabi\4.4.1\libgcc.a(_divdi3.o)] and unordered
> [`.ARM.extab' in D:\CodeSourcery\Sourcery G++
> Lite\lib\gcc\arm-none-eabi\4.4.1\libgcc.a(_divdi3.o)] sections
> GNU ld (Sourcery G++ Lite 2009q3-68) 2.19.51.20090709
> arm-none-eabi-ld.exe: final link failed: Bad value
>
> Regards,
>   Shweta
>
> ---------------------------------------        
> Posted throughhttp://www.EmbeddedRelated.com

Try posting your question here:
<http://www.codesourcery.com/archives/arm-gnu/maillist.html>

RK