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]
Other format: [Raw text]

build/1867: Cannot build for target h8300-hms on FreeBSD 4.10-Release


>Number:         1867
>Category:       build
>Synopsis:       Cannot build for target h8300-hms on FreeBSD 4.10-Release
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 13 11:08:01 UTC 2005
>Closed-Date:
>Last-Modified:
>Originator:     mitsuyasu@beatum.jp
>Release:        GDB 6.3
>Organization:
>Environment:
FreeBSD 4.10-Release
>Description:
I tried to compile GDB 6.3 for h8300-hms. But cannot.
The error is below.

gcc -c -O2     -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHA
VE_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 -Wcom
ment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat
-nonliteral  h8300-tdep.c
h8300-tdep.c: In function `h8300_examine_prologue':
h8300-tdep.c:468: warning: implicit declaration of function `get_frame_extra_inf
o'
h8300-tdep.c:468: invalid type argument of `->'
h8300-tdep.c: In function `h8300_frame_init_saved_regs':
h8300-tdep.c:489: warning: implicit declaration of function `deprecated_get_fram
e_saved_regs'
h8300-tdep.c:491: warning: implicit declaration of function `frame_saved_regs_za
lloc'
h8300-tdep.c:503: warning: passing arg 4 of `h8300_examine_prologue' makes point
er from integer without a cast
h8300-tdep.c: In function `h8300_frame_chain':
h8300-tdep.c:524: invalid type argument of `->'
h8300-tdep.c:525: warning: implicit declaration of function `deprecated_read_reg
ister_dummy'
h8300-tdep.c:530: subscripted value is neither array nor pointer
h8300-tdep.c:531: warning: control reaches end of non-void function
h8300-tdep.c: In function `h8300_frame_saved_pc':
h8300-tdep.c:546: invalid type argument of `->'
h8300-tdep.c:547: warning: control reaches end of non-void function
h8300-tdep.c: In function `h8300_init_extra_frame_info':
h8300-tdep.c:554: warning: implicit declaration of function `frame_extra_info_za
lloc'
h8300-tdep.c:555: invalid type argument of `->'
h8300-tdep.c: In function `h8300_pop_frame':
h8300-tdep.c:740: warning: implicit declaration of function `deprecated_pop_dumm
y_frame'
h8300-tdep.c:748: subscripted value is neither array nor pointer
h8300-tdep.c:751: subscripted value is neither array nor pointer
h8300-tdep.c:752: subscripted value is neither array nor pointer
h8300-tdep.c:757: invalid type argument of `->'
h8300-tdep.c: In function `h8300_gdbarch_init':
h8300-tdep.c:1287: warning: implicit declaration of function `set_gdbarch_deprec
ated_init_frame_pc'
h8300-tdep.c:1287: `deprecated_init_frame_pc_default' undeclared (first use in t
his function)
h8300-tdep.c:1287: (Each undeclared identifier is reported only once
h8300-tdep.c:1287: for each function it appears in.)
h8300-tdep.c:1305: warning: implicit declaration of function `set_gdbarch_deprec
ated_frame_init_saved_regs'
h8300-tdep.c:1307: warning: implicit declaration of function `set_gdbarch_deprec
ated_init_extra_frame_info'
h8300-tdep.c:1309: warning: implicit declaration of function `set_gdbarch_deprec
ated_frame_chain'
h8300-tdep.c:1312: warning: implicit declaration of function `set_gdbarch_deprec
ated_frame_saved_pc'
h8300-tdep.c:1313: warning: implicit declaration of function `set_gdbarch_deprec
ated_pop_frame'
gmake[1]: *** [h8300-tdep.o] Error 1
gmake[1]: Leaving directory `/home/mitsuyasu/build/gdb-6.3/gdb'
gmake: *** [all-gdb] Error 2
>How-To-Repeat:
Comfigure with '--target=h8300-hms' and make.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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