Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266561AbUJIHeN (ORCPT ); Sat, 9 Oct 2004 03:34:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266574AbUJIHeN (ORCPT ); Sat, 9 Oct 2004 03:34:13 -0400 Received: from gateway-1237.mvista.com ([12.44.186.158]:18420 "EHLO av.mvista.com") by vger.kernel.org with ESMTP id S266561AbUJIHeC (ORCPT ); Sat, 9 Oct 2004 03:34:02 -0400 Subject: Re: [ANNOUNCE] Linux 2.6 Real Time Kernel From: Daniel Walker Reply-To: dwalker@mvista.com To: Lee Revell Cc: Sven-Thorsten Dietrich , linux-kernel , Alexander Batyrshin , "Amakarov@Ru. Mvista. " Com , "Eugeny S. Mints" , "Ext-Rt-Dev@Mvista. Com" , New Zhang Haitao , "Yyang@Ch. Mvista. Com" In-Reply-To: <1097304045.1442.166.camel@krustophenia.net> References: <41677E4D.1030403@mvista.com> <1097304045.1442.166.camel@krustophenia.net> Content-Type: text/plain Organization: MontaVista Message-Id: <1097307234.13748.1.camel@dhcp153.mvista.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 09 Oct 2004 00:33:56 -0700 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2326 Lines: 50 Do you have 4k stacks turned off? The docs make note of this. Daniel Walker On Fri, 2004-10-08 at 23:40, Lee Revell wrote: > On Sat, 2004-10-09 at 01:59, Sven-Thorsten Dietrich wrote: > > Announcing the availability of prototype real-time (RT) > > enhancements to the Linux 2.6 kernel. > > > > Does not compile: > > CC arch/i386/kernel/semaphore.o > CC arch/i386/kernel/signal.o > AS arch/i386/kernel/entry.o > CC arch/i386/kernel/traps.o > CC arch/i386/kernel/irq.o > arch/i386/kernel/irq.c: In function `do_IRQ': > arch/i386/kernel/irq.c:582: error: too many arguments to function `note_interrupt' > arch/i386/kernel/irq.c:667: warning: ISO C90 forbids mixed declarations and code > arch/i386/kernel/irq.c:751: error: initializer element is not constant > arch/i386/kernel/irq.c:751: error: (near initialization for `__ksymtab_request_irq.value') > arch/i386/kernel/irq.c:809: error: initializer element is not constant > arch/i386/kernel/irq.c:809: error: (near initialization for `__ksymtab_free_irq.value') > arch/i386/kernel/irq.c:904: error: initializer element is not constant > arch/i386/kernel/irq.c:904: error: (near initialization for `__ksymtab_probe_irq_on.value') > arch/i386/kernel/irq.c:1004: error: initializer element is not constant > arch/i386/kernel/irq.c:1004: error: (near initialization for `__ksymtab_probe_irq_off.value') > arch/i386/kernel/irq.c:1246: error: initializer element is not constant > arch/i386/kernel/irq.c:1246: error: (near initialization for `__ksymtab_do_softirq.value') > arch/i386/kernel/irq.c:1246: error: parse error at end of input > arch/i386/kernel/irq.c:648: warning: label `out_no_end' defined but not used > arch/i386/kernel/irq.c:79: warning: 'register_irq_proc' declared `static' but never defined > arch/i386/kernel/irq.c:277: warning: 'report_bad_irq' defined but not used > make[1]: *** [arch/i386/kernel/irq.o] Error 1 > make: *** [arch/i386/kernel] Error 2 > > I am using gcc 3.4. I accepted all the default settings except I > enabled "Run all IRQS in threads". > > Lee > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/