All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Call for build instructions for FreeBSD and MacOSX
@ 2016-03-22  9:18 Alex Bennée
  2016-03-22 10:59 ` Peter Maydell
  2016-03-22 12:50 ` Liviu Ionescu
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Bennée @ 2016-03-22  9:18 UTC (permalink / raw)
  To: QEMU Developers

Hi,

I was looking at fixing a FreeBSD compile failure yesterday and I spent
a lot of time trying to figure out building on a system that I'm not
very familiar with. Today I'm having a quick look at extending the
Travis build to MacOSX.

In both cases I'm not getting very far and I notice we only really have
decent build instructions on the wiki for Linux and Win32:

  http://wiki.qemu.org/Hosts/Linux
  http://wiki.qemu.org/Hosts/W32

Could I implore the greater community to think about putting up some
simple instructions for people that are not familiar with these systems.
It will help *you* in the long run ;-)

FWIW on FreeBSD I ended up:
  * running make on the /usr/ports qemu to bring in dependencies
  * ./configure --disable-nettle (the script seems to miss this)
  * use gmake

I'm not sure if this is the right way but I did manage to reproduce the
failure that had been reported.

On MacOSX I could really do with knowing:
  * What Xcode/compiler should work
  * How are dependencies installed? (brew?)
  * Any special configure options needed?

Thanks in advance,

--
Alex Bennée

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Call for build instructions for FreeBSD and MacOSX
  2016-03-22  9:18 [Qemu-devel] Call for build instructions for FreeBSD and MacOSX Alex Bennée
@ 2016-03-22 10:59 ` Peter Maydell
  2016-03-22 11:37   ` Alex Bennée
  2016-03-22 12:50 ` Liviu Ionescu
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2016-03-22 10:59 UTC (permalink / raw)
  To: Alex Bennée; +Cc: QEMU Developers

On 22 March 2016 at 09:18, Alex Bennée <alex.bennee@linaro.org> wrote:
> Hi,
>
> I was looking at fixing a FreeBSD compile failure yesterday and I spent
> a lot of time trying to figure out building on a system that I'm not
> very familiar with. Today I'm having a quick look at extending the
> Travis build to MacOSX.
>
> In both cases I'm not getting very far and I notice we only really have
> decent build instructions on the wiki for Linux and Win32:
>
>   http://wiki.qemu.org/Hosts/Linux
>   http://wiki.qemu.org/Hosts/W32
>
> Could I implore the greater community to think about putting up some
> simple instructions for people that are not familiar with these systems.
> It will help *you* in the long run ;-)

OSX build instructions are documented in the documentation:
http://qemu.weilnetz.de/qemu-doc.html#Mac-OS-X

thanks
-- PMM

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Call for build instructions for FreeBSD and MacOSX
  2016-03-22 10:59 ` Peter Maydell
@ 2016-03-22 11:37   ` Alex Bennée
  2016-03-22 12:23     ` Peter Maydell
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Bennée @ 2016-03-22 11:37 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers


Peter Maydell <peter.maydell@linaro.org> writes:

> On 22 March 2016 at 09:18, Alex Bennée <alex.bennee@linaro.org> wrote:
>> Hi,
>>
>> I was looking at fixing a FreeBSD compile failure yesterday and I spent
>> a lot of time trying to figure out building on a system that I'm not
>> very familiar with. Today I'm having a quick look at extending the
>> Travis build to MacOSX.
>>
>> In both cases I'm not getting very far and I notice we only really have
>> decent build instructions on the wiki for Linux and Win32:
>>
>>   http://wiki.qemu.org/Hosts/Linux
>>   http://wiki.qemu.org/Hosts/W32
>>
>> Could I implore the greater community to think about putting up some
>> simple instructions for people that are not familiar with these systems.
>> It will help *you* in the long run ;-)
>
> OSX build instructions are documented in the documentation:
> http://qemu.weilnetz.de/qemu-doc.html#Mac-OS-X

Of course it is ;-)

Is that the canonical location for the rendered documentation?

>
> thanks
> -- PMM


--
Alex Bennée

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Call for build instructions for FreeBSD and MacOSX
  2016-03-22 11:37   ` Alex Bennée
@ 2016-03-22 12:23     ` Peter Maydell
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2016-03-22 12:23 UTC (permalink / raw)
  To: Alex Bennée; +Cc: QEMU Developers

On 22 March 2016 at 11:37, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Peter Maydell <peter.maydell@linaro.org> writes:
>> OSX build instructions are documented in the documentation:
>> http://qemu.weilnetz.de/qemu-doc.html#Mac-OS-X
>
> Of course it is ;-)
>
> Is that the canonical location for the rendered documentation?

It's the one the wiki links to, but I wouldn't call it canonical.
Ideally we ought to set up a rendered copy on qemu.org proper...

thanks
-- PMM

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Call for build instructions for FreeBSD and MacOSX
  2016-03-22  9:18 [Qemu-devel] Call for build instructions for FreeBSD and MacOSX Alex Bennée
  2016-03-22 10:59 ` Peter Maydell
@ 2016-03-22 12:50 ` Liviu Ionescu
  1 sibling, 0 replies; 5+ messages in thread
From: Liviu Ionescu @ 2016-03-22 12:50 UTC (permalink / raw)
  To: Alex Bennée; +Cc: QEMU Developers


> On 22 Mar 2016, at 11:18, Alex Bennée <alex.bennee@linaro.org> wrote:
> 
> ... putting up some
> simple instructions for people that are not familiar with these systems.

the GNU ARM Eclipse QEMU build procedure is documented at

	http://gnuarmeclipse.github.io/qemu/build-procedure/

binaries for win32/win64/debian32/debian64/osx64 are created during a single run on OS X.

the entire build script is available from GitHub:

	https://github.com/gnuarmeclipse/build-scripts/blob/master/scripts/build-qemu.sh


regards,

Liviu

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-22 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-22  9:18 [Qemu-devel] Call for build instructions for FreeBSD and MacOSX Alex Bennée
2016-03-22 10:59 ` Peter Maydell
2016-03-22 11:37   ` Alex Bennée
2016-03-22 12:23     ` Peter Maydell
2016-03-22 12:50 ` Liviu Ionescu

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.