From: Erwin Rol <mailinglists@erwinrol.com>
To: barebox@lists.infradead.org
Subject: Re: linking error x86 barebox
Date: Fri, 03 Feb 2012 20:34:48 +0100 [thread overview]
Message-ID: <4F2C36D8.30308@erwinrol.com> (raw)
In-Reply-To: <4F2C32C1.2080708@erwinrol.com>
On 3-2-2012 20:17, Erwin Rol wrote:
> Hey all,
>
> when I try to compile barebox for x86 with GCC 4.6.2 I get the following
> error at the linking stage ;
>
> i686-n270-linux-gnu-ld: section .eh_frame loaded at
> [0000000000018c10,00000000000219eb] overlaps section .barebox_initcalls
> loaded at [0000000000018c10,0000000000018c63]
>
> Any hints on where to start looking ?
by adding the "-f-no-*" versions of following options to gcc I can link,
testing will be done tomorrow;
-funwind-tables
Similar to -fexceptions, except that it will just generate any
needed static data, but will not affect the generated code in any other
way. You will normally not enable this option; instead, a language
processor that needs this handling would enable it on your behalf.
-fasynchronous-unwind-tables
Generate unwind table in dwarf2 format, if supported by target
machine. The table is exact at each instruction boundary, so it can be
used for stack unwinding from asynchronous events (such as debugger or
garbage collector).
- Erwin
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-02-03 19:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-03 19:17 Erwin Rol
2012-02-03 19:34 ` Erwin Rol [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F2C36D8.30308@erwinrol.com \
--to=mailinglists@erwinrol.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox