public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* cvs compile problem
@ 2004-10-06  8:35 Fabian Cenedese
  2004-10-06 13:21 ` Monika Chaddha
  0 siblings, 1 reply; 3+ messages in thread
From: Fabian Cenedese @ 2004-10-06  8:35 UTC (permalink / raw)
  To: gdb

Hi

I tried to compile gdb from cvs and got an error I can't solve
(--host=i686-pc-cygwin --target=powerpc-eabi):

gcc -g -O -I. -I../../../gdb-cvs/sim/ppc -I../../../gdb-cvs/sim/ppc/../../includ
e -I../../bfd -I../../../gdb-cvs/sim/ppc/../../bfd -I../../gdb -I../../../gdb-cv
s/sim/ppc/../../gdb  -I../../../gdb-cvs/sim/ppc/../../gdb/config   -o tmp-filter
 -DMAIN ../../../gdb-cvs/sim/ppc/filter.c misc.o
./igen   -E  -F 32,f,o -CSRI 1024 -N 5  \
        -o ../../../gdb-cvs/sim/ppc/dc-complex \
        -I ../../../gdb-cvs/sim/ppc -i ../../../gdb-cvs/sim/ppc/ppc-instructions
 \
        -n icache.h    -hc tmp-icache.h \
        -n icache.c    -c  tmp-icache.c \
        -n semantics.h -hs tmp-semantics.h \
        -n semantics.c -s  tmp-semantics.c \
        -n idecode.h   -hd tmp-idecode.h \
        -n idecode.c   -d  tmp-idecode.c \
        -n itable.h    -ht tmp-itable.h \
        -n itable.c    -t  tmp-itable.c \
        -n model.h     -hm tmp-model.h \
        -n model.c     -m  tmp-model.c \
        -n support.h   -hf tmp-support.h \
        -n support.c   -f  tmp-support.c
        -E
        -F 32,f,o
        -C
        -S
        -R
        -I 1024
        -N 5
        -o ../../../gdb-cvs/sim/ppc/dc-complex
        -I ../../../gdb-cvs/sim/ppc
        -i ../../../gdb-cvs/sim/ppc/ppc-instructions
../../../gdb-cvs/sim/ppc/ppc-instructions:103: missing position field at `do { \
'
make[2]: *** [tmp-igen] Error 1
make[2]: Leaving directory `/home/fabi/gcc_2_95_3___3/b-gdb/sim/ppc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fabi/gcc_2_95_3___3/b-gdb/sim'
make: *** [all-sim] Error 2

Thanks

bye  Fabi


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

* RE: cvs compile problem
  2004-10-06  8:35 cvs compile problem Fabian Cenedese
@ 2004-10-06 13:21 ` Monika Chaddha
  2004-10-06 14:21   ` Fabian Cenedese
  0 siblings, 1 reply; 3+ messages in thread
From: Monika Chaddha @ 2004-10-06 13:21 UTC (permalink / raw)
  To: 'Fabian Cenedese', gdb; +Cc: acmet

I have tried to build gdb6.2.1 for
--host=i686-pc-cygwin --target=powerpc-eabi

I have not gotten any problem.
I have not tried the current CVS version. The file 'ppc-instructions'
which is producing error is same in the both 6.2.1 and in the current
CVS version.

Regards
Monika

>-----Original Message-----
>From: gdb-owner@sources.redhat.com
[mailto:gdb-owner@sources.redhat.com] On
>Behalf Of Fabian Cenedese
>Sent: Wednesday, October 06, 2004 12:49 PM
>To: gdb@sources.redhat.com
>Subject: cvs compile problem
>
>Hi
>
>I tried to compile gdb from cvs and got an error I can't solve
>(--host=i686-pc-cygwin --target=powerpc-eabi):
>
>gcc -g -O -I. -I../../../gdb-cvs/sim/ppc -I../../../gdb-
>cvs/sim/ppc/../../includ
>e -I../../bfd -I../../../gdb-cvs/sim/ppc/../../bfd -I../../gdb -
>I../../../gdb-cv
>s/sim/ppc/../../gdb  -I../../../gdb-cvs/sim/ppc/../../gdb/config   -o
tmp-
>filter
> -DMAIN ../../../gdb-cvs/sim/ppc/filter.c misc.o
>./igen   -E  -F 32,f,o -CSRI 1024 -N 5  \
>        -o ../../../gdb-cvs/sim/ppc/dc-complex \
>        -I ../../../gdb-cvs/sim/ppc -i ../../../gdb-cvs/sim/ppc/ppc-
>instructions
> \
>        -n icache.h    -hc tmp-icache.h \
>        -n icache.c    -c  tmp-icache.c \
>        -n semantics.h -hs tmp-semantics.h \
>        -n semantics.c -s  tmp-semantics.c \
>        -n idecode.h   -hd tmp-idecode.h \
>        -n idecode.c   -d  tmp-idecode.c \
>        -n itable.h    -ht tmp-itable.h \
>        -n itable.c    -t  tmp-itable.c \
>        -n model.h     -hm tmp-model.h \
>        -n model.c     -m  tmp-model.c \
>        -n support.h   -hf tmp-support.h \
>        -n support.c   -f  tmp-support.c
>        -E
>        -F 32,f,o
>        -C
>        -S
>        -R
>        -I 1024
>        -N 5
>        -o ../../../gdb-cvs/sim/ppc/dc-complex
>        -I ../../../gdb-cvs/sim/ppc
>        -i ../../../gdb-cvs/sim/ppc/ppc-instructions
>../../../gdb-cvs/sim/ppc/ppc-instructions:103: missing position field
at
>`do { \
>'
>make[2]: *** [tmp-igen] Error 1
>make[2]: Leaving directory `/home/fabi/gcc_2_95_3___3/b-gdb/sim/ppc'
>make[1]: *** [all] Error 2
>make[1]: Leaving directory `/home/fabi/gcc_2_95_3___3/b-gdb/sim'
>make: *** [all-sim] Error 2
>
>Thanks
>
>bye  Fabi
>


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

* RE: cvs compile problem
  2004-10-06 13:21 ` Monika Chaddha
@ 2004-10-06 14:21   ` Fabian Cenedese
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Cenedese @ 2004-10-06 14:21 UTC (permalink / raw)
  To: gdb


>I have tried to build gdb6.2.1 for
>--host=i686-pc-cygwin --target=powerpc-eabi
>
>I have not gotten any problem.
>I have not tried the current CVS version. The file 'ppc-instructions'
>which is producing error is same in the both 6.2.1 and in the current
>CVS version.

Must have been some hiccup. After rm builddir and complete rebuild
it works now. The bad part is that even the cvs version has the error
as mentioned in
http://sources.redhat.com/ml/gdb/2004-10/msg00111.html

(gdb) bt
#0  CMyWorkerTask::Test (this=0x1815d4, str=@0x18d734)
    at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:456
#1  0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x18d734)
    at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469
#2  0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0xa)
    at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469
#3  0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x0)
    at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469
#4  0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x64646464)
    at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469
#5  0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x32414000)
    at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469
Previous frame inner to this frame (corrupt stack?)

Thanks

bye  Fabi


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

end of thread, other threads:[~2004-10-06 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-06  8:35 cvs compile problem Fabian Cenedese
2004-10-06 13:21 ` Monika Chaddha
2004-10-06 14:21   ` Fabian Cenedese

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 read-only IMAP folder(s) and NNTP newsgroup(s).