From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27211 invoked by alias); 19 Jul 2005 18:17:08 -0000 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 Received: (qmail 27197 invoked by uid 22791); 19 Jul 2005 18:17:05 -0000 Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 19 Jul 2005 18:17:05 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1Duwe1-0002fr-00; Tue, 19 Jul 2005 20:16:41 +0200 Date: Tue, 19 Jul 2005 18:17:00 -0000 To: Indra Antonius Simalango Cc: ecos-discuss@ecos.sourceware.org Message-ID: <20050719181641.GB29741@lunn.ch> Mail-Followup-To: Indra Antonius Simalango , ecos-discuss@ecos.sourceware.org References: <20050719151542.GQ15048@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: Andrew Lunn Subject: Re: [ECOS] a question about removing file function in eCos programming X-SW-Source: 2005-07/txt/msg00189.txt.bz2 > But I still find some functions in my codes that didn't work in eCos while > compiling and linking, such as "execl" and "chmod". Is there any > references that explaining any equivalent functions from linux to eCos? You should remember that eCos is not Linux. Things are not supposed to be the same. excel() - cyg_thread_create() chmod() - cyg_fs_set_attrib() but not all filesystems implement it underneath. 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