qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] how to run a application compiled for sparc platform us


From: Paul Brook
Subject: Re: [Qemu-devel] how to run a application compiled for sparc platform using qemu-sparc?
Date: Thu, 9 Feb 2012 12:18:48 +0000
User-agent: KMail/1.13.7 (Linux/3.1.0-1-amd64; KDE/4.6.5; x86_64; ; )

>  the results of readelf -l hello are as follow:
>  program headers:
>      TYPE       offset    virtAddr               phyAddr           FileSiz 
>        MemSiz LOAD      0x054    0x4000 0000       0x4000 0000    0x02bf0 
>     0x02bf0

Clearly not a linux binary.  Those have file offsets and virtual addresses 
aligned modulo page size so that they can be mmapped directly into the process 
address space.  I'm pretty sure this would fail in the same way on a real 
sparc-linux system.

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]