public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Gene Smith <gds@chartertn.net>
Cc: insight@sources.redhat.com
Subject: Re: Build for mingw32 and i686 on x86_64 observations
Date: Wed, 31 Mar 2010 05:26:00 -0000	[thread overview]
Message-ID: <4BB2CF47.2080208@redhat.com> (raw)
In-Reply-To: <ho9a3p$l8a$1@dough.gmane.org>

On 03/22/2010 07:47 PM, Gene Smith wrote:
> First off, I want to point out that I can build the very recent cvs head
> for an embedded arm application but it doesn't run correctly in that the
> insight gui does not reflect the actual location of the PC while
> debugging/stepping (the green highlighted line never moves). This is
> regarless of whether the tk/tcl is system supplied or insight's own.

What target did you build for? Your configure options only list --build 
and --host.

Also, what target are you trying to debug under? The problem you 
describe is typically a bug in the target back-end. It would not 
surprise me to find out that something changed in gdb-land that broke 
insight. This happens more often than I would like, but since I only use 
insight natively, unless I can reproduce on a simulator, my bug-solving 
is limited to what I can divine by reading the code.

> But when build with i686-pc-mingw32-gcc toolchain (fedora 12 yum), the
> same (windows specific) kludges as before were required (syntax errors
> in window specific tck/tk code regarding dde and registry that can be
> commented out).

That doesn't surprise me. Our tcl/tk are greatly out of date, and I do 
not have general access to a windows machine. I've never tried building 
a cross from linux, though...

> However, with mingw32 I had to build/install then build/install again to
> get insight.exe to appear at install/bin. It seems that in the install
> directory under lib there needs to exist *at compile time* tkConfig.sh
> and tclConfig.sh. So you have to make clean all, make install, then make
> clean all, make install again when you are starting with an empty
> install directory. So if you keep install/lib/tclConfig.sh and
> tkConfig.sh between compiles (don't completely clean the install dir)
> you are ok the next time.

Configure will look for t{cl,k}Config.sh in the install directory and 
several other places. Wherever it finds those files, the location will 
be hard-coded into configure's cache (if what I am deducing from my 
vague recollection of how this all works is accurate). Your description 
makes sense. That is simply a quirk of how configure works.

Next time, try erasing the gdb directory and forcing a reconfigure.

Keith

      reply	other threads:[~2010-03-31  4:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-24 20:21 Gene Smith
2010-03-31  5:26 ` Keith Seitz [this message]

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=4BB2CF47.2080208@redhat.com \
    --to=keiths@redhat.com \
    --cc=gds@chartertn.net \
    --cc=insight@sources.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).