Here you go:
... gcc -o lxdialog checklist.o menubox.o textbox.o yesno.o inputbox.o util.o lxdialog.o msgbox.o -lncurses make[1]: Leaving directory `/usr/src/kernel-source-2.4.19/scripts/lxdialog' /bin/sh scripts/Menuconfig arch/arm/config.in Using defaults found in .config Preparing scripts: functions, parsingscripts/Menuconfig: line 1: 4583 Segmentation fault awk "$1" Awk died with error code 139. Giving up. make: *** [menuconfig] Error 1 <121>(vortex)[/usr/src/kernel-source-2.4.19] #
Ralph is your source tarball available somewhere? I am using the sources which I grabbed from:
ftp://ftp.us.debian.org/debian/pool/main/k/kernel-source-2.4.19/
and I just installed the .deb file. If you have a source tarball around I could give it a try.
- Doug
Ralph Siemsen wrote:
On Sat, Aug 31, 2002 at 01:42:35PM -0400, B. Douglas Hilton wrote:
Has anybody gotten either XConfig or Menuconfig to work with Kernel 2.4.19 and a Netwinder? I did copy the footbridge def-config to arch/arm/defconfig.
No problems here, then again not sure which kernel sources you are
using. Can you post a few line of context around scripts/Menuconfig? Judging by the error message, it looks like you have one very long
line, that might be the problem. Maybe the script got munged somehow?
--Ralph