qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] edit qemu with eclipse
@ 2014-01-15 22:17 Herbei Dacian
  2014-01-16  6:39 ` Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: Herbei Dacian @ 2014-01-15 22:17 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

Hi,
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.
Any suggestions?
best regards,
dacian

[-- Attachment #2: Type: text/html, Size: 384 bytes --]

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

* Re: [Qemu-devel] edit qemu with eclipse
  2014-01-15 22:17 [Qemu-devel] edit qemu with eclipse Herbei Dacian
@ 2014-01-16  6:39 ` Stefan Hajnoczi
  2014-01-16  7:33   ` Herbei Dacian
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2014-01-16  6:39 UTC (permalink / raw)
  To: Herbei Dacian; +Cc: qemu-devel@nongnu.org

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

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

* Re: [Qemu-devel] edit qemu with eclipse
  2014-01-16  6:39 ` Stefan Hajnoczi
@ 2014-01-16  7:33   ` Herbei Dacian
  0 siblings, 0 replies; 3+ messages in thread
From: Herbei Dacian @ 2014-01-16  7:33 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]

thank you Stefan!






On Thursday, 16 January 2014, 7:39, Stefan Hajnoczi <stefanha@gmail.com> wrote:
 
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

[-- Attachment #2: Type: text/html, Size: 2054 bytes --]

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

end of thread, other threads:[~2014-01-16  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 22:17 [Qemu-devel] edit qemu with eclipse Herbei Dacian
2014-01-16  6:39 ` Stefan Hajnoczi
2014-01-16  7:33   ` Herbei Dacian

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).