[arm-gnu] GLIBC_2.7 problems with 2009q3-67
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] GLIBC_2.7 problems with 2009q3-67



I have recently updated to this version of G++ Lite.  My target is a MOP500 which is a dual Cortex-A9MPCore with Neon.

After transferring my nerw build to the target, I initially get this kind of error:

./lat_mem_rd: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./lat_mem_rd)

So, I transfer the content of the libc directory to the target and set LD_LIBRARY_PATH as follows:

export LD_LIBRARY_PATH=/mnt/sd/libc/usr/lib/:/mnt/sd/libc/lib/

I then get a segmentation fault when I run the executable.

Following some advice on this forum, I have also tried this:

/lib/ld-linux.so.3 --library-path /mnt/sd/libc/lib:/mnt/sd/libc/usr/lib ./lat_mem_rd

But I get the same result.

Any ideas?

Thanks

Robert Pinsker.