On Thu, Sep 9, 2010 at 5:18 PM, Anthony Liguori wrote:
> +M86K Machines
> +-
> +mcf5208
> +M: Paul Brook
> +S: Maintained
> +F: hw/mcf5208.c
Just wondering... Is there a "M86K" or is it a typo from "M68K"
(warning: I know nothing of this machine).
Regards,
--
Anderson Lizardo
be static,
defeating the purpose of this option.
Regards,
--
Anderson Lizardo
Instituto Nokia de Tecnologia
Manaus - Brazil
host
- gcc-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-3ubuntu1)
- glibc 2.4
- binutils 2.17
Regards,
--
Anderson Lizardo
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
get /target/sbin/ldconfig
would update this cache. Unless the cache you are proposing has
different purposes than ld.so's cache?
Regards,
--
Anderson Lizardo
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
On 4/14/06, Thiemo Seufer <[EMAIL PROTECTED]> wrote:
> gcc -dM -E -xc /dev/null |awk '{ if (/__GNUC__/) print $3 }'
Or even simpler:
gcc -dM -E -xc /dev/null | awk '/__GNUC__/{print $3}'
Regards,
--
Anderson Lizardo
___
:
> Configure options to enable/disable all softmmu/user targets.
In the configure help text, you have put --enable/disable-system. I
suppose you meant --enable/disable-softmmu ?
Regards,
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Inst
tside the source tree (or in a subdir). As a side effect, it also
removes the requirement to call configure with an absolute path. The
changes are fairly small and don't affect the normal build.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Br
fairly small and don't affect the normal build.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
Index: Makefile
===
RCS file: /sources/qemu/qemu/Makefile,v
retrieving revision 1.93
di
On 3/11/06, Andreas Schwab <[EMAIL PROTECTED]> wrote:
> "Anderson Lizardo" <[EMAIL PROTECTED]> writes:
>
> > Any reason why the magic numbers from qemu-binfmt-conf.sh are not just
> > 16 bytes long as those reported by "readelf --file-header"? For
avoids the need to have separate entries
for i386 and i486, given that they are emulated by the same program
(qemu-i386). The others still need separate entries because of
endianess.
Regards,
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
--- q
On 3/6/06, Ulrich Hecht <[EMAIL PROTECTED]> wrote:
> On Wednesday 01 March 2006 23:18, Anderson Lizardo wrote:
> > I was having some issues with the latest qemu (ARM user emulation),
> > which I tracked down to the following reduced test case:
> >
>
e it with an ARM cross-compiler and run it with "qemu-arm". It
should print
a < b: 1
for qemu 0.7.2 and
a < b: 0
for 0.8.0. Obviously, the first one is right.
Tested with the following setup:
qemu 0.7.2/0.8.0
arm-linux-gnu-gcc (GCC) 3.4.5
glibc 2.3.5
--
Anderson Lizardo
12 matches
Mail list logo