* [Qemu-devel] patch for i386 build on x86_64
@ 2009-11-08 9:15 jamesmikedupont
2009-11-21 9:29 ` Jean-Christophe Dubois
0 siblings, 1 reply; 3+ messages in thread
From: jamesmikedupont @ 2009-11-08 9:15 UTC (permalink / raw)
To: qemu-devel
http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubuntu.html
In configure, remove this line :
+#-D_FILE_OFFSET_BITS=64
else
undefined reference to `fallocate64'
mike
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] patch for i386 build on x86_64
2009-11-08 9:15 [Qemu-devel] patch for i386 build on x86_64 jamesmikedupont
@ 2009-11-21 9:29 ` Jean-Christophe Dubois
2009-11-21 18:56 ` Stefan Weil
0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe Dubois @ 2009-11-21 9:29 UTC (permalink / raw)
To: qemu-devel
Is this patch considered for inclusion?
Qemu doesn't seem to be able to build (for i386 target) on Ubuntu Karmic Koala
host (x86_64) without it.
Thanks
JC
le dimanche 8 novembre 2009 jamesmikedupont@googlemail.com a écrit
> http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubuntu.htm
> l
>
> In configure, remove this line :
> +#-D_FILE_OFFSET_BITS=64
>
>
> else
> undefined reference to `fallocate64'
>
> mike
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] patch for i386 build on x86_64
2009-11-21 9:29 ` Jean-Christophe Dubois
@ 2009-11-21 18:56 ` Stefan Weil
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Weil @ 2009-11-21 18:56 UTC (permalink / raw)
To: Jean-Christophe Dubois; +Cc: qemu-devel
Jean-Christophe Dubois schrieb:
> Is this patch considered for inclusion?
>
> Qemu doesn't seem to be able to build (for i386 target) on Ubuntu Karmic Koala
> host (x86_64) without it.
>
> Thanks
>
> JC
>
> le dimanche 8 novembre 2009 jamesmikedupont@googlemail.com a écrit
>
>> http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubuntu.htm
>> l
>>
>> In configure, remove this line :
>> +#-D_FILE_OFFSET_BITS=64
>>
>>
>> else
>> undefined reference to `fallocate64'
>>
>> mike
>>
fallocate64 should come from libc6 (it does on my debian system
with libc6 2.10.1-7) for any target you build. Try
ldd i386-linux-user/qemu-i386
to see which libraries will be used by your binary.
Removing support for large files (this is what the patch does)
is not good, because large files are quite normal today.
Regards,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-21 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 9:15 [Qemu-devel] patch for i386 build on x86_64 jamesmikedupont
2009-11-21 9:29 ` Jean-Christophe Dubois
2009-11-21 18:56 ` Stefan Weil
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).