compiler for BBB wheezy ( glibc 2.13 version problem )

compiler for BBB wheezy ( glibc 2.13 armhf )

I’m using BBB wheezy ( https://rcn-ee.com/rootfs/bb.org/release/2015-07-28/console/BBB-eMMC-flasher-debian-7.8-console-armhf-2015-07-28-2gb.img.xz )

but, the problem is BBB wheezy has low glibc version 2.13 which is not work out with recent cross compilers.

please help me, out.

I think you recommend a cross compiler work with glibc 2.13 in ubuntu 12 or 14 ( 64 or 32 bit ).

or, is there any good way to solve this?

Yeap..

Use the jessie image:

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

Regards,

I had used the Jessie image, but it has problems.

First, USB Network 192.168.7.2 doesn’t work constantly,
For example, after reboot or reconnect bbb, it doesn’t wort at all.

Second, finding networking takes too much time.

Thirds, somehow wheezy’s HDMI has better comparability.

Generally, Wheezy seems far more stable than Jessie.

I gave up Jessie for those reasons.

Please, Is there any compiler for armhf glibc 2.13?

2015년 8월 10일 월요일 오후 12시 13분 44초 UTC+9, RobertCNelson 님의 말:

I had used the Jessie image, but it has problems.

First, USB Network 192.168.7.2 doesn't work constantly,
For example, after reboot or reconnect bbb, it doesn't wort at all.

Why didn't you report this? I had another user report it on saturday,
i'm taking a look at in a litle bit this morning..

Second, finding networking takes too much time.

Thirds, somehow wheezy's HDMI has better comparability.

sudo apt-get update
sudo apt-get install linux-image-3.8.13-bone73
sudo reboot

Generally, Wheezy seems far more stable than Jessie.

I gave up Jessie for those reasons.

Please, Is there any compiler for armhf glibc 2.13?

Nope, build on target..

Regards,

Now enabled:
https://github.com/RobertCNelson/ti-linux-kernel-dev/commit/cf4d4833bc58da03be28441b023e2771723df505

my config-checker missed that block..

Regards,

Hello, RobertCNelson.
I appreciate your effort.

I would like to mention finding networking more detail.
It seems networking daemon takes too much time for looking DHCP.

If BBB doesn’t be connected to a Lan cable, it takes too much time to boot.

By the way, USB Networking 192.168.7.2 problem is critical.
If the problem is fixed. I can use jessie Image.

Thank you very very much…

2015년 8월 10일 월요일 오후 9시 32분 47초 UTC+9, RobertCNelson 님의 말: