From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19687 invoked by alias); 12 Aug 2004 15:54:03 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 19642 invoked from network); 12 Aug 2004 15:54:01 -0000 Received: from unknown (HELO hermes.chez-thomas.org) (63.225.98.241) by sourceware.org with SMTP; 12 Aug 2004 15:54:01 -0000 Received: by hermes.chez-thomas.org (Postfix, from userid 2000) id 63F13100D07; Thu, 12 Aug 2004 09:54:01 -0600 (MDT) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by hermes.chez-thomas.org (Postfix) with ESMTP id 1C319100007; Thu, 12 Aug 2004 09:54:00 -0600 (MDT) From: Gary Thomas To: Giri Raja Cc: eCos Discussion , Andrew Lunn In-Reply-To: <20040812154956.83715.qmail@web53801.mail.yahoo.com> References: <20040812154956.83715.qmail@web53801.mail.yahoo.com> Content-Type: text/plain Message-Id: <1092326039.25147.1870.camel@hermes> Mime-Version: 1.0 Date: Thu, 12 Aug 2004 15:54:00 -0000 Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on hermes.chez-thomas.org X-Spam-Status: No, hits=0.1 required=5.0 tests=AWL autolearn=no version=2.60 Subject: Re: [ECOS] Regarding Size of ROMRAM applications X-SW-Source: 2004-08/txt/msg00212.txt.bz2 On Thu, 2004-08-12 at 09:49, Giri Raja wrote: > My bad, I didn't use the arm-elf-size. I actually > clicked on the properties button on the windows > machine and it showed me the file size as 600K. But > this is what arm-elf-size gives me: > > text data bss dec hex filename > 23308 936 23932 48176 bc30 > standalone_serial > > I tried both ROM and ROMRAM options. It doesn't seem > to load from the flash at all. Is there anything that > I need to modify on the memory map files. I'm using > EB40A board. > Did you start from a fresh (i.e. clean tree) build? It's been my experience that once I build for one startup type, if I change the configuration to another, things don't go right. So, I always start afresh if I'm going to try a different startup mode. > Thanks. > > Giri. > > --- Andrew Lunn wrote: > > > On Wed, Aug 11, 2004 at 05:55:41PM -0700, Giri Raja > > wrote: > > > this is a continuation of my earlier mail in the > > day, > > > but a slightly different question I have now. > > > my ROMRAM application is about 600K. Is that > > really > > > bif, I'm confused by this number. if it is ROMRAM > > > startup type, I guess the program will never run > > as my > > > RAM is only 256K. does this make any sense or am I > > > wrong. > > > > What is telling you it is 600K? arm-elf-size? Or is > > that the size of > > the binary produced by objcopy? > > > > Sometimes the binary has big holes in it because > > objcopy or the linker > > script is confused. > > > > Andrew > > > > -- > > Before posting, please read the FAQ: > > http://ecos.sourceware.org/fom/ecos > > and search the list archive: > > http://ecos.sourceware.org/ml/ecos-discuss > > > > > > > > > __________________________________ > Do you Yahoo!? > Y! Messenger - Communicate in real time. Download now. > http://messenger.yahoo.com -- Gary Thomas -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss