From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11511 invoked by alias); 21 Jun 2005 18:24:44 -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 11483 invoked by uid 22791); 21 Jun 2005 18:24:38 -0000 Received: from zazu.stratalight.com (HELO MAILHOST.stratalight.com) (206.184.26.51) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 21 Jun 2005 18:24:38 +0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 21 Jun 2005 18:24:00 -0000 Message-ID: <0BB96F6A14513E4A9B48FD5BC506AD48503DFC@mailhost.stratalight.com> From: "Joe Cottom" To: Subject: [ECOS] Memory Layout question X-SW-Source: 2005-06/txt/msg00191.txt.bz2 Hi, I want to link my executable into high memory (0xB00000 on a MPC860 target with 16MB RAM). This is a power-up diagnostics package that I want to run, then have it load the application. I have tried the obvious manipulations of mlt_powerpc_korona_ram.ldi and mlt_powerpc_korona_ram.h, but haven't been able to get the mapping I want that leaves the vectors at 0 and puts _start at 0xB00000 Any help would be appreciated. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss