public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Build for mingw32 and i686 on x86_64 observations
@ 2010-03-24 20:21 Gene Smith
  2010-03-31  5:26 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Gene Smith @ 2010-03-24 20:21 UTC (permalink / raw)
  To: insight

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.

Insight 6.8 does not have this problem. So I tried to build 6.8.1 to see 
how it does. With 6.8 there were kludges I had to do to get it to build 
and now those don't seem to be required when built on x86_64 (and 
probably i686). I also did a cross build on x86_64 for i686/32-bit and 
it worked with some effort:
additional configure options:
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu \
    CFLAGS="-m32" LDFLAGS="-m32"
and in files tcl(and tk)/unix/configure had to add $CFLAGS like this:
CC="$CC -pipe $CFLAGS"
to fix a build error.

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).

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.

-gene




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-31  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 20:21 Build for mingw32 and i686 on x86_64 observations Gene Smith
2010-03-31  5:26 ` Keith Seitz

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).