This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gdb/194: Failure to build



>Number:         194
>Category:       gdb
>Synopsis:       Failure to build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 15 10:38:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     CLN
>Release:        GDB-5.0
>Organization:
>Environment:
Cygwin
>Description:
GDB fails to compile with the following error.  While trying to build a cross compiler for powerpc with the target set as powerpc-unknown-elf

'./../../Source/gdb-5.0/sim/ppc/ppc-instructions:56: missing position field at `do { \
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="failure.txt"
Content-Disposition: inline; filename="failure.txt"

./igen   -E  -F 32,f,o -CSRI 1024 -N 5  \
        -o ../../../Source/gdb-5.0/sim/ppc/dc-complex \
        -k ../../../Source/gdb-5.0/sim/ppc/ppc-cache-rules \
        -i ../../../Source/gdb-5.0/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 ../../../Source/gdb-5.0/sim/ppc/dc-complex
        -k ../../../Source/gdb-5.0/sim/ppc/ppc-cache-rules
        -i ../../../Source/gdb-5.0/sim/ppc/ppc-instructions
'./../../Source/gdb-5.0/sim/ppc/ppc-instructions:56: missing position field at `do { \
make[2]: *** [tmp-igen] Error 1
make[2]: Leaving directory `/cygdrive/e/ppc/build/sim/ppc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/e/ppc/build/sim'
make: *** [all-sim] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]