This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]