qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1885247] [NEW] Build error in Intel 32-bit hosts
@ 2020-06-26  7:04 Aleksandar Markovic
  2020-06-26  7:37 ` Aleksandar Markovic
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Aleksandar Markovic @ 2020-06-26  7:04 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The code base is on master, checked out on Thursday June25th 2020,
0250c595c9d. The build procedure:

$ mkdir build-gcc
$ cd build-gcc
$ ../configure
$ make

The build error message is:

  CC      x86_64-softmmu/hw/hyperv/hyperv.o
  CC      x86_64-softmmu/hw/hyperv/hyperv_testdev.o
  CC      x86_64-softmmu/hw/hyperv/vmbus.o
/home/rtrk/Build/qemu-master/hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’:
/home/rtrk/Build/qemu-master/hw/hyperv/vmbus.c:386:13: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
         p = (void *)(((uintptr_t)iter->map & TARGET_PAGE_MASK) | off_in_page);
             ^
cc1: all warnings being treated as errors
make[1]: *** [/home/rtrk/Build/qemu-master/rules.mak:69: hw/hyperv/vmbus.o] Error 1
make: *** [Makefile:527: x86_64-softmmu/all] Error 2

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1885247

Title:
  Build error in Intel 32-bit hosts

Status in QEMU:
  New

Bug description:
  The code base is on master, checked out on Thursday June25th 2020,
  0250c595c9d. The build procedure:

  $ mkdir build-gcc
  $ cd build-gcc
  $ ../configure
  $ make

  The build error message is:

    CC      x86_64-softmmu/hw/hyperv/hyperv.o
    CC      x86_64-softmmu/hw/hyperv/hyperv_testdev.o
    CC      x86_64-softmmu/hw/hyperv/vmbus.o
  /home/rtrk/Build/qemu-master/hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’:
  /home/rtrk/Build/qemu-master/hw/hyperv/vmbus.c:386:13: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
           p = (void *)(((uintptr_t)iter->map & TARGET_PAGE_MASK) | off_in_page);
               ^
  cc1: all warnings being treated as errors
  make[1]: *** [/home/rtrk/Build/qemu-master/rules.mak:69: hw/hyperv/vmbus.o] Error 1
  make: *** [Makefile:527: x86_64-softmmu/all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1885247/+subscriptions


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

end of thread, other threads:[~2021-05-07  3:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26  7:04 [Bug 1885247] [NEW] Build error in Intel 32-bit hosts Aleksandar Markovic
2020-06-26  7:37 ` Aleksandar Markovic
2020-06-26  7:37   ` Aleksandar Markovic
2020-06-26  9:13   ` Philippe Mathieu-Daudé
2020-06-26  9:13     ` Philippe Mathieu-Daudé
2020-06-26  9:20     ` Thomas Huth
2020-06-26  9:27       ` Philippe Mathieu-Daudé
2020-06-26  9:27         ` Philippe Mathieu-Daudé
2020-06-26 10:54         ` Jon Doron
2020-06-26 11:20           ` Aleksandar Markovic
2020-06-26 11:20             ` Aleksandar Markovic
2020-06-26  9:10 ` [Bug 1885247] " Peter Maydell
2021-05-07  3:06 ` Thomas Huth

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