Re: [beagleboard] Re: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread set_
Hello, 

Gotcha. Okay. The compiler. Sheesh. 

Seth

On Thursday, December 17, 2020 at 8:28:43 PM UTC-6 RobertCNelson wrote:

> On Thu, Dec 17, 2020 at 3:23 PM set_  wrote:
> >
> > Hello,
> >
> > I mean, would i need to coss-compile glibc_2.29 from source and go from 
> that point forward?
> >
> > Seth
> >
> > On Thursday, December 17, 2020 at 3:09:03 PM UTC-6 set_ wrote:
> >>
> >> Hello,
> >>
> >> I started to cross-compile and I am getting some headway here on my 
> compilations. It seems I have been stumped so far w/ this error:
> >>
> >> apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found 
> (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)
> >>
> >> So, I made an addition to my BBB from eclipse on a cross-compiled 
> version of libstdc++.so.6.0.xx. If you know how to resolve this issue w/out 
> me going backwards, please do chime in.
> >>
> >> Seth
> >>
> >> P.S. I used sftp to get the required libstdc++.so.6 onboard the BBB but 
> it seems that there is a snag, i.e. as you can tell.
>
> Debian Buster on the Beagle uses glibc 2.28, your mistake was building
> your application against glibc 2.29... So fix your cross compiler..
>
> Regards,
>
> -- 
> Robert Nelson
> https://rcn-ee.com/
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/35992012-16f6-44c6-9497-25f25ae7dc61n%40googlegroups.com.


Re: [beagleboard] Re: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread set_
Hello,

Sorry. Ubuntu Focal 5.4.0-58-generic, 20.04.x LTS. The compilation is done 
from this page online: 
https://github.com/Teknic-ClearPath/TekTips-BeagleBone-Examples/blob/master/CrossCompilingBeagleBone.doc.

...

That doc. is completed up to the point of 9.  I cannot configure remote 
debugging but that is not the issue right now as my BBB is held useless 
w/out the glibc_2.29 versioning. I changed it back to the correct version.

Seth

P.S. So, for now, my BBB works. I can break things to make it work but I 
would rather be able to switch in b/t versioning. 
On Thursday, December 17, 2020 at 4:15:38 PM UTC-6 jonn...@gmail.com wrote:

> What platform are you cross-compiling on?  Windows, Ubuntu, Debian, ... so 
> on.
>
> Are you following instructions from a particular web site or other source?
>
> Jon
>
> On Thu, Dec 17, 2020 at 1:23 PM set_  wrote:
>
>> Hello,
>>
>> I mean, would i need to coss-compile glibc_2.29 from source and go from 
>> that point forward?
>>
>> Seth
>>
>> On Thursday, December 17, 2020 at 3:09:03 PM UTC-6 set_ wrote:
>>
>>> Hello,
>>>
>>> I started to cross-compile and I am getting some headway here on my 
>>> compilations. It seems I have been stumped so far w/ this error:
>>>
>>> apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found 
>>> (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)
>>>
>>>
>>> ...
>>>
>>>
>>> So, I made an addition to my BBB from eclipse on a cross-compiled 
>>> version of libstdc++.so.6.0.xx. If you know how to resolve this issue w/out 
>>> me going backwards, please do chime in.
>>>
>>> Seth
>>>
>>> P.S. I used sftp to get the required libstdc++.so.6 onboard the BBB but 
>>> it seems that there is a snag, i.e. as you can tell. 
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/c7568541-1cec-4fc3-ab4d-4720c5bfdc3fn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d3aa571e-2bb4-4e7e-ab0a-a2723ef36802n%40googlegroups.com.


