Skip to Content.
Sympa Menu

baslinux - Re: [BL] Development Tools for BL (4)

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "David Moberg" <davidjmoberg AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Development Tools for BL (4)
  • Date: Tue, 12 Dec 2006 10:05:18 -0800

Lee Forrest wrote:

Barfed here too. Must be the kernel sources rather than the
compiler.


Failed at 'make dep' and again, with same error, when I plowed
ahead and tried 'make zImage'.

gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep
scripts/mkdep.c
/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
elf-init.oS(.text+0x1d): undefined reference to `__init_array_end'
elf-init.oS(.text+0x23): undefined reference to `__init_array_start'
elf-init.oS(.text+0x43): undefined reference to `__init_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_fini':
elf-init.oS(.text+0x7a): undefined reference to `__fini_array_end'
elf-init.oS(.text+0x80): undefined reference to `__fini_array_start'
elf-init.oS(.text+0xa3): undefined reference to `__fini_array_start'
collect2: ld returned 1 exit status
make: *** [scripts/mkdep] Error 1

I just noticed this error log. It appears that the kernel Makefile is
trying to build mkdep (tool used for compiling) but something is wrong
with your libc setup. You will need to fix this problem before you can
compile a kernel (with updated serial driver or otherwise). What order
did you install the development packages in? (If they were installed
in the wrong order, that could cause a problem.)

David




Archive powered by MHonArc 2.6.24.

Top of Page