chris_c
Member
- Joined
- Jun 25, 2010
- Messages
- 393
- Age
- 56
I'm looking to make the pl2303 usb serial module - having compiled kernels before I thought it should be fairly straight forward...
I've set up a working cross compile environment and set up the cross environment vars etc...
as per... http://pandorawiki.org/Kernel_build_instructions
here's what happens...
odd!
I've set up a working cross compile environment and set up the cross environment vars etc...
as per... http://pandorawiki.org/Kernel_build_instructions
here's what happens...
Code:
chris@chris-desktop:/media/data/platforms/pandora/kernel$ make omap3_pandora_defconfig
#
# configuration written to .config
#
chris@chris-desktop:/media/data/platforms/pandora/kernel$ make menuconfig
scripts/kconfig/mconf arch/arm/Kconfig
#
# configuration written to .config
#
*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.
chris@chris-desktop:/media/data/platforms/pandora/kernel$ make modules
scripts/kconfig/conf -s arch/arm/Kconfig
***
*** You have not yet configured your kernel!
*** (missing kernel .config file)
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
make: *** [modules] Error 1
chris@chris-desktop:/media/data/platforms/pandora/kernel$ make uImage
scripts/kconfig/conf -s arch/arm/Kconfig
***
*** You have not yet configured your kernel!
*** (missing kernel .config file)
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
chris@chris-desktop:/media/data/platforms/pandora/kernel$ ls -l .config
-rw-r--r-- 1 chris chris 38441 2010-10-27 14:38 .config
odd!