crosstool-ng + arm; Build error: libc_pic.a not found

Bryan Hundven bryanhundven@gmail.com
Sat Jun 4 21:15:00 GMT 2011


On Tue, Feb 22, 2011 at 2:40 PM, Yann E. MORIN
<yann.morin.1998@anciens.enib.fr> wrote:
> Thomas, All,
>
> On Tuesday 22 February 2011 22:32:39 Yann E. MORIN wrote:
>> On Tuesday 22 February 2011 21:04:08 Thomas Spurden wrote:
>> > I guess GCC
>> > plugins are not supported with a static toolchain?
>>
>> I guess not, although nothing should prevent it. Plugins are loaded at
>> runtime by means of dlopen/dlsym, and this does not require that the
>> executable be itself a dynamically-linked binary.
>>
>> Again, the configuration should hide this combo if it is indeed not safe.
>
> Workaround committed as #9139319423fd. Thanks for the report!

Yann,

I just noticed that my static toolchain didn't have plugin support,
which is needed for gold ld support.
I am not building strictly static binaries on the target, and actually
would like to avoid static binaries on my target (saves on ram).

Maybe instead of disabling plugin support if ct-ng is building a
static toolchain, plugin support should just depend on CT_SHARED_LIBS.

> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list