mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* ARM/AT91 build failure: Error: symbol *ABS* is in a different section
@ 2010-06-12 13:51 Thomas Petazzoni
  2010-06-13 11:08 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2010-06-12 13:51 UTC (permalink / raw)
  To: barebox

Hello,

In barebox 2010.05, the at91sam9263ek defconfig was building properly
with my 2009q1 CodeSourcery ARM toolchain. Barebox 2010.06 no longer
builds with the same defconfig/toolchain. The build failure is:

  CC      arch/arm/cpu/start.o
{standard input}: Assembler messages:
{standard input}:37: Error: symbol *ABS* is in a different section

The commit that introduced the regression is
78104ae181f78d83664fdc7522eb632d9c3b2ec9 (i.e "arm: reimplement startup
code in C").

The part causing the problem is in board_init_lowlevel_return(), more
precisely

    /* Get runtime address of this function */
    __asm__ __volatile__("adr %0, 0":"=r"(r));

I have investigated further for the moment.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

_______________________________________________
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:[~2010-06-13 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-12 13:51 ARM/AT91 build failure: Error: symbol *ABS* is in a different section Thomas Petazzoni
2010-06-13 11:08 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox