berkus / qemu-omap3

Automatically exported from code.google.com/p/qemu-omap3
0 stars 0 forks source link

make error #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --disable-gcc-ckeck
2. make
3.

What is the expected output? What do you see instead?
Should have worked

Got the error

rm -f gdbstub-xml.c
/bin/sh /home/bharath/Beagle/qemu-omap3/feature_to_c.sh gdbstub-xml.c
/home/bharath/Beagle/qemu-omap3/gdb-xml/cf-core.xml
/home/bharath/Beagle/qemu-omap3/gdb-xml/cf-fp.xml
gcc -I. -I.. -I/home/bharath/Beagle/qemu-omap3/target-m68k
-I/home/bharath/Beagle/qemu-omap3 -MMD -MT gdbstub-xml.o -MP -DNEED_CPU_H
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/bharath/Beagle/qemu-omap3/tcg
-I/home/bharath/Beagle/qemu-omap3/tcg/x86_64
-I/home/bharath/Beagle/qemu-omap3/fpu 
-I/home/bharath/Beagle/qemu-omap3/slirp -O2 -g -fno-strict-aliasing -Wall
-Wundef -Wendif-labels -Wwrite-strings  -m64 -c -o gdbstub-xml.o gdbstub-xml.c
gcc -I. -I.. -I/home/bharath/Beagle/qemu-omap3/target-m68k
-I/home/bharath/Beagle/qemu-omap3 -MMD -MT exec.o -MP -DNEED_CPU_H
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/bharath/Beagle/qemu-omap3/tcg
-I/home/bharath/Beagle/qemu-omap3/tcg/x86_64
-I/home/bharath/Beagle/qemu-omap3/fpu 
-I/home/bharath/Beagle/qemu-omap3/slirp -O2 -g -fno-strict-aliasing -Wall
-Wundef -Wendif-labels -Wwrite-strings  -m64 -c -o exec.o
/home/bharath/Beagle/qemu-omap3/exec.c
/home/bharath/Beagle/qemu-omap3/exec.c: In function 'unassigned_mem_readb':
/home/bharath/Beagle/qemu-omap3/exec.c:2344: error: 'CPUM68KState' has no
member named 'regs'
/home/bharath/Beagle/qemu-omap3/exec.c: In function 'unassigned_mem_readw':
/home/bharath/Beagle/qemu-omap3/exec.c:2357: error: 'CPUM68KState' has no
member named 'regs'
/home/bharath/Beagle/qemu-omap3/exec.c: In function 'unassigned_mem_readl':
/home/bharath/Beagle/qemu-omap3/exec.c:2370: error: 'CPUM68KState' has no
member named 'regs'
/home/bharath/Beagle/qemu-omap3/exec.c: In function 'unassigned_mem_writeb':
/home/bharath/Beagle/qemu-omap3/exec.c:2383: error: 'CPUM68KState' has no
member named 'regs'
/home/bharath/Beagle/qemu-omap3/exec.c: In function 'unassigned_mem_writew':
/home/bharath/Beagle/qemu-omap3/exec.c:2396: error: 'CPUM68KState' has no
member named 'regs'
/home/bharath/Beagle/qemu-omap3/exec.c: In function 'unassigned_mem_writel':
/home/bharath/Beagle/qemu-omap3/exec.c:2408: error: 'CPUM68KState' has no
member named 'regs'
make[1]: *** [exec.o] Error 1
make[1]: Leaving directory `/home/bharath/Beagle/qemu-omap3/m68k-softmmu'
make: *** [subdir-m68k-softmmu] Error 2

What version of the product are you using? On what operating system?
gcc 4.3.3

Please provide any additional information below.

Original issue reported on code.google.com by lord....@gmail.com on 5 Mar 2010 at 7:15

GoogleCodeExporter commented 9 years ago
 run apt-get install gcc-3.4

then try again

Original comment by greatma...@gmail.com on 22 Aug 2010 at 8:03