From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2748 invoked by alias); 8 Jun 2004 20:19:55 -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 2719 invoked from network); 8 Jun 2004 20:19:53 -0000 Received: from unknown (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org with SMTP; 8 Jun 2004 20:19:53 -0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1BXn44-0000Bk-00; Tue, 08 Jun 2004 22:19:20 +0200 Date: Tue, 08 Jun 2004 20:19:00 -0000 To: Eric Castle Cc: Bob Koninckx , Ecos-Discuss Message-ID: <20040608201920.GB13155@lunn.ch> Mail-Followup-To: Eric Castle , Bob Koninckx , Ecos-Discuss References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i From: Andrew Lunn Subject: Re: [ECOS] Default CME555 too big X-SW-Source: 2004-06/txt/msg00080.txt.bz2 > However, when we built the eCos library (using the CME555 template and the > default package) and made the example programs, they came in around 1 MB, > much too big to run from external RAM. Is there a different package we > should be using here to build the library? I presume the 1MB is the size of the elf file and not the binary. Run powerpc-eabi-size(1) on the elf to find out the size of the binary. > But downloading that to RAM via gdb hasn't produced anything. Generally we > do the following: > > % powerpc-eabi-gdb hello > > (gdb) set remotebaud 38400 > (gdb) target remote /dev/ttyS0 > (gdb) continue Err, what about the load command? 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