From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22116 invoked by alias); 6 Mar 2006 21:38:59 -0000 Received: (qmail 22106 invoked by uid 22791); 6 Mar 2006 21:38:59 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS,UPPERCASE_25_50 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Mar 2006 21:38:58 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FGNPh-0003oX-TJ for ecos-devel@sources.redhat.com; Mon, 06 Mar 2006 22:38:45 +0100 Received: from arennes-252-1-67-138.w81-53.abo.wanadoo.fr ([81.53.126.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Mar 2006 22:38:45 +0100 Received: from tyler by arennes-252-1-67-138.w81-53.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Mar 2006 22:38:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ecos-devel@sources.redhat.com From: Tyler Subject: Re: Redboot on i386 target Date: Mon, 06 Mar 2006 21:38:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: arennes-252-1-67-138.w81-53.abo.wanadoo.fr User-Agent: slrn/0.9.8.1pl1 (Debian) X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2006-03/txt/msg00007.txt.bz2 Le 06-03-2006, Tyler a écrit : > Hi all, > > I'm trying to install and use redboot on a x86 target, to make some > tests. > But I can't succeed. I have the following erros : > > tyler@Starbuck:~/ecos/redboot>ecosconfig new linux redboot > U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0 > C CYGBLD_BUILD_REDBOOT, "requires" constraint not satisfied: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT > C CYGPRI_REDBOOT_ROM_MONITOR, "requires" constraint not satisfied: CYGSEM_HAL_ROM_MONITOR > tyler@Starbuck:~/ecos/redboot>ecosconfig check > Target: linux > Template: redboot > 2 conflict(s): > C CYGBLD_BUILD_REDBOOT, "requires" constraint not satisfied: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT > C CYGPRI_REDBOOT_ROM_MONITOR, "requires" constraint not satisfied: CYGSEM_HAL_ROM_MONITOR > > Can I change the linux package configuration and enable the CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT and CYGSEM_HAL_ROM_MONITOR ? > > I've found binaries files at http://ecos.sourceware.org/boards/redbootbins/x86pc/ I'm happy with those for now. But if someone has the answer to my previous question (in the previous post), I'm still interested.