bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error in ppc-linux-nat.c - cross-compiling gdb 61. for powerpc -linux


From: Ashish Goyal
Subject: error in ppc-linux-nat.c - cross-compiling gdb 61. for powerpc -linux
Date: Sun, 11 Apr 2004 11:01:30 -0500


Hi,
My compilations fails in ppc-linux-nat.c . I am cross compiling gdb6.1 with gcc-3.3.1 on redhat linux 9.0.  Here are the commands I run.
./configure --host=powerpc-linux --target=powerpc-linux --without-sim
 
make
 
  Must remake target `ppc-linux-nat.o'.
gcc -c -g -O2    -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  ppc-linux-nat.c
Putting child 0x08132218 (ppc-linux-nat.o) PID 28728 on the chain.
Live child 0x08132218 (ppc-linux-nat.o) PID 28728
ppc-linux-nat.c: In function `ppc_register_u_addr':
ppc-linux-nat.c:136: `PT_R0' undeclared (first use in this function)
ppc-linux-nat.c:136: (Each undeclared identifier is reported only once
ppc-linux-nat.c:136: for each function it appears in.)
ppc-linux-nat.c:142: `PT_FPR0' undeclared (first use in this function)
ppc-linux-nat.c:146: `PT_NIP' undeclared (first use in this function)
ppc-linux-nat.c:148: `PT_LNK' undeclared (first use in this function)
ppc-linux-nat.c:150: `PT_CCR' undeclared (first use in this function)
ppc-linux-nat.c:152: `PT_XER' undeclared (first use in this function)
ppc-linux-nat.c:154: `PT_CTR' undeclared (first use in this function)
ppc-linux-nat.c:160: `PT_MSR' undeclared (first use in this function)
ppc-linux-nat.c:162: `PT_FPSCR' undeclared (first use in this function)
ppc-linux-nat.c: In function `fill_gregset':
ppc-linux-nat.c:529: `PT_R0' undeclared (first use in this function)
ppc-linux-nat.c:533: `PT_NIP' undeclared (first use in this function)
ppc-linux-nat.c:535: `PT_LNK' undeclared (first use in this function)
ppc-linux-nat.c:537: `PT_CCR' undeclared (first use in this function)
ppc-linux-nat.c:539: `PT_XER' undeclared (first use in this function)
ppc-linux-nat.c:541: `PT_CTR' undeclared (first use in this function)
ppc-linux-nat.c:548: `PT_MSR' undeclared (first use in this function)
ppc-linux-nat.c: In function `fill_fpregset':
ppc-linux-nat.c:570: invalid operands to binary +
ppc-linux-nat.c:573: invalid operands to binary +
/usr/include/sys/stat.h: At top level:

ppc-linux-nat.c:169: warning: `ppc_ptrace_cannot_fetch_store_register' defined but not used
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x08132218 PID 28728
make[1]: *** [ppc-linux-nat.o] Error 1
 
Thanks,
Ashish

reply via email to

[Prev in Thread] Current Thread [Next in Thread]