Re: [beagleboard] Re: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread Robert Nelson
On Thu, Dec 17, 2020 at 3:23 PM set_  wrote:
>
> Hello,
>
> I mean, would i need to coss-compile glibc_2.29 from source and go from that 
> point forward?
>
> Seth
>
> On Thursday, December 17, 2020 at 3:09:03 PM UTC-6 set_ wrote:
>>
>> Hello,
>>
>> I started to cross-compile and I am getting some headway here on my 
>> compilations. It seems I have been stumped so far w/ this error:
>>
>> apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found 
>> (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)
>>
>> So, I made an addition to my BBB from eclipse on a cross-compiled version of 
>> libstdc++.so.6.0.xx. If you know how to resolve this issue w/out me going 
>> backwards, please do chime in.
>>
>> Seth
>>
>> P.S. I used sftp to get the required libstdc++.so.6 onboard the BBB but it 
>> seems that there is a snag, i.e. as you can tell.

Debian Buster on the Beagle uses glibc 2.28, your mistake was building
your application against glibc 2.29... So fix your cross compiler..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjy20B4cZCKDCNT8JM7wK88gk_hALUwy0ZDfvLm-1bQuw%40mail.gmail.com.


Re: [beagleboard] Re: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread jonnymo
What platform are you cross-compiling on?  Windows, Ubuntu, Debian, ... so
on.

Are you following instructions from a particular web site or other source?

Jon

On Thu, Dec 17, 2020 at 1:23 PM set_  wrote:

> Hello,
>
> I mean, would i need to coss-compile glibc_2.29 from source and go from
> that point forward?
>
> Seth
>
> On Thursday, December 17, 2020 at 3:09:03 PM UTC-6 set_ wrote:
>
>> Hello,
>>
>> I started to cross-compile and I am getting some headway here on my
>> compilations. It seems I have been stumped so far w/ this error:
>>
>> apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found
>> (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)
>>
>>
>> ...
>>
>>
>> So, I made an addition to my BBB from eclipse on a cross-compiled version
>> of libstdc++.so.6.0.xx. If you know how to resolve this issue w/out me
>> going backwards, please do chime in.
>>
>> Seth
>>
>> P.S. I used sftp to get the required libstdc++.so.6 onboard the BBB but
>> it seems that there is a snag, i.e. as you can tell.
>>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/c7568541-1cec-4fc3-ab4d-4720c5bfdc3fn%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkoYPQobKycMhniOq%2Br17S_3NrzGSUsJEXv17Om%2BXD0vtg%40mail.gmail.com.


[beagleboard] Re: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread set_
Hello,

I mean, would i need to coss-compile glibc_2.29 from source and go from 
that point forward?

Seth

On Thursday, December 17, 2020 at 3:09:03 PM UTC-6 set_ wrote:

> Hello,
>
> I started to cross-compile and I am getting some headway here on my 
> compilations. It seems I have been stumped so far w/ this error:
>
> apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found 
> (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)
>
>
> ...
>
>
> So, I made an addition to my BBB from eclipse on a cross-compiled version 
> of libstdc++.so.6.0.xx. If you know how to resolve this issue w/out me 
> going backwards, please do chime in.
>
> Seth
>
> P.S. I used sftp to get the required libstdc++.so.6 onboard the BBB but it 
> seems that there is a snag, i.e. as you can tell. 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/c7568541-1cec-4fc3-ab4d-4720c5bfdc3fn%40googlegroups.com.


[beagleboard] RE: Cross-Compiling apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)

2020-12-17 Thread set_
Hello,

I started to cross-compile and I am getting some headway here on my 
compilations. It seems I have been stumped so far w/ this error:

apt: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found 
(required by /usr/lib/arm-linux-gnueabihf/libstdc++.so.6)


...


So, I made an addition to my BBB from eclipse on a cross-compiled version 
of libstdc++.so.6.0.xx. If you know how to resolve this issue w/out me 
going backwards, please do chime in.

Seth

P.S. I used sftp to get the required libstdc++.so.6 onboard the BBB but it 
seems that there is a snag, i.e. as you can tell. 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f6993a2c-6858-4c55-98c2-4c21b1391c54o%40googlegroups.com.