From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 13 Mar 2008 08:41:02 +0100 Subject: [U-Boot-Users] [PATCH 10/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) In-Reply-To: <20080312231317.GK18968@game.jcrosoft.org> References: <1205252122-6297-1-git-send-email-sr@denx.de> <1205252122-6297-10-git-send-email-sr@denx.de> <20080312231317.GK18968@game.jcrosoft.org> Message-ID: <200803130841.03212.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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@denx.de =====================================================================