From: sinisa marovic <sinisamarovic@yahoo.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Porting QEMU to PalmOS
Date: Wed, 23 May 2007 02:07:24 -0700 (PDT) [thread overview]
Message-ID: <235654.95127.qm@web54602.mail.re2.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]
Hi,
I started porting QEMU to PalmOS. I already ported some projects successfuly (Like UAE and
dosbox) but dosbox is so slow. QEMU has less compatibility with games but it is much faster.
Now, I am having some problems with dyngen. Since QEMU supports ARM hosts I do not have
to modify the code. Detailed description of the problem follows:
Dyngen is used to create op.h, opc.h and gen-op.h during compilation. Since it is not possible to do
the actual compilation on Palm itself, I thought of creating dyngen executable on the compilation host
(PC with cygwin) and QEMU would then be built for execution host (Palm). This idea worked fine,
but when dyngen was executed to create op.h I got an error:
"Unsupported data relocation."
I did some debugging to find out what the actual problem is, and this is what I found out:
Relocation types that fail are 25 and 26, which are R_ARM_GOTPC and R_ARM_GOT32
respectively. Their names are:
_GLOBAL_OFFSET_TABLE_
cc_table
__op_param1
__op_param2
__op_param3
Is there a way to fix this?
Regards,
Voda.
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/
[-- Attachment #2: Type: text/html, Size: 1857 bytes --]
next reply other threads:[~2007-05-23 9:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-23 9:07 sinisa marovic [this message]
2007-05-23 10:48 ` [Qemu-devel] Porting QEMU to PalmOS Johannes Schindelin
-- strict thread matches above, loose matches on Subject: below --
2007-05-23 11:20 sinisa marovic
2007-05-23 15:23 ` Wolfgang Schildbach
2007-05-23 22:02 ` Jonathan Kalbfeld
2007-05-24 21:18 ` Jonathan Kalbfeld
2007-05-24 23:19 sinisa marovic
2007-05-24 23:33 ` Jonathan Kalbfeld
2007-05-25 5:37 ` Jason Brand
2007-05-24 23:47 sinisa marovic
2007-06-04 15:33 sinisa marovic
2007-07-01 12:29 ` andrzej zaborowski
2007-07-01 17:20 ` Luke-Jr
2007-07-01 18:08 ` Johannes Schindelin
2007-07-01 18:16 ` andrzej zaborowski
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=235654.95127.qm@web54602.mail.re2.yahoo.com \
--to=sinisamarovic@yahoo.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.