From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17730 invoked by alias); 27 Mar 2006 17:05:30 -0000 Received: (qmail 17722 invoked by uid 22791); 27 Mar 2006 17:05:29 -0000 X-Spam-Check-By: sourceware.org Received: from otoro.itis.ethz.ch (HELO mail.itis.ethz.ch) (129.132.24.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Mar 2006 17:05:25 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.itis.ethz.ch (Postfix) with ESMTP id 516FE5B38B; Mon, 27 Mar 2006 19:05:22 +0200 (MEST) Received: from mail.itis.ethz.ch ([127.0.0.1]) by localhost (otoro [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04645-02-6; Mon, 27 Mar 2006 19:05:21 +0200 (MEST) Received: from cadpad (itis-speag-090-dhcp.itis.ethz.ch [129.132.24.90]) by mail.itis.ethz.ch (Postfix) with SMTP id AF7F05B380; Mon, 27 Mar 2006 19:05:21 +0200 (MEST) Message-ID: <039401c651c0$bdc8ec30$5a188481@haus.hellmutstrasse.ch> Reply-To: "oliver munz @ s p e a g" From: "oliver munz @ s p e a g" To: =?iso-8859-1?Q?Marco_Aur=E9lio_da_Cruz?= , References: <44243B81.7040603@daruma.com.br> <20060325090916.GG3228@lunn.ch> <44280312.3010300@daruma.com.br> Date: Mon, 27 Mar 2006 17:38:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 0612-4, 25.03.2006), Outbound message X-Antivirus-Status: Clean 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] eCos and GCC 4.1.0 X-SW-Source: 2006-03/txt/msg00225.txt.bz2 Go to the "ecos" directory (where the packages is located). and do: cvs -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos diff -u packages > packages.01.diff You then get all modifications in the packages.01.diff ----- Original Message ----- From: "Marco Aurélio da Cruz" To: Sent: Monday, March 27, 2006 5:21 PM Subject: Re: [ECOS] eCos and GCC 4.1.0 > I've read some messages about doing this but I'm not aware how to... > > I edited my local /packages/kernel/current/include files, changed the > /packages/kernel/current/ChangLog but I'm not able to generate the diff > file. I'm so newbie with CVS and patches... > > Marco > > Andrew Lunn wrote: >> On Fri, Mar 24, 2006 at 03:33:37PM -0300, Marco Aur?lio da Cruz wrote: >> >>> Hi. >>> I've downloaded the ecos-trunk-20060319 snapshot from eCoscentric and >>> tried to compile it on arm-elf-gcc 4.1.0. >>> >>> I got the errors below: >>> >>> .../include/cyg/kernel/sched.hxx:181: error: extra qualification >>> 'Cyg_Scheduler::' on member 'thread_entry' >>> .../include/cyg/kernel/thread.hxx:315: error: extra qualification >>> 'Cyg_Thread::' on member 'reinitialize' >>> >>> I edited the files in /packages/kernel/current/include and removed the >>> qualifiers. So it compiled OK. >>> >>> sched.hxx >>> >>> from: >>> /// perform thread startup housekeeping/ >>> void Cyg_Scheduler::thread_entry( Cyg_Thread *thread ); >>> >>> to: >>> /// perform thread startup housekeeping/ >>> void thread_entry( Cyg_Thread *thread ); >>> >>> >>> thread.hxx >>> >>> from: >>> /// Re-initialize the thread back to it's initial state./ >>> void Cyg_Thread::reinitialize(); >>> >>> to: >>> /// Re-initialize the thread back to it's initial state./ >>> void reinitialize(); >>> >>> >>> Regards >>> >>> Marco Cruz >>> >> >> Please could you produce a proper patch, with ChangeLog entries. >> >> Thanks >> Andrew >> >> >> >> > > -- > Marco Aurélio da Cruz > > Depto. de Automação > Divisão de Tecnologia > Daruma Urmet S.A. > Tel.: +55 12 3609-5105 > Fax: +55 12 3609-5156 > Web: http://www.daruma.com.br > > > -- > Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos > and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss