From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3945 invoked by alias); 12 Nov 2007 11:52:23 -0000 Received: (qmail 3935 invoked by uid 22791); 12 Nov 2007 11:52:22 -0000 X-Spam-Check-By: sourceware.org Received: from bay0-omc2-s1.bay0.hotmail.com (HELO bay0-omc2-s1.bay0.hotmail.com) (65.54.246.137) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Nov 2007 11:52:19 +0000 Received: from BAY105-W3 ([65.54.224.103]) by bay0-omc2-s1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 12 Nov 2007 03:52:18 -0800 Message-ID: From: C B To: Andrew Lunn CC: Date: Mon, 12 Nov 2007 11:52:00 -0000 In-Reply-To: <20071109185542.GC4401@lunn.ch> References: <472B7580.4080409@mlbassoc.com> <473426B2.3080907@ecoscentric.com> <20071109185542.GC4401@lunn.ch> Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: RE: [ECOS] RE: networking support for my eCos application X-SW-Source: 2007-11/txt/msg00066.txt.bz2 Brilliant! Changing the CYG_HAL_STARTUP to RAM seems to resolve the issue = I was having. However, rather than seeing the expected output from my simp= le HelloWorld program that I see with my older version of eCos I get the fo= llowing output: ------------------------- begin output ------------------------- RedBoot> go 0x20020040 [cyg_net_init] Init: mbinit(0x00000000) [cyg_net_init] Init: cyg_net_init_devs(0x00000000) Init device 'dm9000_eth0' -------------------------- end output --------------------------- Thoughts? Thanks again! > Date: Fri, 9 Nov 2007 19:55:42 +0100 > From: andrew@lunn.ch > To: csb_80@hotmail.com > CC: ecos-discuss@ecos.sourceware.org > Subject: Re: [ECOS] RE: networking support for my eCos application > >> MEMORY >> { >> ram : ORIGIN =3D 0x20000000, LENGTH =3D 0x00C00000 >> rom : ORIGIN =3D 0x20C00000, LENGTH =3D 0x00400000 >> sram : ORIGIN =3D 0x00000100, LENGTH =3D 0x00023F00 >> } >> >> versus this for the older (working) version: >> >> MEMORY >> { >> ram : ORIGIN =3D 0x20000000, LENGTH =3D 0x02000000 >> sram : ORIGIN =3D 0x00000000, LENGTH =3D 0x00024000 >> } >> >> >> Can anyone provide a little clarification on how these files are generat= ed and what I may have screwed up in my config. > > The linker file is derived from you hal include/pkgconf/*.ldi files. > > My guess is your working binary is a RAM startup application, but your > new application is a ROM startup. Take a look at the value of > CYG_HAL_STARTUP in your working and none working configuration. > > Andrew _________________________________________________________________ Windows Live Hotmail and Microsoft Office Outlook =96 together at last. =A0= Get it now. http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=3DCL10062= 6971033 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss