* linking error x86 barebox
@ 2012-02-03 19:17 Erwin Rol
2012-02-03 19:34 ` Erwin Rol
0 siblings, 1 reply; 2+ messages in thread
From: Erwin Rol @ 2012-02-03 19:17 UTC (permalink / raw)
To: barebox
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 ?
- Erwin
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linking error x86 barebox
2012-02-03 19:17 linking error x86 barebox Erwin Rol
@ 2012-02-03 19:34 ` Erwin Rol
0 siblings, 0 replies; 2+ messages in thread
From: Erwin Rol @ 2012-02-03 19:34 UTC (permalink / raw)
To: barebox
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-03 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-03 19:17 linking error x86 barebox Erwin Rol
2012-02-03 19:34 ` Erwin Rol
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox