Date: Mon, 20 Mar 2000 11:46:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ghins Mathai cc: djgpp AT delorie DOT com Subject: Re: Problem with linker scripts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 19 Mar 2000, Ghins Mathai wrote: > No, using leading zeroes did not work. > > On Sat, 18 Mar 2000, Al Amzeen (Alexandr Amzin) wrote: > > > > > Greetings, Ghins Mathai ! You wrote: > > > What do you mean by leading zeroes ??? > > Zeroes that filled with lead ;) > > > Could you give me an example ?? > > I'll try, but don't hurt me if it is not works right: > > MEMORY > > { > > > > rom : org=0x00000000, len=0x0005f000 > > data: org=0x80000000, len=0x00003000 > > bss: org=0x80003000, len=0x00016000 > > } > > > > Does it make some sense in situation? Does it help to remove the empty line between the opening brace and the "rom" line? If not, I suggest to post your problem to the gnu.utils.bug news group, where the Binutils maintainer(s) might help you find the cause. What version of Binutils are you using, btw?