[yocto] libgcc_s not present in Yocto image

Khem Raj raj.khem at gmail.com
Fri Feb 5 23:51:38 PST 2016


by ld.so I mean dynamic linker shared lib not literally ld.so file
it should be in /lib/ld*.so


On Fri, Feb 5, 2016 at 11:36 PM, Nathan Sowatskey <nathan at nathan.to> wrote:
> Hi Khem
>
> Thanks for trying to help :-)
>
> I read what you have suggested below as trying to execute “ld.so” and passing my program as an argument.
>
> I can’t find a file called “ld.so” on either my Yocto image, or even the Ubuntu box that I am using to build it (which I use as a comparative reference).
>
> What am I mis understanding please?
>
> Regards
>
> Nathan
>
>> On 5 Feb 2016, at 21:49, Khem Raj <raj.khem at gmail.com> wrote:
>>
>> On Fri, Feb 5, 2016 at 12:46 PM, Burton, Ross <ross.burton at intel.com> wrote:
>>>
>>> On 5 February 2016 at 19:56, Khem Raj <raj.khem at gmail.com> wrote:
>>>>
>>>>>> interpreter /lib64/ld-linux-x86-64.so.2
>>>>>
>>>>>
>>>>> Does the loader hunt around for this, as this is certainly not present
>>>>> in a
>>>>> default OE image?
>>>>
>>>> no it wont. infact thats the loader.
>>>
>>>
>>> Yeah, what I meant is would the kernel hunt for that.  So, that's the
>>> problem?
>>
>> kernel wont. you can try doing
>>
>> /path/to/ld.so <your-binary>
>>>
>>> Ross
>



More information about the yocto mailing list