qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] A problem about qemu compiling .
@ 2010-12-13  1:12 D Prince
  2010-12-13  1:48 ` Mulyadi Santosa
  0 siblings, 1 reply; 5+ messages in thread
From: D Prince @ 2010-12-13  1:12 UTC (permalink / raw)
  To: qemu-devel

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

Hi,
I am a college student.When I am trying to compile qemu 0.9.1 under
MingW(gcc 3.4.5).For some reason,I have to use this particular version.But
an error keep showing up.

   $ make
   make: *** No rule to make target `irq.o', needed by `libqemu_common.a'.
Stop.

Can you tell how to fix it?Anything useful will be highly appreciated!
thanks,
Terry

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

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

* Re: [Qemu-devel] A problem about qemu compiling .
  2010-12-13  1:12 [Qemu-devel] A problem about qemu compiling D Prince
@ 2010-12-13  1:48 ` Mulyadi Santosa
       [not found]   ` <AANLkTik0xxW6HRAjKpRuchyva9Evmv5LkwxVj5p4qNKS@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Mulyadi Santosa @ 2010-12-13  1:48 UTC (permalink / raw)
  To: D Prince; +Cc: qemu-devel

On Mon, Dec 13, 2010 at 08:12, D Prince <prince.drag@gmail.com> wrote:
> Hi,
> I am a college student.When I am trying to compile qemu 0.9.1 under
> MingW(gcc 3.4.5).For some reason,I have to use this particular version.But
> an error keep showing up.
>
>    $ make
>    make: *** No rule to make target `irq.o', needed by `libqemu_common.a'.
> Stop.

Could you tell us how did you invoke "./configure" before hand?

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

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

* Re: [Qemu-devel] A problem about qemu compiling .
       [not found]   ` <AANLkTik0xxW6HRAjKpRuchyva9Evmv5LkwxVj5p4qNKS@mail.gmail.com>
@ 2010-12-13  6:37     ` Mulyadi Santosa
       [not found]       ` <AANLkTikappx8zTL08HcCXL2hERy_yWCPxmK-fwwQop4L@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Mulyadi Santosa @ 2010-12-13  6:37 UTC (permalink / raw)
  To: D Prince; +Cc: qemu-devel

Hi...

On Mon, Dec 13, 2010 at 09:32, D Prince <prince.drag@gmail.com> wrote:
> I invoked
> $ ./configure --target-list=i386-softmmu --static --enable-adlib
>

Here, I am using Centos 5.5 and gcc 4.1.2, I tried the same way on
qemu 0.13.0 and it works. The difference is just I invoke it this way:

./configure --target-list=i386-softmmu --static --audio-card-list=adlib


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

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

* Re: [Qemu-devel] A problem about qemu compiling .
       [not found]       ` <AANLkTikappx8zTL08HcCXL2hERy_yWCPxmK-fwwQop4L@mail.gmail.com>
@ 2010-12-22 13:24         ` Mulyadi Santosa
       [not found]           ` <AANLkTikYZgBMbJgs9x2kfhfwbiBLKZatjYJkHeTj-NFP@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Mulyadi Santosa @ 2010-12-22 13:24 UTC (permalink / raw)
  To: D Prince; +Cc: qemu-devel

On Wed, Dec 22, 2010 at 20:02, D Prince <prince.drag@gmail.com> wrote:
>
>
> 2010/12/13 Mulyadi Santosa <mulyadi.santosa@gmail.com>
>>
>> ./configure --target-list=i386-softmmu --static --audio-card-list=adlib
>>
>>
>> --
>> regards,
>>
>> Mulyadi Santosa
>
> It's working alright now.Thank you very much for your response!
>                                      --Terry
>
>

Congrats :) So, you adopted my idea, or did you come up with other
solution? I'd love to read your solution...



-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

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

* Re: Re: [Qemu-devel] A problem about qemu compiling .
       [not found]               ` <AANLkTikZrj=ELRx0VOofofiMuNnGdektaU9G4heOZuM7@mail.gmail.com>
@ 2010-12-25 12:56                 ` Mulyadi Santosa
  0 siblings, 0 replies; 5+ messages in thread
From: Mulyadi Santosa @ 2010-12-25 12:56 UTC (permalink / raw)
  To: D Prince; +Cc: qemu-devel

Hi...:)

On Sat, Dec 25, 2010 at 17:24, D Prince <prince.drag@gmail.com> wrote:
> It's 0.10.5.

I suggest to update to recent 0.12.x or 0.13.x....  many improvements
and bugfixes had been committed...

> SSL...It's inspiring,maybe I miss some libs.Many thanks for your help!
>

No problem..let us know the progress


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

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

end of thread, other threads:[~2010-12-25 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-13  1:12 [Qemu-devel] A problem about qemu compiling D Prince
2010-12-13  1:48 ` Mulyadi Santosa
     [not found]   ` <AANLkTik0xxW6HRAjKpRuchyva9Evmv5LkwxVj5p4qNKS@mail.gmail.com>
2010-12-13  6:37     ` Mulyadi Santosa
     [not found]       ` <AANLkTikappx8zTL08HcCXL2hERy_yWCPxmK-fwwQop4L@mail.gmail.com>
2010-12-22 13:24         ` Mulyadi Santosa
     [not found]           ` <AANLkTikYZgBMbJgs9x2kfhfwbiBLKZatjYJkHeTj-NFP@mail.gmail.com>
     [not found]             ` <AANLkTi=-d-b1vMyeTmYJ0tGCObrx+ekPotpTLUj3kR7D@mail.gmail.com>
     [not found]               ` <AANLkTikZrj=ELRx0VOofofiMuNnGdektaU9G4heOZuM7@mail.gmail.com>
2010-12-25 12:56                 ` Mulyadi Santosa

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