Altera_Forum
Honored Contributor
9 years agoArrow Sockit: /lib/libc.so.6: version `GLIBC_2.17' not found
Hi,
I just started experimenting with the Arrow SocKit board that has Cyclone V SoC + FPGA. I was provided with a BSP and Linux image by terasic. My development platform is windows and have installed Altera Design Suite 16, AOCL SDK 16. After programming the device, when I try to execute the kernel, I am having these errors: *************************************************************** root@socfpga:~/testProgram# ./kernel ./kernel: /lib/libc.so.6: version `GLIBC_2.17' not found (required by ./kernel) *************************************************************** The version that is installed in linux is: *************************************************************** root@socfpga:~# /lib/libc.so.6 GNU C Library (Ubuntu EGLIBC 2.15-0ubuntu10) stable release version 2.15, by Roland McGrath et al. 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. Compiled by GNU CC version 4.6.3. Compiled on a Linux 3.2.14 system on 2012-04-19. Available extensions: crypt add-on version 2.1 by Michael Glad and others GNU Libidn by Simon Josefsson Native POSIX Threads Library by Ulrich Drepper et al Support for some architectures added on, not maintained in glibc core. BIND-8.2.3-T5B libc ABIs: UNIQUE *************************************************************** How can I move from "Ubuntu EGLIBC 2.15" to "GLIBC_2.17". There was one thread in this forum where they moved to Angstrong filesystem (https://rocketboards.org/foswiki/view/Documentation/AngstromOnSoCFPGA_1) I dont want to move to that filesystem. I want to be able to use the BSP + Linux that terasic provided. Thanks in advance. Waj (Newbie to SocKit)