[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] Configure Qemu-PPC for i386 target?
From: |
Thomas Huth |
Subject: |
Re: [Qemu-ppc] Configure Qemu-PPC for i386 target? |
Date: |
Mon, 20 Feb 2017 14:44:44 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
On 20.02.2017 13:38, Jd Lyons wrote:
> What it the proper way to configure Qemu to make i386 target binaries?
>
> I’ve made some code changes to Qemu, and it builds, but I’m getting
> undefined symbols when it tries to link
The symbols that you've quoted are apparently not the ones from QEMU ...
so I guess the code that you've copied from another emulator still has
some references to code from that other emulator. So you either got to
port that code, too, or replace the calls with QEMU-specific code instead.
Thomas