From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22642 invoked by alias); 17 Oct 2003 15:33:49 -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 22635 invoked from network); 17 Oct 2003 15:33:48 -0000 Received: from unknown (HELO londo.lunn.ch) (80.238.139.98) by sources.redhat.com with SMTP; 17 Oct 2003 15:33:48 -0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1AAWbi-0001cX-00; Fri, 17 Oct 2003 17:33:38 +0200 Date: Fri, 17 Oct 2003 15:33:00 -0000 To: Alexander Popov Cc: ecos-discuss@sources.redhat.com Message-ID: <20031017153338.GA6086@lunn.ch> Mail-Followup-To: Alexander Popov , ecos-discuss@sources.redhat.com References: <3F8FFD49.5090606@prosyst.bg> <3F900030.8060904@prosyst.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F900030.8060904@prosyst.bg> User-Agent: Mutt/1.5.4i From: Andrew Lunn Subject: Re: [ECOS] problem with cyg/kernel/kapi.h X-SW-Source: 2003-10/txt/msg00327.txt.bz2 On Fri, Oct 17, 2003 at 05:44:00PM +0300, Alexander Popov wrote: > I can't find cyg_handlg_t in the header files for the target. > What am I doing wrog - can I use cyg/kernel/kapi.h that way? Yes you can, with a correctly configured and built system. Not you don't need to give the full path either, which is a bad idea. A guess would be you have a confused build directory. Have you build redboot in the same directory? Thats a common mistake. Start from an empty directory and do a clean configuration and build. ecosconfig new pc ecosconfig tree make Then try your "hello world" with this. Andrew -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss