All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] build regression
@ 2009-09-22 12:34 Edgar E. Iglesias
  2009-09-22 17:53 ` Blue Swirl
  0 siblings, 1 reply; 3+ messages in thread
From: Edgar E. Iglesias @ 2009-09-22 12:34 UTC (permalink / raw)
  To: qemu-devel

Hello,

I see this with current trees, seems to be related to the recent loader
changes...

Cheers


% make
  CC    microblaze-softmmu/device_tree.o
cc1: warnings being treated as errors
/home/edgar/src/c/qemu/git/qemu/device_tree.c: In function 'load_device_tree':
/home/edgar/src/c/qemu/git/qemu/device_tree.c:36: error: implicit declaration of function 'get_image_size'
/home/edgar/src/c/qemu/git/qemu/device_tree.c:48: error: implicit declaration of function 'load_image'
make[1]: *** [device_tree.o] Error 1
make: *** [subdir-microblaze-softmmu] Error 2

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

* Re: [Qemu-devel] build regression
  2009-09-22 12:34 [Qemu-devel] build regression Edgar E. Iglesias
@ 2009-09-22 17:53 ` Blue Swirl
  2009-09-23  5:39   ` Edgar E. Iglesias
  0 siblings, 1 reply; 3+ messages in thread
From: Blue Swirl @ 2009-09-22 17:53 UTC (permalink / raw)
  To: Edgar E. Iglesias; +Cc: qemu-devel

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

On Tue, Sep 22, 2009 at 3:34 PM, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
> Hello,
>
> I see this with current trees, seems to be related to the recent loader
> changes...
>
> Cheers
>
>
> % make
>  CC    microblaze-softmmu/device_tree.o
> cc1: warnings being treated as errors
> /home/edgar/src/c/qemu/git/qemu/device_tree.c: In function 'load_device_tree':
> /home/edgar/src/c/qemu/git/qemu/device_tree.c:36: error: implicit declaration of function 'get_image_size'
> /home/edgar/src/c/qemu/git/qemu/device_tree.c:48: error: implicit declaration of function 'load_image'
> make[1]: *** [device_tree.o] Error 1
> make: *** [subdir-microblaze-softmmu] Error 2

Sorry, I don't have libfdt. Does this patch fix the problem?

[-- Attachment #2: 0001-Fix-device-tree-compile-broken-by-ca20cf32ab3d945155.patch --]
[-- Type: application/mbox, Size: 636 bytes --]

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

* Re: [Qemu-devel] build regression
  2009-09-22 17:53 ` Blue Swirl
@ 2009-09-23  5:39   ` Edgar E. Iglesias
  0 siblings, 0 replies; 3+ messages in thread
From: Edgar E. Iglesias @ 2009-09-23  5:39 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel

On Tue, Sep 22, 2009 at 08:53:13PM +0300, Blue Swirl wrote:
> On Tue, Sep 22, 2009 at 3:34 PM, Edgar E. Iglesias
> <edgar.iglesias@gmail.com> wrote:
> > Hello,
> >
> > I see this with current trees, seems to be related to the recent loader
> > changes...
> >
> > Cheers
> >
> >
> > % make
> >  CC    microblaze-softmmu/device_tree.o
> > cc1: warnings being treated as errors
> > /home/edgar/src/c/qemu/git/qemu/device_tree.c: In function 'load_device_tree':
> > /home/edgar/src/c/qemu/git/qemu/device_tree.c:36: error: implicit declaration of function 'get_image_size'
> > /home/edgar/src/c/qemu/git/qemu/device_tree.c:48: error: implicit declaration of function 'load_image'
> > make[1]: *** [device_tree.o] Error 1
> > make: *** [subdir-microblaze-softmmu] Error 2
> 
> Sorry, I don't have libfdt. Does this patch fix the problem?

Yes, Thanks!

Best regards

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

end of thread, other threads:[~2009-09-23  5:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 12:34 [Qemu-devel] build regression Edgar E. Iglesias
2009-09-22 17:53 ` Blue Swirl
2009-09-23  5:39   ` Edgar E. Iglesias

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.