glibc_2.17 not found

Here is my source, so far just early stages:

[code]
#include <errno.h>
#include <fcntl.h>
#include <termios.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>

/**

  • Function:
  • openDevice

You built your project using a compiler with a newer GLIBC then what's
on the debian wheezy image.

Regards,

How do I fix it so they are compatible?

Thank you,

Downloaded glibc-2.17 from

http://ftp.heanet.ie/mirrors/gnu/libc/glibc-2.17.tar.gz

Ok, that just presents more problems, where can I get a toolchain that is compatible with Debian Wheezy ?

Thank you.

Is anyone else having this problem?

It seems the latest toolchain is way in advance of what is available on debian wheezy, can anyone help?

Thank you,

Found this:

It works, application now runs.

Simon:

THANK YOU!

I was cross compiling with a custom built chain on OSX and of course it was more current than wheezy and had the same problem.

I did add libstdc++6 to the package list because we are crazy enough to do that stuff and I was getting errors from the dynaloader for that too.

Works great now!

– Ward

Simon:

THANK YOU!

Had the same problem using a cross compiler I built on OSX that was far in advance of the BBB wheezy image.

I added libstdc++6 to the sources list because we needed that too.

Works great now!

– Ward