All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin <qemumail@olifantasia.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] PPC emulation, how?
Date: Mon, 19 Apr 2004 20:12:30 +0200	[thread overview]
Message-ID: <4084168E.8070008@olifantasia.com> (raw)
In-Reply-To: <1082363002.29001.41.camel@rapid>


>Is your host your PREP machine ?
>If so, it may be (one more) endianness related bug. I will check on a
>mac, one of these days...
>
>  
>
No, My host is an x86 machine (AMD duron 800) running a linux 2.6 
kernel. This also might cause problems related to the 1000 Hz  kernel 
ticks in 2.6 in stead of 100Hz kernel ticks in 2.4.
I haven't tried to run my prep machine as a host yet. It is not that 
fast a machine (200 Mhz 604e)

>>A little offtopic maybe. Do you know how I can findout fast which 
>>libraries are needed for a certain executable. I tried to make a small 
>>diskimage with the basic command from my real prep machine and tried to 
>>guess which libraries I needed (but guesses wrong ofcourse).  I copied 
>>/bin /sbin /etc /lib and a subset of /usr/bin  and /usr/lib. /usr/lib is 
>>very large and I know I only need some of the libs for the commands I 
>>copied in /usr/bin but not which ones.
>>    
>>
>
>Well, it seems that ldd or just /lib/ld.so.1 are the tool you need to
>use:
>  
>
>> /lib/ld.so.1 --list /bin/ls
>>    
>>
>        libpthread.so.0 => /lib/libpthread.so.0 (0x0ff8f000)
>        librt.so.1 => /lib/librt.so.1 (0x0ff5d000)
>        libc.so.6 => /lib/libc.so.6 (0x0fe03000)
>        /lib/ld.so.1 => /lib/ld.so.1 (0x08000000)
>  
>
Thanks,  this is what I needed,

Martin

  parent reply	other threads:[~2004-04-19 18:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-13 18:08 [Qemu-devel] PPC emulation, how? Francisco José Cañizares Santofimia
2004-04-13 18:56 ` Jocelyn Mayer
2004-04-14 14:25   ` Martin
2004-04-16 17:44     ` Jocelyn Mayer
2004-04-18 19:51       ` J. Mayer
2004-04-19 18:05       ` Martin
2004-04-19 18:34         ` Karel Gardas
     [not found]       ` <40830EDD.9080505@olifantasia.com>
     [not found]         ` <1082363002.29001.41.camel@rapid>
2004-04-19 18:12           ` Martin [this message]
2004-04-19 21:16             ` J. Mayer
2004-04-19 22:41               ` Carlos Valiente
2004-04-20 23:26                 ` Martin
2004-04-21  0:34                   ` J. Mayer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4084168E.8070008@olifantasia.com \
    --to=qemumail@olifantasia.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.