All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] hw/core/loader-fit.c:105:41: error: expected expression
@ 2017-07-25 22:55 Programmingkid
  2017-07-26  4:13 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 9+ messages in thread
From: Programmingkid @ 2017-07-25 22:55 UTC (permalink / raw)
  To: qemu-devel@nongnu.org qemu-devel; +Cc: Aurelien Jarno, Yongbok Kim, James Hogan

While compiling the mips64el-softmmu target I encountered these errors:

  CC      hw/display/g364fb.o
hw/core/loader-fit.c:105:41: error: expected expression
        *addr = fdt32_to_cpu(*(fdt32_t *)prop);
                                        ^
hw/core/loader-fit.c:105:32: error: use of undeclared identifier 'fdt32_t'
        *addr = fdt32_to_cpu(*(fdt32_t *)prop);
                               ^
hw/core/loader-fit.c:108:41: error: expected expression
        *addr = fdt64_to_cpu(*(fdt64_t *)prop);
                                        ^
hw/core/loader-fit.c:108:32: error: use of undeclared identifier 'fdt64_t'
        *addr = fdt64_to_cpu(*(fdt64_t *)prop);
                               ^
hw/core/loader-fit.c:278:19: warning: implicit declaration of function
      'fdt_first_subnode' is invalid in C99 [-Wimplicit-function-declaration]
            off = fdt_first_subnode(itb, configs);
                  ^
hw/core/loader-fit.c:286:23: warning: implicit declaration of function
      'fdt_next_subnode' is invalid in C99 [-Wimplicit-function-declaration]
                off = fdt_next_subnode(itb, off);
                      ^
2 warnings and 4 errors generated.
make: *** [hw/core/loader-fit.o] Error 1
make: *** Waiting for unfinished jobs….



Steps to reproduce the error:
./configure --target-list=mips64el-softmmu && make

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

end of thread, other threads:[~2017-07-26 21:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25 22:55 [Qemu-devel] hw/core/loader-fit.c:105:41: error: expected expression Programmingkid
2017-07-26  4:13 ` Philippe Mathieu-Daudé
2017-07-26  5:15   ` Programmingkid
2017-07-26 10:24     ` Peter Maydell
2017-07-26 16:46       ` Programmingkid
2017-07-26 21:02         ` Philippe Mathieu-Daudé
2017-07-26 21:03         ` Philippe Mathieu-Daudé
2017-07-26 10:45   ` Yongbok Kim
2017-07-26 17:24     ` Programmingkid

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.