LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   No 'bzImage' created. (https://www.linuxquestions.org/questions/linux-general-1/no-bzimage-created-248267/)

soner 10-28-2004 03:31 AM

Error while creating 'bzImage' .
 
I want to recompile my kernel, "2.4.22" in my Fedora Core 1.
I follow some steps :
1)configuration
2)make dep
3)make bzImage

During bzImage creation, I see several messages appearing on the screen, but at the end, the following messages appear, followed by two error messages.


arch/i386/kernel/kernel.o(.text.init+0x5328): In function `acpi_parse_lapic':
: undefined reference to `acpi_table_print_madt_entry'
arch/i386/kernel/kernel.o(.text.init+0x5398): In function `acpi_parse_lapic_nmi':
: undefined reference to `acpi_table_print_madt_entry'
arch/i386/kernel/kernel.o(.text.init+0x548f): In function `acpi_boot_init':
: undefined reference to `acpi_table_init'
arch/i386/kernel/kernel.o(.text.init+0x54a7): In function `acpi_boot_init':
: undefined reference to `acpi_table_parse'
arch/i386/kernel/kernel.o(.text.init+0x54d2): In function `acpi_boot_init':
: undefined reference to `acpi_table_parse_madt'
arch/i386/kernel/kernel.o(.text.init+0x5507): In function `acpi_boot_init':
: undefined reference to `acpi_table_parse_madt'
arch/i386/kernel/kernel.o(.text.init+0x5525): In function `acpi_boot_init':
: undefined reference to `acpi_table_parse_madt'
make[1]: *** [kallsyms] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2115.nptl'
make: *** [vmlinux] Error 2


Therefore I am not able to create the bzImage.

Could anybody guess where the problem is? Thanks.

acid_kewpie 10-28-2004 07:56 AM

well bizarrely the one single hit on google for this is on dear old LQ http://www.linuxquestions.org/questi...hreadid=241585


All times are GMT -5. The time now is 01:55 AM.