2009/6/8 Tim Erwin <[email protected]>:
>
>> Especially the step
>>
>> ROOT=<path to stage3 dir> gcc-config -l
>> ROOT=<path to stage3 dir> gcc-config <the gcc you want!>
>
> Nope not that.
>
> It seems that libgcc_s.so.1 is missing from /lib directory (it exists in
> /usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/)
>
> Copied it over and presto! Anyone else with this problem? Cross-compile bug?
>
> Cheers,
>
> Tim
>
>

I have the same.
Workaround is

1. copy host machine's cross-gcc lib into
/usr/arm-unknown-linux-gnueabi/usr/lib/gcc/arm-unlnown-linux-gnueabi/4.4.0

2. make symlinks /usr/arm-unknown-linux-gnueabi/usr/lib/libgcc_s.so*
(HOST path) to point to
/usr/lib/gcc/arm-unlnown-linux-gnueabi/4.4.0/libgcc_s.so* (TARGET
path)

think, that it is a bug..

-- 
С Уважением,
Сергей.

Reply via email to