Re: [vox-tech] compiling kernel's in debian?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vox-tech] compiling kernel's in debian?
Ok, so here is the same error:
morpheus:/usr/src/kernel-source-2.2.18pre21# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory
`/usr/src/kernel-source-2.2.18pre21/scripts/lxdialog'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE
-DCURSES_LOC="<curses.h>" -c -o lxdialog.o lxdialog.c
In file included from lxdialog.c:22:
dialog.h:29: curses.h: No such file or directory
make[1]: *** [lxdialog.o] Error 1
make[1]: Leaving directory
`/usr/src/kernel-source-2.2.18pre21/scripts/lxdialog'
make: *** [menuconfig] Error 2
I double checked to make sure I had ncurses, bin86, gcc, kernel-source
(kernel headers even), etc
Stephen
William Kendrick wrote:
>>>>> Did the make dep , clean , bzImage and now I can not find bzImage anywhere.
>>>>
>> also, sometimes i download something and forget where i put it. when that
>> happens i do:
>>
>> updatedb && locate bzImage
>
>
> That's a bit of overkill in this particular instance. In this case,
> he's run "make bzImage" in the "/usr/src/linux" directory, so doing
> a simple:
>
> find . -name "bzImage" -print
>
> should do it... and much quicker. (As long as you do it from "/usr/src/linux")
>
> -bill!
|