Re: [Qemu-devel] aarch64-linux-user compilation error

2016-12-12 Thread Alex Bennée
Pranith Kumar writes: > Hi Alex, > > On Mon, Dec 12, 2016 at 6:39 AM, Alex Bennée wrote: >> >> Sounds like it. How did you ensure you had your QEMU build dependencies >> installed on your system? >> > > I did: > > $ sudo apt-get build-dep qemu > > to get all the build dependencies. I must have

Re: [Qemu-devel] aarch64-linux-user compilation error

2016-12-12 Thread Pranith Kumar
Hi Alex, On Mon, Dec 12, 2016 at 6:39 AM, Alex Bennée wrote: > > Sounds like it. How did you ensure you had your QEMU build dependencies > installed on your system? > I did: $ sudo apt-get build-dep qemu to get all the build dependencies. I must have recently installed oss4-dev through some ot

Re: [Qemu-devel] aarch64-linux-user compilation error

2016-12-12 Thread Alex Bennée
Pranith Kumar writes: > On Sun, Dec 11, 2016 at 5:59 PM, Peter Maydell > wrote: >> >>> Error: >>> /home/pranith/devops/code/qemu/linux-user/ioctls.h:224:9: error: >>> ‘SNDCTL_DSP_MAPINBUF’ undeclared here (not in a function) >>>IOCTL(SNDCTL_DSP_MAPINBUF, IOC_R, MK_PTR(MK_STRUCT(STRUCT_buf

Re: [Qemu-devel] aarch64-linux-user compilation error

2016-12-11 Thread Pranith Kumar
On Sun, Dec 11, 2016 at 5:59 PM, Peter Maydell wrote: > >> Error: >> /home/pranith/devops/code/qemu/linux-user/ioctls.h:224:9: error: >> ‘SNDCTL_DSP_MAPINBUF’ undeclared here (not in a function) >>IOCTL(SNDCTL_DSP_MAPINBUF, IOC_R, MK_PTR(MK_STRUCT(STRUCT_buffmem_desc))) >> ^ > > SNDC

Re: [Qemu-devel] aarch64-linux-user compilation error

2016-12-11 Thread Peter Maydell
On 11 December 2016 at 19:09, Pranith Kumar wrote: > I am getting a strange compilation error lately for aarch64-linux-user. I > think it is somehow related to TYPE_PTRVOID handling but my investigation has > not led to anything concrete. I think this is a compiler error since the build > passes o

Re: [Qemu-devel] aarch64-linux-user compilation error

2016-12-11 Thread Pranith Kumar
On Sun, Dec 11, 2016 at 2:09 PM, Pranith Kumar wrote: > Hi, > > I am getting a strange compilation error lately for aarch64-linux-user. I > think it is somehow related to TYPE_PTRVOID handling but my investigation has > not led to anything concrete. I think this is a compiler error since the build

[Qemu-devel] aarch64-linux-user compilation error

2016-12-11 Thread Pranith Kumar
Hi, I am getting a strange compilation error lately for aarch64-linux-user. I think it is somehow related to TYPE_PTRVOID handling but my investigation has not led to anything concrete. I think this is a compiler error since the build passes on an other system with gcc-6. Info: ubuntu 16.04 x86_6