kernel modules compile on Debian

Francois Prowse mol-general@lists.maconlinux.org
Fri, 6 Jun 2003 07:54:24 +1200 (NZST)


Jens - sorry to keep bothering you :)

Now I get the following.....

debian:/usr/src# cd linux/
debian:/usr/src/linux# make-kpkg modules_image
/usr/bin/make    \
                                 ARCH=ppc oldconfig 
make[1]: Entering directory `/usr/src/linux'
rm -f include/asm
( cd include ; ln -sf asm-ppc asm)
/bin/sh scripts/Configure -d arch/ppc/config.in
#
# Using defaults found in .config
#
*
* Code maturity level options
*
Prompt for development and/or incomplete code/drivers 
(CONFIG_EXPERIMENTAL) [Y/n/?] 
Prompt for advanced kernel configuration options (CONFIG_ADVANCED_OPTIONS) 
[N/y/?] (NEW) make[1]: *** [oldconfig] Error 1
make: *** [stamp-kernel-configure] Interrupt


Francois


On 5 Jun 2003, Jens Schmalzing wrote:

> Hi,
> 
> Francois Prowse writes:
> 
> > Looks like it is trying to build the entire kernel....this can't be right
> 
> Looks like its trying to configure the kernel.  Maybe you need to add
> the .config file of your kernel to /usr/src/linux?  You should be able
> to find it in /boot/config-<version>.
> 
> Regards, Jens.
> 
> 

--