This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

bfin gdb simulator


Hi,

when trying to use latest gdb or 7.10.1 to 
build bfin simulator, I get:
cc -DHAVE_CONFIG_H   -DWITH_DEFAULT_MODEL='"bf537"'  -DPROFILE=1
-DWITH_PROFILE=-1   -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT
-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN
-DWITH_ENVIRONMENT=ALL_ENVIRONMENT  -DWITH_HW=1
-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN        -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign
-Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts -Wmissing-prototypes
-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type
-Wold-style-declaration -Wold-style-definition -Wformat-nonliteral
-I. -I. -I../common -I./../common -I../../include -I./../../include
-I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes  -fPIC
-c -o sim-stop.o -MT sim-stop.o -MMD -MP -MF .deps/sim-stop.Tpo
./../common/sim-stop.c
./../common/sim-model.c: In function âmodel_setâ:
./../common/sim-model.c:108:3: warning: implicit declaration of
function âCPU_MACHâ [-Wimplicit-function-declaration]
./../common/sim-model.c:108:18: error: lvalue required as left
operand of assignment
./../common/sim-model.c:109:3: warning: implicit declaration of
function âCPU_MODELâ [-Wimplicit-function-declaration]
./../common/sim-model.c:109:19: error: lvalue required as left
operand of assignment
./../common/sim-model.c: In function âsim_model_initâ:
./../common/sim-model.c:215:5: error: invalid type argument of â->â
(have âintâ)
./../common/sim-model.c:218:6: error: invalid type argument of â->â
(have âintâ)
./../common/sim-model.c:239:48: error: invalid type argument of â->â
(have âintâ)
make[9]: *** [sim-model.o] Error 1
make[9]: *** Waiting for unfinished jobs....

gdb 7.9.1 works fine. I have not git bisect it. May be someone have
already an idea what has breaking it?

best regards
 Waldemar


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