Re: [Qemu-devel] Asking about IDE to develop Qemu

2006-06-23 Thread Tieu Ma Dau
Hi all,I made a new project using Eclipse (and CDT) on Windows based on Qemu 0.8.1 source code. But I had the problem "config-host.h: no such file or directory" in vl.h:#ifdef QEMU_TOOL/* we use QEMU_TOOL in the command line tools which do not depend on    the target CPU type */ #includ

Re: [Qemu-devel] Asking about IDE to develop Qemu

2006-06-22 Thread Christian MICHON
On 6/22/06, Tieu Ma Dau <[EMAIL PROTECTED]> wrote: Hi all, I'm working a project which develops Qemu running on MinGW/MSys but I don't know which IDE I should use to develop, to test, to debug Qemu source code: http://www.eclipse.org: generic IDE in java http://www.eclipse.org/cdt: what will ma

Re: [Qemu-devel] Asking about IDE to develop Qemu

2006-06-22 Thread Paul Brook
> 2. OR: I should develop Qemu on Linux and use KDevelop IDE. > And I can do all with KDevelop: develop, test, debug Qemu. And if I want > Qemu running on MinGW/MSys, I must transfer the souce code, which were > already developped with KDevelop, to Windows installed MinGW/MSys and > recompile

[Qemu-devel] Asking about IDE to develop Qemu

2006-06-22 Thread Tieu Ma Dau
Hi all, I'm working a project which develops Qemu running on MinGW/MSys but I don't know which IDE I should use to develop, to test, to debug Qemu source code: 1. I should use VC++ on Windows: in this case, I must configure VC++ to use mingw-gcc (in place of  the default compiler of VC++. In m