blob: c932f0265a5af7291d00d80ce83988c74decf8de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
qemu-arm dies with libarmmem inside ld.so.preload
When running raspbian inside qemu,the user has to first comment out the following line from /etc/ld.so.conf:
/usr/lib/arm-linux-gnueabihf/libarmmem.so
Will future qemus will be able to work without changine /etc/ld.so.conf ?
|