public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Hui Zhu <teawater@gmail.com>
To: Keith Seitz <keiths@redhat.com>
Cc: insight@sources.redhat.com
Subject: Re: undefined reference to `set_breakpoint'
Date: Tue, 30 Mar 2010 08:29:00 -0000	[thread overview]
Message-ID: <daef60381003250006m24efd730x4194709683bd177b@mail.gmail.com> (raw)
In-Reply-To: <daef60381003190201k10b955bex8660c6d3b852400@mail.gmail.com>

gcc -g -O2   -I. -I../../src/gdb -I../../src/gdb/common
-I../../src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\""
-DHAVE_CONFIG_H -I../../src/gdb/../include/opcode
-I../../src/gdb/../opcodes/.. -I../../src/gdb/../readline/.. -I../bfd
-I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber
-I../../src/gdb/../libdecnumber  -I../../src/gdb/gnulib -Ignulib
-DMI_OUT=1 -DTUI=1  -DGDBTK  -Wall -Wdeclaration-after-statement
-Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused
-Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts
-Werror -c -o gdbtk-bp.o -MT gdbtk-bp.o -MMD -MP -MF
.deps/gdbtk-bp.Tpo -I../../src/gdb/../libgui/src
-I/home/teawater/gdb/cvs/src/tcl/generic
-I/home/teawater/gdb/cvs/src/tk/generic
-DGDBTK_LIBRARY=\"/usr/local/share/insight1.0\"
-DSRC_DIR=\"/home/teawater/gdb/cvs/src/gdb\"
../../src/gdb/gdbtk/generic/gdbtk-bp.c
cc1: warnings being treated as errors
../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_get_breakpoint_info':
../../src/gdb/gdbtk/generic/gdbtk-bp.c:365: warning: passing argument
1 of 'get_breakpoint_commands' from incompatible pointer type
../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_actions_command':
../../src/gdb/gdbtk/generic/gdbtk-bp.c:688: warning: passing argument
1 of 'free_command_lines' from incompatible pointer type
../../src/gdb/gdbtk/generic/gdbtk-bp.c: In function 'gdb_get_tracepoint_info':
../../src/gdb/gdbtk/generic/gdbtk-bp.c:776: warning: assignment from
incompatible pointer type
make[2]: *** [gdbtk-bp.o] Error 1
make[2]: Leaving directory `/home/teawater/gdb/cvs/bgdball/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/home/teawater/gdb/cvs/bgdball'
make: *** [all] Error 2


On Fri, Mar 19, 2010 at 17:01, Hui Zhu <teawater@gmail.com> wrote:
> It looks like another issue.
>
> Does this patch can check in?
>
> Thanks,
> Hui
>
> On Thu, Mar 18, 2010 at 12:58, Gene Smith <gds@chartertn.net> wrote:
>> Keith Seitz wrote, On 03/17/2010 01:57 PM:
>>>
>>> Do you want to test the attach patch? [I'm off the rest of the week, or
>>> I would probably have occasion to put it through its paces.]
>>>
>>> Let me know if this works -- it was okay in preliminary testing.
>>>
>>> Keith
>>
>> Built OK on/for f12-64bit native. Tried my build for mingw32 (using f12
>> cross compiler pkg that works OK for insight 6.8) and see this error when
>> entering the itcl directory and apparently trying to "make all":
>>
>> i686-pc-mingw32-windres -o wish.res.o   --include
>> "../../../insight_sources/tk/win/../generic" --include
>> "/home/gene/addons/insight-cvs/insight_sources/tcl/generic" --include
>> "../../../insight_sources/tk/win/rc"
>> ../../../insight_sources/tk/win/rc/wish.rc
>> i686-pc-mingw32-gcc -g -O2 -D__USE_MINGW_ACCESS winMain.o
>> "/home/gene/addons/insight-cvs/insight_build/tcl/win/libtcl84.a" libtk84.a
>> -lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 \
>>        wish.res.o -o wish84.exe -mwindows -mwin32
>> make[3]: Leaving directory
>> `/home/gene/addons/insight-cvs/insight_build/tk/win'
>> make[2]: Leaving directory `/home/gene/addons/insight-cvs/insight_build/tk'
>> make[2]: Entering directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl'
>> Making all in itcl
>> make[3]: Entering directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl/itcl'
>> make[3]: *** No rule to make target `all'.  Stop.
>> make[3]: Leaving directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl/itcl'
>> Making all in itk
>> make[3]: Entering directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl/itk'
>> make[3]: *** No rule to make target `all'.  Stop.
>> make[3]: Leaving directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl/itk'
>> Making all in iwidgets
>> make[3]: Entering directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl/iwidgets'
>> make[3]: *** No rule to make target `all'.  Stop.
>> make[3]: Leaving directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl/iwidgets'
>> make[3]: Entering directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl'
>> make[3]: Nothing to be done for `all-am'.
>> make[3]: Leaving directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory
>> `/home/gene/addons/insight-cvs/insight_build/itcl'
>> make[1]: *** [all-itcl] Error 2
>> make[1]: Leaving directory `/home/gene/addons/insight-cvs/insight_build'
>> make: *** [all] Error 2
>>
>> Configured like this:
>> ./configure -v --quiet --prefix=$PREFIX \
>>   --target=$TARGET --enable-interwork --enable-multilib \
>>   --with-gnu-ld --with-gnu-as \
>>   --disable-werror \
>>   --host=i686-pc-mingw32 --build=i686-pc-linux-gnu \
>>   CC="i686-pc-mingw32-gcc"
>>
>>
>>
>>
>>
>>
>

  reply	other threads:[~2010-03-25  7:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-17 17:34 Gene Smith
2010-03-17 17:57 ` Tom Tromey
2010-03-18  3:39   ` Keith Seitz
2010-03-18  4:58     ` Gene Smith
2010-03-19  4:32     ` Gene Smith
2010-03-20  5:33       ` Hui Zhu
2010-03-30  8:29         ` Hui Zhu [this message]
2010-03-30 16:48           ` Hui Zhu
2010-03-31  3:20             ` Keith Seitz
2010-03-31  4:12               ` Hui Zhu
2010-03-31  4:28                 ` Keith Seitz
2010-03-31  5:33                   ` Hui Zhu
2010-03-31  5:37                     ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=daef60381003250006m24efd730x4194709683bd177b@mail.gmail.com \
    --to=teawater@gmail.com \
    --cc=insight@sources.redhat.com \
    --cc=keiths@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).