Missing library question
Matthias Lange
matthias.lange at kernkonzept.com
Mon May 26 13:16:49 CEST 2014
Hi,
On Mon, May 26, 2014 at 07:27:15AM +0200, Sören Jonsson wrote:
>
> Hello,
>
> After an upgrade from VMWare Workstation 7 to 10 and removing my
> previous debian virtual machine. I am now building L4 and L4Re
> again.
>
> The build of L4 went smoothly, but when I try to build L4Re I get
> the following error message:
>
> === Building package "bootstrap" ===
> ===> Linking bootstrap32.elf
> /usr/bin/ld skipping incompatible
> /usr/lib/gcc/x86_64-linux-gnu/4.7/libgcc.a when searching for -lgcc
> /usr/bin/ld: cannot find -lgcc
> collect2: error: ld returned 1 exit status
> make [5]: *** [bootstrap32.elf] Error 1
> make [4]: ***
> [/home/osj/l4re/pkg/bootstrap/server/src/OBJ-amd64_amdfam10] Error 2
> make [3]: *** [src] Error 2
> make [2]: *** [server] Error 2
> make [1]: *** [bootstrap] Error 2
> make: *** [pkg] Error 2
You need to install gcc-multilib and g++-multilib. The build system cannot
find the 32bit version of libgcc.a.
Matthias.
--
Matthias Lange, matthias.lange at kernkonzept.com, +49 - 351 - 41 88 86 14
Kernkonzept GmbH. Sitz: Dresden. Amtsgericht Dresden, HRB 31129.
Geschäftsführer: Dr.-Ing. Michael Hohmuth
More information about the l4-hackers
mailing list