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: warning in python-value.c


Tom Tromey wrote:
"Joel" == Joel Sherrill <joel.sherrill@oarcorp.com> writes:

Joel> I'm seeing this in the cross builds of the gdb trunk to any RTEMS target.
Joel> For now, I have disabled the python support to continue. Joel> Any ideas?


Joel> cc1: warnings being treated as errors
Joel> /n/12/joel/test-gcc/gdb-cvs/src/gdb/python/python-value.c:641: error:
Joel> initialization from incompatible pointer type

What version of Python do you have? What host are you building on?
This is on gcc12 in the CFARM.  So 64-bit debian.
I don't know how to check the python version.  I see
libraries for up to 2.6

Configure command:

( ../gdb-cvs/src/configure --target=m32c-rtems4.10 \
  --enable-sim --enable-sim-hardware --enable-timebase \
   --enable-sim-trace && make ) >b.log 2>&1

This is with a native gcc built from the svn trunk if that
matters.
And what is the most recent entry in gdb/ChangeLog?

Yours was not there so I updated and retried it.
It now builds so  I guess we just crossed.

Thanks.
I think I fixed this yesterday:

2009-01-05 Tom Tromey <tromey@redhat.com>

* python/python-internal.h (Py_ssize_t): Define as int.

I was seeing this when building on a 64-bit host against Python 2.4.


Tom


--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985



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