From: A P <[email protected]> Reply-To: <[email protected]> Date: Thursday, April 10, 2014 at 5:37 AM To: <[email protected]> Subject: [beagleboard] BBB GLIBC6 version issue
> I hope someone out there can help. > > I have a BBB just updated to the latest firmware. My version on the BBB of > LIBC6 is v2.16. I am compiling a project in Eclipse which if I include the > line > > clkerr=clock_gettime(CLOCK_REALTIME,&UDPstartTime); //CLOCK_MONOTONIC > CLOCK_REALTIM _POSIX_MONOTONIC_CLOCK > > Builds successfully. When however I launch via the GDB debugger I get the > error : > > Remote debugging from host 192.168.1.8 > /home/root/test/test: /lib/libc.so.6: version `GLIBC_2.17' not found (required > by /home/root/test/test) > > Child exited with status 1 > GDBserver exiting > > > If I comment out the clock_gettime function the program runs and I can debug. > > I cannot find a later version of LIBC6 (2.17 or greater) for Angstrom > distribution. Or is there another solution or am I barking up the wrong tree. > > I am running Eclipse from a Windows 7 PC. The Cross compiler is > gcc-linaro-arm-linux-gnueabihf-4.8-2013.09_win32 run ldd on your app to see the shared library dependency. Regards, John > > > > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
