From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7796 invoked by alias); 30 May 2006 11:19:48 -0000 Received: (qmail 7785 invoked by uid 22791); 30 May 2006 11:19:46 -0000 X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 30 May 2006 11:19:01 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1Fl2FN-0007A1-00; Tue, 30 May 2006 13:18:49 +0200 Date: Tue, 30 May 2006 11:19:00 -0000 To: Agus Ariffianto Cc: ecos-discuss@ecos.sourceware.org Message-ID: <20060530111849.GM2876@lunn.ch> Mail-Followup-To: Agus Ariffianto , ecos-discuss@ecos.sourceware.org References: <1148896760.447ac5f80c6e3@gajah.ee.itb.ac.id> <20060529094318.GB2876@lunn.ch> <00bb01c6830c$3c9a9e10$6c44cda7@aariffianto> <20060529122036.GC2876@lunn.ch> <01db01c6839e$0f0a1bf0$6c44cda7@aariffianto> <20060530074307.GF2876@lunn.ch> <02bc01c683cc$5abbc520$6c44cda7@aariffianto> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02bc01c683cc$5abbc520$6c44cda7@aariffianto> User-Agent: Mutt/1.5.11+cvs20060403 From: Andrew Lunn X-IsSubscribed: yes 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 Subject: Re: [ECOS] error: no memory region specified for loadable '.ram_vectors' X-SW-Source: 2006-05/txt/msg00246.txt.bz2 On Tue, May 30, 2006 at 04:35:14PM +0700, Agus Ariffianto wrote: > >>>>>My guess is you have the interface to Redboot enabled, but the current > >>>>>leon port does not support this. > >>> > >>>Try turning off: > >>> > >>>CYGPKG_HAL_ROM_MONITOR > >>>CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT > >>> > >>> Andrew > >> > >>Dear Andrew, > >>the option CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT couldn't be disable. Thank > >>you > > > >Ah, O.K. I did not read the cdl closely enough. > > > >You want this either disabled, or not active. > > > >It is active if CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT is 1 or more. What > >value does it have for you? If it is 1 or more what implements it? > > > > Andrew > > > > Property Value > Macro CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT > Enabled True > Activelf CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT > Calculated 1 > Compile hal_if.c hal_misc.c You need to start understanding things for yourself. Why is CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT 1? It is an interface, so something must be implementing it. What? Is it possible to disable what is implementing the interface? You will probably find this documentation useful. It tells you all about the cdl language. http://ecos.sourceware.org/docs-latest/cdl-guide/cdl-guide.html 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