On 12 March 2014 09:55, Peter Hanzel <hanzelpe...@gmail.com> wrote:
> Hello.
>
> I have successfully started Raspbian for Raspberry PI in QEMU.
> I am just curious why you must disable ld.so.preload to libcofi_rpi.so
>
> This is optimized library for memset, memcpy:
> https://github.com/simonjhall/copies-and-fills.
>
> Use this library some unsupported ARM instruction?

It uses SETEND to switch from little-endian to big-endian
mode; QEMU doesn't implement that.

thanks
-- PMM

Reply via email to