From: Stefan Hajnoczi <stefanha@gmail.com>
To: Herbei Dacian <dacian_herbei@yahoo.fr>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] edit qemu with eclipse
Date: Thu, 16 Jan 2014 14:39:21 +0800 [thread overview]
Message-ID: <20140116063921.GC14680@stefanha-thinkpad> (raw)
In-Reply-To: <1389824272.75645.YahooMailNeo@web173205.mail.ir2.yahoo.com>
On Wed, Jan 15, 2014 at 10:17:52PM +0000, Herbei Dacian wrote:
> Is there any way to edit qemu sources as eclipse projects?
> I could also edit in another IDE but I'm familiar only with eclipse.
I'm sure it's possible but most developers use the shell (bash, zsh,
etc) and text editor (vim, emacs, etc) of their choice instead.
I don't use Eclipse but in general:
1. Run "cd qemu && ./configure" from a shell to prepare for building
QEMU
2. Import the QEMU source tree into Eclipse so the .c and .h files are
in your project. Now you can browse/edit the code.
3. Configure the project build settings to invoke make. Don't try to
use the IDE's build support because QEMU has a custom build system
and it probably won't work.
You may also be able to set up git integration in the IDE but I don't
know how that works.
Stefan
next prev parent reply other threads:[~2014-01-16 6:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-15 22:17 [Qemu-devel] edit qemu with eclipse Herbei Dacian
2014-01-16 6:39 ` Stefan Hajnoczi [this message]
2014-01-16 7:33 ` Herbei Dacian
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=20140116063921.GC14680@stefanha-thinkpad \
--to=stefanha@gmail.com \
--cc=dacian_herbei@yahoo.fr \
--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 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).