On 18 September 2014 14:09, Max Gorley wrote:
> Here is the full output (starting with shell):
>
> root@MAX-HP:~/qemu-pi/qemu# make
> CCui/gtk.o
> ui/gtk.c: In function ‘gd_vc_vte_init’:
> ui/gtk.c:1460:7: error: ‘VirtualConsole’ has no member named ‘vte’
> vc->vte.chr = chr;
>^
Here is the full output (starting with shell):
root@MAX-HP:~/qemu-pi/qemu# make
CCui/gtk.o
ui/gtk.c: In function ‘gd_vc_vte_init’:
ui/gtk.c:1460:7: error: ‘VirtualConsole’ has no member named ‘vte’
vc->vte.chr = chr;
^
ui/gtk.c:1463:41: error: ‘VirtualConsole’ has no member named
> From: Max Gorley
>
> I am trying to compile a custom version of QEMU that allows
> emulation of the Raspberry Pi. When I run "make," I get this error
> message:
>
> cc1: all warnings being treated as errors
> make: *** [ui/gtk.o] Error 1
>
> The full error message is below:
>
> http://pasteb
Hi;
I am trying to compile a custom version of QEMU that allows emulation of the
Raspberry Pi. When I run "make," I get this error message:
cc1: all warnings being treated as errors
make: *** [ui/gtk.o] Error 1
The full error message is below:
http://pastebin.com/hid2Y08H
Max Gorley