From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11964 invoked by alias); 22 Feb 2014 07:12:18 -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 11947 invoked by uid 89); 22 Feb 2014 07:12:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f54.google.com Received: from mail-qa0-f54.google.com (HELO mail-qa0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 22 Feb 2014 07:12:15 +0000 Received: by mail-qa0-f54.google.com with SMTP id i13so4432106qae.13 for ; Fri, 21 Feb 2014 23:12:13 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.108.116 with SMTP id i107mr14891949qgf.80.1393053133486; Fri, 21 Feb 2014 23:12:13 -0800 (PST) Received: by 10.140.94.151 with HTTP; Fri, 21 Feb 2014 23:12:13 -0800 (PST) Date: Sat, 22 Feb 2014 07:12:00 -0000 Message-ID: Subject: 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/msg00052.txt.bz2 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 -- For unsubscribe information see http://sourceware.org/lists.html#faq