On 20 March 2013 14:06, pavan p m pm.pavan@gmail.com wrote:
Hello, I am having an issue with using the gcc toolchain for armv8. I am trying to cross compile a simple program (helloworld.c) as suggested in the link :https://wiki.linaro.org/HowTo/HelloAarch64.
But when I try executing the binary on the simulated armv8 (using foundation model), I am getting error in GLIBC, specifically "/lib/libc.so.6: version `GLIBC_2.16' not found" . Could you please help me as to what could be wrong here?
The libc version in your image is too old. Please update your image following http://www.linaro.org/engineering/armv8/
And our latest toolchain is released at:https://launchpad.net/linaro-toolchain-binaries/+milestone/2013.03
Thanks! -Zhenqiang