Het maakproces om een bootable kernel te maken lukt niet.
Ik krijg een onnoemelijk veel opties om in te vullen.
Hieronder de een aantal van de opties als ik de kernel wil builden:
ivo@aspireI7:~/my/dciplcjava/elektor/ElektorLinuxBoardDownload_20120509/linux-2.6.33-lpc313x$ make zImage
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/basic/hash
HOSTCC scripts/kconfig/conf.o
scripts/kconfig/conf.c: In functie ‘conf_sym’:
scripts/kconfig/conf.c:159:6: let op: variable ‘type’ set but not used [-Wunused-but-set-variable]
scripts/kconfig/conf.c: In functie ‘conf_choice’:
scripts/kconfig/conf.c:231:6: let op: variable ‘type’ set but not used [-Wunused-but-set-variable]
scripts/kconfig/conf.c:307:9: let op: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
scripts/kconfig/conf.c: In functie ‘conf_askvalue’:
scripts/kconfig/conf.c:105:8: let op: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
HOSTCC scripts/kconfig/kxgettext.o
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig
*
* Restart config...
*
*
* Configure standard kernel features (for small systems)
*
Configure standard kernel features (for small systems) (EMBEDDED) [Y/n/?] y
Enable 16-bit UID system calls (UID16) [Y/n/?] y
Sysctl syscall support (SYSCTL_SYSCALL) [Y/n/?] y
Load all symbols for debugging/ksymoops (KALLSYMS) [Y/n/?] y
Include all symbols in kallsyms (KALLSYMS_ALL) [N/y/?] n
Do an extra kallsyms pass (KALLSYMS_EXTRA_PASS) [N/y/?] n
Support for hot-pluggable devices (HOTPLUG) [Y/n/?] y
Enable support for printk (PRINTK) [Y/n/?] y
BUG() support (BUG) [Y/n/?] y
Enable ELF core dumps (ELF_CORE) [Y/n/?] y
Enable PC-Speaker support (PCSPKR_PLATFORM) [Y/n/?] (NEW)
Hierna volgen er nog wel honderd keuzes die je moet maken.
Weet iemand wat er mis gaag.