gcc1-with-libs.dslForum: System Topic: gcc1-with-libs.dsl started by: Juanito Posted by Juanito on 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 Posted by humpty on Feb. 16 2007,13:24
huh? isn't gcc1-with-libs.dsl a higher version than 2.95?i didn't know you could load both versions? Posted by ^thehatsrule^ on Feb. 16 2007,17:08
Yes, you can load both versions. (although the default one would be the one symlinked to /usr/bin/gcc )Looks like its looking for "scripts/Menuconfig" which doesn't exist....? What errors do you get with "make oldconfig"? Posted by Juanito on Feb. 16 2007,17:33
scripts/Menuconfig exists - I get similar errors with "make oldconfig"
Posted by Juanito on Feb. 22 2007,08:07
Oops - the .config file was corrupted/the wrong one - sorry...
|