This is the mail archive of the gdb-patches@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: [PATCH v2] Remove duplicated include in gdb directory


On Monday, January 06 2014, Honggyu Kim wrote:

> Thank you for your kind feedback.
> I thought it's just a minor code cleanup so I didn't expect any copyright issues.
>
> I have tried to build as below.
>   $ ./configure --prefix=`pwd`/build
>   $ make
> and
>   $ make distclean
>   $ ./configure --prefix=`pwd`/build --enable-targets=all
>   $ make
>
> In both cases, build were fine and gdb binary is generated without problems.

Nice, thanks.

> However, when I tried to run gdb to debug just a simple hello world program, it fails.
> But I found that the current HEAD also fails by showing the following
> message.

This error is known and is already being taken care of.  But thanks
anyway :-).

-- 
Sergio


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