[U-Boot-Users] [PATCH 10/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)

Stefan Roese sr at denx.de
Thu Mar 13 08:41:02 CET 2008


On Thursday 13 March 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > +SOBJS	= init.o
> > +
> > +SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)
> > +OBJS	:= $(addprefix $(obj),$(COBJS))
> > +SOBJS	:= $(addprefix $(obj),$(SOBJS))
> > +   *(.sbss) *(.scommon)
> > +   *(.dynbss)
> > +   *(.bss)
> > +   *(COMMON)
> > +  }
> > +
> > +  ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps
> > .ppcenv section. Please update your confguration: CFG_MONITOR_BASE,
> > CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
>
> Is it possible to split the string?

I tried by using:

+  ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps" \
+	".ppcenv section. Please update your confguration: CFG_MONITOR_BASE," \
+	"CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");

But multi-line strings in linker scripts don't seem to be supported. Any other 
ideas how to do this?

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================




More information about the U-Boot mailing list