Re: [beagleboard] Selecting which glibc to use

2020-10-23 Thread jonnymo
What process did you use to cross compile?

What I do when cross compiling is to rsync the /sbin,  /lib, /usr/lib and
/usr/include from the BB to the build host in a sysroot folder. Then direct
the build to this location for the libs and includes.
Ex:
rsync -avz debian@192.168.7.2:/lib sysroot


Cheers,

Jon

On Fri, Oct 23, 2020 at 11:15 AM Mark A. Yoder 
wrote:

> I've cross compiled busybox and when I run it on the bone I get:
> ./busybox.dynamic: /lib/arm-linux-gnueabihf/libm.so.6: version
> `GLIBC_2.29' not found (required by ./busybox.dynamic)
>
> So, two questions:
> When cross compiling, how do I get it to compile against glic 2.28?
>
> How do I install glic 2.29 on my Bone?
>
> --Mark
>
> --
> 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/7d30c709-1b4b-48ec-a8dc-79b1809cce2dn%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/CAG99bkrBea0PfQUnFUXP_PMDS6H53sYLHJQ23h0ayaXpXYD6sw%40mail.gmail.com.


[beagleboard] Selecting which glibc to use

2020-10-23 Thread Mark A. Yoder
I've cross compiled busybox and when I run it on the bone I get:
./busybox.dynamic: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' 
not found (required by ./busybox.dynamic)

So, two questions:
When cross compiling, how do I get it to compile against glic 2.28?

How do I install glic 2.29 on my Bone?

--Mark

-- 
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/7d30c709-1b4b-48ec-a8dc-79b1809cce2dn%40googlegroups.com.