This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: Working Insight for cygnus (arm-elf)


On Tue, Feb 11, 2003 at 10:51:03AM +0100, lars-henrik.ivarsson@mecel.se wrote:
>Hi,
>I have spent some time to build a working version of Insight for cygwin
>(for arm-elf) but without success.
>I started out with older versions but now I tried to build the latest
>version (insight+dejagnu-20030210.tar.bz2).
>
>I might have misunderstood something, but I thought this version should be
>possible to build under cygwin without any additional patches.
>When I build this version I get into problem with the tix module. It seems
>that the makefile isn't prepared for TCL8.4.
>Please, can anyone tell me the proper procedure for building Insight for
>this target?

It's simple.  Remove the tix directory.

>I use the following procedure for configuring and building:
>
>Configure Insight:
>    mkdir -p /tmp/build/gdb
>    cd /tmp/build/gdb
>    /src/gdb/insight+dejagnu-20030210/configure --target=arm-elf  --prefix=/tools  --exec-prefix=/tools/H-i686-pc-cygwin -v 2>&1 | tee configure.out
>
>
>Build and install Insight:
>    make -w all install CC='gcc -mwin32' 2>&1 | tee make.out
                             ^^^^^^^^^^^

This shouldn't be needed.

cgf


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