Problem with building GDB

ANDY KENNEDY ANDY.KENNEDY@adtran.com
Wed Jul 1 16:06:00 GMT 2015


> -----Original Message-----
> From: crossgcc-owner@sourceware.org [mailto:crossgcc-owner@sourceware.org] On Behalf Of ANDY KENNEDY
> Sent: Monday, June 29, 2015 5:35 PM
> To: 'Bryan Hundven'
> Cc: crossgcc@sourceware.org
> Subject: RE: Problem with building GDB
> 
> > -----Original Message-----
> > From: Bryan Hundven [mailto:bryanhundven@gmail.com]
> > Sent: Monday, June 29, 2015 4:45 PM
> > To: ANDY KENNEDY
> > Cc: crossgcc@sourceware.org
> > Subject: Re: Problem with building GDB
> >
> > Andy,
> >
> > On Mon, Jun 29, 2015 at 1:35 PM, ANDY KENNEDY <ANDY.KENNEDY@adtran.com> wrote:
> > > All,
> > >
> > > I am working on a toolchain for a mips 32-bit EL 24kec.  I have a
> > > toolchain and have been working on the gdb side of the house.  I had
> > > multiple failures dealing with an error:
> > >
> > > _10266.c:835:15: error: expected ')' before 'int'
> > >
> > > when building ncurses.  I found that CPPFLAGS needed to be set with -P.
> > > Setting HOST {C,LD}_EXTRA_FLAGS to -P got me past that problem for the
> > > cross GDB, however, the same option on the target GDB rendered no
> > > affect.
> > >
> > > Anyone see this/know how to fix?  It would be nice to have gdbtui for
> > > the target.
> > >
> > > Thanks,
> > > Andy
> > >
> > > --
> > > For unsubscribe information see http://sourceware.org/lists.html#faq
> > >
> >
> > https://github.com/crosstool-ng/crosstool-ng/commit/73fc3a4d82dc780f806c9dd2985c7736094b87bb
> >
> > should have fixed that. Are you using 1.21.0 or latest clone from git?
> >
> > -Bryan
> 
> 1.21.0. . . Though, I'll switch to test it.
> 
> Andy

Okay, that was it.  It does work in the tip.

Andy


More information about the crossgcc mailing list