qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Reinier Millo Sánchez" <rmillo@uclv.cu>
To: QEMU Development <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Usin AMRV4T in QEMU 1.2.0
Date: Tue, 06 Nov 2012 10:55:26 -0500	[thread overview]
Message-ID: <509932EE.8070402@uclv.cu> (raw)

Hello
I'm trying to use ARMV4T in QEMU 1.2.0. I want emulate a pure ARMV4T 
with ARM920T core. I have modified the sources in target-arm and 
compiled a Hello World application for core ARM920T in ARMV4t arch using 
the arm-linux-gnueabi-gcc compiler provided by Ubuntu for cross compile 
(arm-linux-gnueabi-gcc -o Test -mcpu=arm920t -march=armv4t 
-Wa,-mcpu=arm920t -Wa,-march=armv4t Test.c). When I execute it, in user 
mode using qemu-arm, it crash executing a long branch with link 
(1111100011011111).
Making a dump of the app using arm-linux-gnueabi-objdump i have found 
that appear some BLX instructions that belongs to ARM5 and above.
If some body can help me, know how to port pure ARMV4T in QEMU 1.2.0 or 
can recommend me some references.
Regards

-- 
************************************************
Lic. Reinier Millo Sánchez
Centro de Estudios Informáticos
Universidad Central "Marta Abreu" de las Villas

             reply	other threads:[~2012-11-06 16:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-06 15:55 Reinier Millo Sánchez [this message]
2012-11-06 19:24 ` [Qemu-devel] Usin AMRV4T in QEMU 1.2.0 Peter Maydell
2012-11-08 11:23 ` Michael.Kang
2012-11-10 15:47 ` [Qemu-devel] Linux Kernel 2.6.29 " Reinier Millo Sánchez

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=509932EE.8070402@uclv.cu \
    --to=rmillo@uclv.cu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).