From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15031 invoked by alias); 1 May 2003 01:45:27 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 15024 invoked from network); 1 May 2003 01:45:27 -0000 Received: from unknown (HELO jifvik.dyndns.org) (81.104.194.28) by sources.redhat.com with SMTP; 1 May 2003 01:45:27 -0000 Received: from eCosCentric.com (garibaldi.jifvik.org [172.31.1.2]) by jifvik.dyndns.org (Postfix) with ESMTP id 0802E37481; Thu, 1 May 2003 02:45:25 +0100 (BST) Message-ID: <3EB07C35.7090500@eCosCentric.com> Date: Thu, 01 May 2003 01:45:00 -0000 From: Jonathan Larmour User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.3) Gecko/20030314 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: "Beymer, Mike" Cc: "Doyle, Patrick" , eCos Discussion References: <218C6B103596E746932D287EB519B5DD09669D@spokane-mx1.itron.com> In-Reply-To: <218C6B103596E746932D287EB519B5DD09669D@spokane-mx1.itron.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [ECOS] ecos redboot compile problem. X-SW-Source: 2003-05/txt/msg00007.txt.bz2 Beymer, Mike wrote: > Patrick, > It appears that the build problem I was experiencing was due to a change > in the memory layout file, mlt_arm_arm9_innovator_sram.ldi. The .data section > was set to start at 0x8000, doing an objdump -h of redboot-sram.out the .data > section is in sram at 0x20012dd0. After changing the .data section to follow > the .gcc_except_table I started seeing output from the serial port. I was just wondering if there was anything we needed to do to fix our master sources, but it seems that mlt_arm_arm9_innovator_sram.ldi already does this, or am I missing something? -=-=-=-=-=- ... SECTION_rodata1 (sram, ALIGN (0x4), LMA_EQ_VMA) SECTION_fixup (sram, ALIGN (0x4), LMA_EQ_VMA) SECTION_gcc_except_table (sram, ALIGN (0x4), LMA_EQ_VMA) SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA) SECTION_data (ram, 0x8000, FOLLOWING(.gcc_except_table)) SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA) ... -=-=-=-=-=- Jifl -- eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts --[ "You can complain because roses have thorns, or you ]-- --[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss