delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Subject: | Cygwin make menuconfig hangs |
MIME-Version: | 1.0 |
Date: | Wed, 3 Jan 2007 17:40:51 -0500 |
Message-ID: | <93F4D0C26363FF45A4953C121889B6AC5BCE@brak.anidea.local> |
In-Reply-To: | <b4376ea40701031356p79d37499k12f1d97b01188aeb@mail.gmail.com> |
From: | "Gabriel Goldstein" <GabrielG AT anidea-engineering DOT com> |
To: | <cygwin AT cygwin DOT com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id l03MfDPA024830 |
Hello, Currently I can build the linux kernel 2.6.17 under Cygwin without issue with a stock .config file from my development board supplier (ARM9, AT91RM9200). However, I can not get make menuconfig to work. I'm using 'make ARCH=arm KBUILD_HAVE_NLS=no menuconfig'. Originally this was failing all over the place during the linker looking for ncurses. After many attempts at various things (compiled ncurses-5.5 with library option, etc) trying to get a .so file, I come to kind of realize that a .so and a dll may be the same thing. So I 'ln -s libncurses.dll.a libncurses.so' and menu config compiles. So I get past the linker. How it just sits there stalled, looking at me, doing nothing: $ make ARCH=arm KBUILD_HAVE_NLS=no menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTLD scripts/kconfig/mconf HOSTLD scripts/kconfig/lxdialog/lxdialog Info: resolving _COLS by linking to __imp__COLS (auto-import) Info: resolving _LINES by linking to __imp__LINES (auto-import) Info: resolving _stdscr by linking to __imp__stdscr (auto-import) scripts/kconfig/mconf arch/arm/Kconfig <hung> It does this with or without the .config file in place. A ps tells me 2 copies of make, mconf, and lxdialog are running in the background. I'm not sure if the linking thing is right or something else I'm missing. Please help! Gabriel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |