From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14389 invoked by alias); 22 Feb 2014 12:12:14 -0000 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 Received: (qmail 14379 invoked by uid 89); 22 Feb 2014 12:12:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f169.google.com Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 22 Feb 2014 12:12:12 +0000 Received: by mail-qc0-f169.google.com with SMTP id e9so5172768qcy.28 for ; Sat, 22 Feb 2014 04:12:10 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.31.9 with SMTP id e9mr8227854qge.76.1393071130322; Sat, 22 Feb 2014 04:12:10 -0800 (PST) Received: by 10.140.94.151 with HTTP; Sat, 22 Feb 2014 04:12:10 -0800 (PST) In-Reply-To: References: Date: Sat, 22 Feb 2014 12:12:00 -0000 Message-ID: Subject: Re: kconfig From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc maillist , =?ISO-8859-1?Q?Beno=EEt_TH=C9BAUDEAU?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00057.txt.bz2 Yann, Beno=EEt, all, On Fri, Feb 21, 2014 at 11:12 PM, Bryan Hundven wr= ote: > Yann, Beno=EEt, all, > > I use xubuntu on one computer and mac os x 10.9 on my mac book pro. > I like the idea of being able to build on my mac with the least number > of packages installed by homebrew. > > I started down this path, and installed: > * xcode > * xcode command line tools > * autoconf > * automake > * binutils > * cvs > * gawk > * gnu-sed > * libtool > * wget > > Which gets me to the point of being able to bootstrap the > configure.in, configure, and run make. > > The part that really kills the build and perplexes me is kconfig. > > http://code.bulix.org/qereby-85701 > > While trying to figure out the right fix to the problem, I noticed > that there are a *LOT* of differences between the kconfig in > crosstool-ng, buildroot and upstream linux, and Yann's > kconfig-frontends git tree > (http://ymorin.is-a-geek.org/git/kconfig-frontends/). > > It seems to me that we should follow buildroot's example of using a > 'Makefile.ctng' in the kconfig directory to wrap the kconfig Makefile, > so that we can copy updates from upstream linux into the kconfig > directory without stomping on our own Makefile. > > While trying to attempt, I started pulling on the thread of the > kconfig sweater in crosstool-ng, and it's a mess. > > Just looking for opinions for the path forward with this. > > Cheers, > > -Bryan I have a wip of porting upstream kconfig here: https://bitbucket.org/bhundven/crosstool-ng-wip It has errors with oldconfig, and there seems to be some kind of weird config issue with glibc (in menuconfig). So, now it's kind of an RFC/RFH (request for help). :) -Bryan -- For unsubscribe information see http://sourceware.org/lists.html#faq