This is the mail archive of the gdb@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]

Re: ia64 target?


>>>>> "Kevin" == Kevin Buettner <kevinb@cygnus.com> writes:
>> > Ummm, I wouldn't have sent a message if the ia64-linux target wasn't
>> > failing on my nightly builds (i386-netbsd1.3 host).
>> 
>> Puzzled expression :-)
>> 
>> Just put it back to broken for now and then Kevin and/or I will figure
>> out what happened.

Kevin> I was able to reproduce J.T.'s problem on NetBSD 1.4 and have
Kevin> fixed it.  See
Kevin> http://sources.redhat.com/ml/gdb-patches/2001-03/msg00341.html
Kevin> for the details.  (I would appreciate it though if J.T. would
Kevin> retest on his NetBSD 1.3 box.)

It's closer.

    gcc -c -g -O2    -I. -I../../gdb -I../../gdb/config -DHAVE_CONFIG_H -I../../gdb/../include/opcode -I../../gdb/../readline/.. -I../bfd -I../../gdb/../bfd  -I../../gdb/../include -I../intl -I../../gdb/../intl  -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith  ../../gdb/solib-legacy.c
    In file included from ../../gdb/solib-legacy.c:28:
    /usr/include/link.h:85: field `nlist' has incomplete type

It appears that 1.3 requires nlist.h to be included before link.h.

        --jtc

-- 
J.T. Conklin
RedBack Networks


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