On 24/02/2014 17:28, Rob Savoye wrote:
On 02/24/2014 08:10 AM, Peter Maydell wrote:
If you're using qemu master you shouldn't need to set it to anything. It's an emergency-use mechanism in case a future newer glibc wants an even newer kernel, but it shouldn't be necessary right now, because qemu will automatically force the reported kernel version to at least 3.8.0.
I was using your branch. I switched to qemu master, but still get this problem:
qemu-aarch64 -cpu any -R 0 ./builds/x86_64-unknown-linux-gnu/aarch64-linux-gnu/gcc.git~linaro-4.8-branch-stage2/gcc/testsuite/gfortran/select_type_14.exe /lib/ld-linux-aarch64.so.1: No such file or directory
- rob -
ah if your libs are in /lib64 then a ln -sr /lib64/ld-linux-aarch64.so.1 /lib may do the trick i bumped into this it seems that new bits [i have not been active on this for while] place libs in lib64 not the initial lib when i first built i had to add this symlink.
glibc 2.19 / gcc 4.8.2
Greg