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]

Re: gdb with python support still get crash on showing uninitialized local variables


>>>>> ">" == asmwarrior  <asmwarrior@gmail.com> writes:

>> Dear GDB gurus, Today, I just do a git pull, then try to build the gdb
>> again. but I still failed under building gdb under windows/msys.

>> ../../gdb/libiberty/fibheap.c: In function 'fibheap_union':
>> ../../gdb/libiberty/fibheap.c:151: warning: implicit declaration of
>> function 'free'

It sounds like HAVE_STDLIB_H is not defined.
libiberty's config.log might show why.

Tom


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