On Wed, Mar 11, 2015 at 11:25 AM, Karl Anderson
<andersonkar...@gmail.com> wrote:
> I checked the host and BBB and they are as follows:
>
> host:
> root@eng-linux-01:/usr/share/ti/cgt-pru/lib# ldd --version
> ldd (Ubuntu EGLIBC 2.15-0ubuntu10.5) 2.15
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> Written by Roland McGrath and Ulrich Drepper.
>
> root@beaglebone:/usr/share/ti/cgt-pru/lib# ldd --version
> ldd (Debian EGLIBC 2.13-38+deb7u4) 2.13
> Copyright (C) 2011 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> Written by Roland McGrath and Ulrich Drepper.
>
> So BBB is version 2.13 and host linux is 2.15. I was going to update both
> versions to 2.19, but when I tried to update on BBB the changes didn't seem
> to hold. I performed the below commands:
>
> echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list
> apt-get update
> apt-get -t sid install libc6 libc6-dev libc6-dbg
>
> and everything ran smoothly, had to restart cron and apache2 for the new
> libc, (see below for the last few printouts of the install)
> Unpacking replacement libc6:armhf ...
> Processing triggers for man-db ...
> locale: Cannot set LC_CTYPE to default locale: No such file or directory
> locale: Cannot set LC_MESSAGES to default locale: No such file or directory
> locale: Cannot set LC_ALL to default locale: No such file or directory
> Setting up libc6:armhf (2.19-15) ...
> Checking for services that may need to be restarted...
> Checking init scripts...
>
> Restarting services possibly affected by the upgrade:
>   cron: restarting...done.
>   apache2: restarting...done.
>
> Services restarted successfully.
> Selecting previously unselected package libc6-dbg:armhf.
> (Reading database ... 53831 files and directories currently installed.)
> Unpacking libc6-dbg:armhf (from .../libc6-dbg_2.19-15_armhf.deb) ...
> Setting up libc-dev-bin (2.19-15) ...
> Setting up libc6-dev:armhf (2.19-15) ...
> Setting up libc6-dbg:armhf (2.19-15) ...
>
> but then I checked the libc.a version again and it was still 2.13
>
> root@beaglebone:/usr/share# ldd --version
> ldd (Debian EGLIBC 2.13-38+deb7u4) 2.13

ldd comes from:
https://packages.debian.org/wheezy/libc-bin

> So I'm not sure what I'm doing wrong there. I may need to include the
> compiler libraries as hard linked inside the executable, if this doesn't
> work

Btw, instead of hacking up a wheezy image, with sid binaries, just use
a jessie snapshot instead:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot

As we are about a month away from jessie's release..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to