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: [EMAIL PROTECTED]
=====================================================================

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to