From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25389 invoked by alias); 1 Feb 2012 04:15:10 -0000 Received: (qmail 12838 invoked by uid 22791); 1 Feb 2012 04:14:45 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Feb 2012 04:14:32 +0000 Received: by dadv6 with SMTP id v6so591648dad.0 for ; Tue, 31 Jan 2012 20:14:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.116.234 with SMTP id jz10mr55401749pbb.84.1328069671437; Tue, 31 Jan 2012 20:14:31 -0800 (PST) Received: by 10.68.238.138 with HTTP; Tue, 31 Jan 2012 20:14:31 -0800 (PST) In-Reply-To: References: <201202010100.49177.yann.morin.1998@free.fr> Date: Wed, 01 Feb 2012 04:15:00 -0000 Message-ID: Subject: Re: crosstool-NG 1.14.0 is out From: Trevor Woerner To: "Yann E. MORIN" Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2012-02/txt/msg00002.txt.bz2 On openSuSE 12.1 I needed the following adjustment to build correctly (or perhaps an "-I" needs to be added to CFLAGS?): --- crosstool-ng-1.14.0/kconfig/nconf.h 2012-01-31 18:19:04.000000000 -0500 +++ crosstool-ng-1.14.0-tw/kconfig/nconf.h 2012-01-31 23:05:02.917238543 -0500 @@ -16,9 +16,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include -- For unsubscribe information see http://sourceware.org/lists.html#faq