From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3010 invoked by alias); 1 Mar 2010 14:20:37 -0000 Received: (qmail 2992 invoked by uid 22791); 1 Mar 2010 14:20:34 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=BAYES_50 X-Spam-Check-By: sourceware.org Received: from mail-yw0-f172.google.com (HELO mail-yw0-f172.google.com) (209.85.211.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Mar 2010 14:20:30 +0000 Received: by ywh2 with SMTP id 2so1357297ywh.24 for ; Mon, 01 Mar 2010 06:20:29 -0800 (PST) Received: by 10.101.105.26 with SMTP id h26mr4189873anm.100.1267453228386; Mon, 01 Mar 2010 06:20:28 -0800 (PST) Received: from beethoven (adsl-209-30-128-83.dsl.austtx.swbell.net [209.30.128.83]) by mx.google.com with ESMTPS id 23sm1202230ywh.0.2010.03.01.06.20.27 (version=SSLv3 cipher=RC4-MD5); Mon, 01 Mar 2010 06:20:27 -0800 (PST) Message-ID: From: "Rick Foos" To: Cc: Subject: demo-i686.sh does not build a linux kernel. Date: Mon, 01 Mar 2010 14:20:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00000.txt.bz2 The default demo-i686.sh configuration builds a compiler that does not build a Linux kernel. eval `cat i686.dat gcc-4.1.0-glibc-2.3.6-tls.dat` sh all.sh --notest >From the following message on the kernel list, the default compiler is not supported, and will never build a kernel. http://lkml.indiana.edu/hypermail/linux/kernel/0805.0/0442.html > And yes, considering that 4.1.1 (and even more so 4.1.0) should be rare to > begin with, I think it's better to just not support it. > > Linus This issue has already been reported: http://sourceware.org/ml/crossgcc/2009-07/msg00052.html Since Linus has made a decision to not support gcc 4.1.0 and 4.1.1, the scripts should be updated, maybe removing the versions that are not supported, or at least having a default that works. eval `cat i686.dat gcc-4.1.2-glibc-2.3.5.dat` sh all.sh --notest The above configuration built a working compiler on cygwin, and the compiler built linux-2.6-kgdb version 2.6.33. Thanks, Rick -- For unsubscribe information see http://sourceware.org/lists.html#faq