You are not logged in.

#1 2009-01-15 17:36:26

fthieme
Member
Registered: 2008-12-30
Posts: 16

cross-arm-elf-gcc-base 4.3.2-1 misses libgcc.a

Hi!

I installed cross-arm-elf-gcc-base and cross-arm-elf-binutils and tried to cross compile a kernel.

  LD      arch/arm/boot/compressed/vmlinux
/usr/bin/arm-elf-ld: libgcc.a: No such file: No such file or directory

In fact it's missing in the package

Do I need to install anything else?

cheers

EDIT:
I build the cross-arm-elf-gcc-base package using ABS. I added the libgcc targets to the build and install line like this:

  make all-gcc all-target-libgcc || return 1
  make DESTDIR=${startdir}/pkg install-gcc install-target-libgcc || return 1

Now it works like it should

Last edited by fthieme (2009-01-15 21:33:38)

Offline

Board footer

Powered by FluxBB