Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Feb. 16 2007,12:15 |
|
Although I have not compiled any modules for a while, I tried today but encountered an error I did not get before.
I am using gcc-2.95.dsl, gcc1-with-libs.dsl and gnu-utils.dsl
After copying the kernel source and applying the knoppix patch, I tried "make menuconfig" but got the following error message:
# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/ramdisk/usr/src/linux-2.4.26/scripts/lxdialog' gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o checklist.o checklist.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o menubox.o menubox.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o textbox.o textbox.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o yesno.o yesno.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o inputbox.o inputbox.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o util.o util.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o lxdialog.o lxdialog.c gcc-2.95 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<ncurses.h>" -c -o msgbox.o msgbox.c gcc-2.95 -o lxdialog checklist.o menubox.o textbox.o yesno.o inputbox.o util.o lxdialog.o msgbox.o -lncurses make[1]: Leaving directory `/ramdisk/usr/src/linux-2.4.26/scripts/lxdialog' /bin/sh scripts/Menuconfig arch/i386/config.in Using defaults found in arch/i386/defconfig Preparing scripts: functions, parsing............................................................................done. scripts/Menuconfig: line 7: : command not found scripts/Menuconfig: line 12: : command not found scripts/Menuconfig: line 19: : command not found etc.etc scripts/Menuconfig: line 2143: : command not found
Although the menuconfig window comes up after this, none of the commands work. "make oldconfig" does not work either.
If I use gcc1.dsl instead of gcc1-with-libs.dsl then "make oldconfig" works.
The gcc1-with-libs.dsl package does not to look to have changed recently - it used to work for me, any ideas why it doesn't work now
|